v1

latestOpenAPI 3.0.02026-08-04350108.2 KB
notifications

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.

post/internal/notifications/send

Request body

recipient_user_uuidstring required

UUID of the user who should receive the notification

thread_uuidstring

UUID of the conversation thread to deep link to

playbook_run_uuidstring

UUID of the playbook run to deep link to

titlestring required

Short title for the notification (2-3 words)

messagestring required

Detailed message content

channelstring

Notification channel: 'slack', 'email', or 'auto'

dedupe_keystring

Optional idempotency key to suppress duplicate notifications for the same recipient