Get Available Templates API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"data": [
{
"id": 1,
"body": "<b>From</b>: {{ agency }}\n<b>Subject</b>: Upcoming phone call\n\nDear {{ recipient_name }},\nWe will be calling you today between {{ timeslot }} about {{ topic }}. We request your availability during this period.\n\nSincerely,\n{{ officer_name }}\n{{ officer_designation }}\n{{ agency }}\n\n<i>This is an automated message. Please do not reply.</i>",
"params": [
"agency",
"recipient_name",
"timeslot",
"topic",
"officer_name",
"officer_designation"
],
"param_metadata": {
"topic": {
"displayName": "Topic"
},
"agency": {
"defaultFromMetaField": "agency"
},
"timeslot": {
"displayName": "Timeslot"
},
"officer_name": {
"defaultFromMetaField": "officer_name"
},
"recipient_name": {
"displayName": "Recipient Name"
},
"officer_designation": {
"defaultFromMetaField": "officer_designation"
}
},
"name": "Notify users of an upcoming call",
"multilingual_support": [
{
"languageCode": "zh_CN",
"language": "Chinese",
"body": "<b>From</b>: {{ agency }}\n<b>Subject</b>: Upcoming phone call\n\nDear {{ recipient_name }},\nWe will be calling you today between {{ timeslot }} about {{ topic }}. We request your availability during this period.\n\nSincerely,\n{{ officer_name }}\n{{ officer_designation }}\n{{ agency }}\n\n<i>This is an automated message. Please do not reply.</i>"
}
]
}
]
}