Design Studio

Create an email

Create an email. Note, you can create an email without filling out all required fields for sending. You can fill in the envelope, like a to and from address, with this method, but that's not required until you link it to a workflow like an automation.

post/v1/design_studio/emails

Request body

namestring required

Display name of the email.

is_templateboolean

Whether the email is a reusable template.

parent_folder_idstring uuid nullable

UUID of the parent folder. Omit or pass null to create at root.

Response

Email created

Example response

{
  "email": {
    "id": "sdflkj345",
    "available_languages": [
      "en",
      "es"
    ],
    "created": 1773856017,
    "updated": 1773856017
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.