Notification Layout Templates
About Notification Layout Template
What are Notification Layout Templates?
Notification Layout Template represents the template for a given layout for the notifications in Cirro.
The Notification Layout Template Object
Parameter | Type | Note |
---|---|---|
notification_layout_id | string | ID of notification layout |
notification_configuration_id | string | ID of notification configuration, which determines deliver method, locale and kind |
body | string | Content of the template in handlebar format |
Example
{
"id": "1",
"object": "notification_layout_template",
"notification_layout_id": "1",
"notification_configuration_id": "1",
"body": "<p>Hello {{recipient_first_name}},</p>{{yield content}}<footer></footer>"
}