Templates save you time and promote consistency in communication with your customers. Instead of typing out a new message each time you try to schedule an appointment or answer a question about billing, simply use a template.
Attribute | Type | Description |
---|---|---|
type | string | The type of the template Possible values: ["custom", "review_invite", "review_invite_backup"] |
user.uid | string | Podium unique identifier for the referenced resource. |
title | string | The title of the template |
location.uid | string | Podium unique identifier for the referenced resource. |
text | string | The title of the template. |
variables | array[string] | |
organization.uid | string | Podium unique identifier for the referenced resource. |
subject | string | The subject of the template. |
uid | string | Podium unique identifier for The unique identifier of the template.. |
createdAt | string | When the template was created. |
updatedAt | string | The date/time the template was last updated. |
attachmentUrl | string | URL of template attachment. |
accessLevel | string | The access level of the template. If locationUid is filled, this property will be LOCATION . Possible values: ["location", "organization"] |
deletedAt | string | When the template was deleted. |
isFavorite | boolean | Flag that indicates if this template is the favorite. |
lastUsedAt | string | When the template was last used. |
nonDeletable | boolean | Flag that indicates if template can be deleted or not. |
templateItems | array | The template items object. |
templateItems[].data | string | The data of the template item. |
templateItems[].type | string | The type of the template item. |
templateItems[].keys | array | The template items object. |
templateItems[].keys[].name | string | The name of the key. |
templateItems[].keys[].required | boolean | Flag to indicate if key is required or not. |
templateItems[].title | string | The title of the template item. |
templateItems[].body | string | The body of the template item. |
templateItems[].uid | string | Podium unique identifier for The unique identifier of the template Item.. |
templateItems[].subtitle | string | The subtitle of the template item. |
templateItems[].attachmentUrl | string | The attachment URL of the template item. |
templateItems[].attachmentContentType | string | The application content-type of the template item. |
templateItems[].applicationUid | string | Podium unique identifier for The unique identifier for the application of the template item.. |
templateItems[].applicationUrl | string | The application URL of the template item. |
templateItems[].iconUrl | string | The icon URL of the template item. |
{
"type": "custom",
"user": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"title": "",
"location": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"text": "",
"variables": [
""
],
"organization": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"subject": "",
"uid": "00000000-0000-0000-0000-000000000000",
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"attachmentUrl": "https://www.podium.com/",
"accessLevel": "location",
"deletedAt": "2015-01-23T23:50:07Z",
"isFavorite": false,
"lastUsedAt": "2015-01-23T23:50:07Z",
"nonDeletable": false,
"templateItems": [
{
"data": "",
"type": "",
"keys": [
{
"name": "",
"required": false
}
],
"title": "",
"body": "",
"uid": "00000000-0000-0000-0000-000000000000",
"subtitle": "",
"attachmentUrl": "https://www.podium.com/",
"attachmentContentType": "",
"applicationUid": "00000000-0000-0000-0000-000000000000",
"applicationUrl": "https://www.podium.com/",
"iconUrl": "https://www.podium.com/"
}
]
}