Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The template key for the notification
Example:
"DELEGATION_ISSUED"
The user ID who should receive this notification
Example:
"550e8400-e29b-41d4-a716-446655440000"
The tenant ID of the user who should receive this notification
Example:
"550e8400-e29b-41d4-a716-446655440000"
The type of entity this notification relates to
Example:
"delegation"
The ID of the entity this notification relates to
Example:
"1387b022-c897-4008-90d9-4e49d78249f8"
Template placeholders to populate in the message
Example:
{
"delegation_id": "ABC123",
"user_email": "[email protected]"
}Optional URL for action button on the notification
Example:
"https://example.com/delegations/123456"
Optional payload with additional data for the notification
Example:
{
"delegationName": "Q3 Budget Review",
"priority": "high"
}