Send a notification to a specific user
Sends a notification to a specific user within the current tenant using internal authentication.
This endpoint is intended for backend-triggered notifications where the originating user JWT may no longer be valid by the time the notification is sent. Default notifications require recipient_user_uuid, title, and message. For a playbook_budget_exceeded notification, provide playbook_run_uuid; the recipient and content are derived from the run.
Request body
Changes
Changed in 1 of the 7 revisions of this API.4
- ○
added the new optional request property
notification_kindnew-optional-request-property
- ○
the request property
messagebecame optionalrequest-property-became-optional
- ○
the request property
recipient_user_uuidbecame optionalrequest-property-became-optional
- ○
the request property
titlebecame optionalrequest-property-became-optional
- ○