Suggested filters
keyword:keyword:setup
results for a specific keyword
question:question:how do I get started?
AI will suggest the best answer
Dashboard
Edit Article Logout

Create or Update an Email


Creates or updates an email. For updates, the email id must be set to an existing email id. For creation, the email id must be set to 0.

Path Parameters
idnumberrequired
The email to update.
HTTP Request Examples
{ "name": "Test email", "campaignId": 69, "parentId": 0, "status": "Active", "emailId": 0, "from": "test@example.com", "previewUrl": null, "replyTo": null, "subject": "Test subj", "preheader": null, "body": "... html body of the email", "css": null, "components": null, "plaintext": null }
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": { "id": 128 } }

How helpful was this article?

πŸ‘ or πŸ‘Ž

Related Articles

Markdown Version