Notifications
You can send Notifications using or programmatically in your solutions, see Notifications. Notifications can be configured to be sent to a single user, the entire organization, users of a specific solution, and even users of a specific in a specific solution.
Core structure | |
---|---|
function | Define a function in the Functions folder of your solution. The function has input parameters such as the notification title, the notification text and requires a accessToken or personal access token (PAT) . |
| s will invoke the function for sending notifications either via submitting form values to the function or by using an execute-entity action for invoking the function. |
In the code examples below replace YOUR_ORG_ID with your actual Organization Id. You can find it in the Organization Settings section of the or use the expression [email protected].
Click here to go there directly: https://manage.jigx.com/settings/org-details
