Notifications
Describes process for notifying users upon configurable events. For example, if a run of a specific procedure is completed, notify the production manager.
mutation notification($input:DispatchNotificationInput!){
dispatchNotification(input: $input){
response{
messageId
}
}
}{
"input": {
"userId": 3660,
"notificationType": "WARNING",
"description": "Purchase order versioned and PDF file generated. Please refresh.",
"title": "PO Versioned & PDF Generated",
"linkText": "This is the link",
"path": "https://staging.firstresonance.io/"
}
}Last updated
Was this helpful?