Send notification to the organization (ORG)

Send notification to the organization (ORG)

POST {{baseURL}}/tool/organizations/{{orgId}}/notifications

Broadcast notifications to all users across the entire organization.

Headers

Name
Value

Authorization

Bearer <token>

Bearer Token - format: BEARER XXXXXXXXXXXXXX

Body

Configure the following properties in the JSON body:

Name
Type
Description

title

string

Title of the notification.

text

string

Notification message.

scope

string

"ORG"

JSON body
{
  "content": {
    "title": "Update your app",
    "text": "We released a new version of the app",
    "screen":"jig"
  },
  "scope": "ORG"
}

Response

Last updated

Was this helpful?