Get All Email Templates
Select
SaaS
Customer Managed
This operation list of all email templates
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
emailTemplatesList object[]
modifiedTime integerTime modified
description stringDescription of email template
localizedTypeName stringTemplate type name
isDefault booleanTemplate is default or not
emailTemplateTypeId integerId of email template type
name stringName of email template
emailTemplateId integerId of email template
ownerCompany object
providerId integerCompany id
providerDomainName stringCompany name
locale object
displayString stringLocale
localeId integerLocale id
from object
{
"emailTemplatesList": [
{
"modifiedTime": 0,
"description": "string",
"localizedTypeName": "string",
"isDefault": true,
"emailTemplateTypeId": 0,
"name": "string",
"emailTemplateId": 0,
"ownerCompany": {
"providerId": 0,
"providerDomainName": "string"
},
"locale": {
"displayString": "string",
"localeId": 0
},
"from": {}
}
]
}
{
"emailTemplatesList": [
{
"modifiedTime": 1707297909,
"description": "Email sent to the tenant admin when a company is added",
"localizedTypeName": "Add company",
"isDefault": true,
"emailTemplateTypeId": 1,
"name": "Add company",
"emailTemplateId": 1,
"ownerCompany": {
"providerId": 0,
"providerDomainName": "Commcell"
},
"locale": {
"displayString": "English-UnitedStates",
"localeId": 0
},
"from": {}
}
]
}
Loading...