Create Email Template
Select
SaaS
Customer Managed
This operation creates a new email template.
- application/json
Request Body
- name string
Name of the email template
- description string
Description of the template
- emailTemplateTypeId integer
Template type id
ownerCompany object
providerId integerCompany id
locale object
localeId integerTemplate locale
from object
fullName stringFrom name
email stringFrom email
- cc string
cc addresses
- bcc string
bcc addresses
- subject string
Subject of the email
- emailBody string
Email body
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
emailTemplateEntity object
emailTemplateId integerId of email template
error object
errorMessage stringError message
errorCode integerError code
{
"emailTemplateEntity": {
"emailTemplateId": 0
},
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"emailTemplateEntity": {
"emailTemplateId": 26
},
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Loading...