v3

latestSwagger 2.02026-08-067506752.0 MB
email-template

Create a new email template

post/v1/email-template

Request body

namestring required

name of the email template

category'ADMINISTRATIVE' | 'BILLING' | 'DATA_IMPORT_AND_SYNC_STATUS' | 'TRIAL_REMINDERS' | 'APPROVAL_NOTIFICATIONS' required

email category

Example request

{
  "name": "self_serve_welcome"
}

Response

email template created

idstring required

globally unique id

namestring required

name of the email template

category'ADMINISTRATIVE' | 'BILLING' | 'DATA_IMPORT_AND_SYNC_STATUS' | 'TRIAL_REMINDERS' | 'APPROVAL_NOTIFICATIONS' required

email category

Example response

{
  "id": "588f7ee98f138b19220041a7",
  "name": "self_serve_welcome"
}