CreateEmailContent

CreateEmailContent API call is used to create a new Email Content under the given folderId.

If the folderId is not specified, the system creates the content under the default folder which is Contents/Email.

The user they can create content in different languages to send content to recipients in their language.

The API returns the content uuid after a successful execution else relevant error code.

Body Params
contentDetail
object
required

Multi language content can be created in different languages.

string
required
length between 1 and 100

The name of the email content

uuid
length between 36 and 36

uuid of the system folder where this particular email content will be saved.

If not set, the email content will be saved under default folder: Contents/Email Contents

boolean
Defaults to false

Indicates if this content should be treated as transactional email content

Headers
string
Defaults to {$$.env.access_token}
string
Defaults to application/json
Responses

401

Not-authenticated. Please re-login.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json