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

ParameterTypeNote
notification_layout_idstringID of notification layout
notification_configuration_idstringID of notification configuration, which determines deliver method, locale and kind
bodystringContent 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>"
}
Previous
Create a Notification Layout Template for a Notification Layout