Capabilities
Notifications
Learn how to implement notifications from your workflows
ctx.notify
allows you to send notifications from your Workflows. Currently supported channels are email and slack.
ctx.notify
will not pause the workflow, if you would like to do so see Human in the Loop.
The notification
input defined here is the same as what is passed to Interrupt.approval()
.
Usage
The following example shows how to send a notification from a workflow
Emails will be delivered from
[email protected]
Slack
If enabled, the Slack integration can also be used to notify users / channels.
Was this page helpful?