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>" } '
1
1048576
OK
Was this page helpful?