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.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"content": "Drop off at 4180 Burnet Rd. Plan on two days for the full coating.",
"experience_id": "exp_xxxxxxxxxxxxxx",
"icon_user_id": "user_xxxxxxxxxxxxxx",
"rest_path": "/bookings/upcoming",
"subtitle": "Tuesday 9:00 AM, Bay 2",
"title": "Your ceramic coating is booked",
"user_ids": [
"user_xxxxxxxxxxxxxx"
]
}Response
notification queued
Example response
{
"success": true
}Changes
Changed in 65 of the 74 revisions of this API.4682
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
notification:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
Of the 74 revisions, 1 has no diff computed.