post https://api.g001.enterprise.ipost.com/v1//emails/create
Create a new Email
Log in to see full request history
Response
Create a new Email
xxxxxxxxxx
18curl --request POST \
--url https://api.g001.enterprise.ipost.com/v1/ClientToken/emails/create \
--header 'X-Auth-Token: Required' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"Subject": "Required",
"Email_Name": "Required",
"HTML_Body": "Optional",
"Preheader": "Optional",
"HeaderID": null,
"FooterID": null,
"FolderID": null,
"Language": "Optional",
"Text_Body": "Optional"
}
'
Try It!
to start a request and see the response here! Or choose an example: