Get template
Get /settings/templates/{id}
Url arameters:
Name | Description | Type | Mandatory |
---|---|---|---|
id | Template Id | String | Yes |
Response:
Name | Description | Type | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
templates |
|
Struct |
Programming language:
Response exemple:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | { "id" : "g65r4g64h65tr47h678th11d" , "templateName" : "description-du-template" , "description" : "Description du template" , "from" : { "address" : "from@example.com" "personalName" : "Sender name" }, "subject" : "Message subject" , "htmlContent" : "html content" , "textContent" : "text content" , "createdAt" : 1447938089, "updatedAt" : 1447938089 } |