Emails
Create HTML Template
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
Response
200
OK
Was this page helpful?
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>"
}'