v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Email

Create an email template

post/email-template

Headers

organizationstring required

The URL of the end user web application

Request body

namestring required

Email template name

typestring required

The type of the email template. Indicates the purpose of the email.

Example request

{
  "templates": {
    "key": "sample name",
    "value": "sample value"
  }
}

Response

Created email template.

idstring required

The unique ID of the email template.

template_namestring required

The name of the email template

typestring required

The type of the email template

templatestring required

The HTML formatted text of the email template

templatesobject required
localizedobject required

An ISO 639-1 language code

Example response

{
  "id": "61886612d37f875060b4749c",
  "template_name": "confirmation-of-password"
}