Skip to main content

Send Test Notification

POST 

/send-test-notification

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Send a Test Notification

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

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...