Skip to main content

Send Test Notification

POST 

/send-test-notification

Send a Test Notification

Request

Body

required
    key string

    The template notification key.

    medium string

    Possible values: [EMAIL, SLACK, TEAMS]

    The notification medium. Has to be one of the following enum values.

    context object

    A Json object that denotes the context specific to the template.

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...