put https://api.g001.enterprise.ipost.com/v1//emails//update
Update an existing Email
Log in to see full request history
Response
Update an existing Email
xxxxxxxxxx
17curl --request PUT \
--url https://api.g001.enterprise.ipost.com/v1/ClientToken/emails/Email_Content_ID/update \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"Subject": "Required",
"Email_Name": "Optional",
"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: