Emails
Send Email Template
Emails
Send Email Template
POST
/
v1
/
emails
curl --request POST \
--url https://api.afficone.com/v1/emails \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": "<string>",
"emails": [
"<string>"
]
}'
Was this page helpful?
curl --request POST \
--url https://api.afficone.com/v1/emails \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": "<string>",
"emails": [
"<string>"
]
}'