Skip to main content

Get Notification Template Context

GET 

/notification-template-context

The notification service maintains metadata to construct the notification templates or supply any information during the event propagation. The data-store where this information is retrieved is called "Global Context" (a.k.a. notification template context). It defines a set of attributes that will be available per tenant (organization).

Request

Responses

Notification template context attributes for a specific tenant.

Schema
    attributes object

    A JSON object that stores the context.

    property name* any

    A JSON object that stores the context.

    created date-time

    When the global context was created

    modified date-time

    When the global context was last modified

Loading...