Send notification to all solution users (SLN)

Send notification to all solution users (SLN)

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

Notify all users within a particular solution.

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

"SLN" for users of the solution.

solutionId

string

"{{solutionId}}", available in Jigx Management> Solution Details.

JSON body
{
  "content": {
    "title": "Weekly timesheets",
    "text": "Reminder to log your time for the week",
    "screen":"jig"
  },
  "scope": "SLN",
  "solutionId": "{{solutionId}}"
}

Response

Last updated

Was this helpful?