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 workflowEmails will be delivered from
[email protected]