Theme

Notification Layout

Notification Layout

What are Notification Layouts?

Notification Layout represents the layout for the notifications in Cirro.

The notification layout object

AttributeTypeNote
namestringName of the layout
templatesarray OF templates (See below)List of notification layout templates

The notification layout template object

AttributeTypeNote
notification_configuration_idstringID of notification configuration, which determines deliver method, locale and kind
bodystringContent of the template in handlebar format
{
  "id": "1",
  "object": "notification_layout",
  "name": "tester_layout",
  "templates": {
    "object": "list",
    "data": [
      {
        "id": "1",
        "notification_configuration_id": "1",
        "notification_layout_id": "1",
        "body": "<p>Hello {{recipient_first_name}},</p>{{yield content}}<footer></footer>"
      }
    ]
  }
}
Previous
List all