Notification Layout

About Notification Layout

What are Notification Layouts?

The Notification Layouts object

Notification Layout Attributes

ParameterTypeNote
namestringName of the layout
templatesarrayList of notification layout templates

Notification Layout Template Attributes

ParameterTypeNote
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",
  "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
Get Notification Configurations