Notifications
Per-incident/user/org notification delivery audit and per-user notification routes and contacts
List notification deliveries by connection
Lists notification delivery audit rows for the org, filtered by a connection (channel). `connectionUid` is required.
Get a notification delivery by UID
Get a notification delivery by UID
List notification deliveries for an incident
List notification deliveries for an incident
Get an incident notification delivery by UID
Get an incident notification delivery by UID
List the caller's notification deliveries
List the caller's notification deliveries
List a user's notification deliveries
Admins may query any user; non-admin members may only query themselves (403 otherwise).
List the caller's notification routes
List the caller's notification routes
Update one of the caller's notification routes
Toggle the enabled flag and/or reorder the full route list.
Send a test notification through one of the caller's routes
Send a test notification through one of the caller's routes
Add a notification contact (and its route) for the caller
Add a notification contact (and its route) for the caller
Mint a single-use Telegram connect link for the caller
Returns a `https://t.me/<botUsername>?start=<token>` deep link carrying
Remove one of the caller's notification contacts
Remove one of the caller's notification contacts
Send a verification code to a phone contact
Issues a 6-digit code (10-minute expiry, rate-limited to 3/hour per contact) and sends it via the organization's default Twilio connection. Only phone contacts can be verified.
Confirm a phone contact with its verification code
Constant-time compares the submitted code; after 5 failed attempts the code is invalidated and a new one must be requested. Success stamps the contact verified.