POST
/
v1
/
emails
/
custom
curl --request POST \
  --url https://api.afficone.com/v1/emails/custom \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "name": "<string>",
  "title": "<string>",
  "html": "<string>"
}'

Body

name
string
required
Minimum length: 1
title
string
required
Minimum length: 1
html
string | null
Maximum length: 1048576

Response

200

OK