Send Notification
Queues a notification to every user of an experience or to an account’s team, processed asynchronously. Every send is attributed to an app: use an app API key, or a credential acting on behalf of an app. Narrow the audience with user_ids to send a mention.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-08-13"
Body
Main body text of the notification.
"Drop off at 4180 Burnet Rd. Plan on two days for the full coating."
Headline text of the notification.
"Your ceramic coating is booked"
Account whose team members receive the notification (biz_ tag). Exactly one of experience_id or account_id is required.
"biz_xxxxxxxxxxxxxx"
Experience whose users receive the notification (exp_ tag). Exactly one of experience_id or account_id is required.
"exp_xxxxxxxxxxxxxx"
User whose profile picture is used as the notification icon. Defaults to the experience or account avatar.
"user_xxxxxxxxxxxxxx"
Path segment appended to the generated deep link that opens your app, for example /settings/billing.
"/bookings/upcoming"
Optional secondary line displayed below the title.
"Tuesday 9:00 AM, Bay 2"
Optional user_ tags narrowing the audience. When provided, only these users are notified (as a mention), provided they are in the targeted experience or account.
Response
notification queued
true

