Webhooks
Webhooks can be posted at the end of each workflow. Webhook endpoints can be specified with the webhooks
config key.
At this point Webhooks are a very basic feature. Retries are not currently supported, and reliability and deliverability can not be guaranteed. If you are depending on this feature please let us know and resources can be dedicated to its further development.
The body of the webhook is a JSON blob of the following structure:
Last updated