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()
.[email protected]