How-to: Send Notifications Programmatically
Issue:
Is it possible to send a notification to a user, or a group of users, via a Pipeline script?
Solution:
Yes, Notifications can be created via invokable or pipeline
It is recommend to test the notification in the "/main/static/utils.html" API utility (simply
POST
to/notification
with your message body)API Endpoint: /notification
Method: POST
Data: See the two examples below
Example 1
Example 2
Additional information is available about how to view toast notifications