TAG LINE
TAG LINE
SMALL TITLE

Email Template Type

(API Version v9)


What can you do with EmailTemplateType?


Properties

Property Details
identity
READ-ONLY
"identity": 11
Type: Number
This is the unique numeric identifier for the EmailTemplateType
name
"name": "Hello World"
Type: String


End Points

GETEmailTemplate/Type/{id}/AvailableTokens
Retrieve all of the AvailableTokens objects for the specified EmailTemplateType.
{id}Unique identifier for the EmailTemplateType object.
Retrieve all of the AvailableTokens objects for the specified EmailTemplateType.
GET EmailTemplate/Type/{id}/AvailableTokens
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "name": "Sample Text Data"
    }
}