Skip to main content
POST
/
v1
/
emails
/
custom
cURL
curl --request POST \
  --url https://api.afficone.com/v1/emails/custom \
  --header 'Content-Type: application/json-patch+json' \
  --header 'X-Affi-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "title": "<string>",
  "html": "<string>"
}
'

Authorizations

X-Affi-Key
string
header
required

Body

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

Response

200

OK