An OutgoingWebhook
resource uses HTTP to send information from a step to an external API endpoint through an Outgoing Webhook Integration.
When an OutgoingWebhook
resource is specified as anoutputResource
for a step and has an attached payload (including an empty payload), at the completion of the step's execution, the payload is sent to the endpoint specified in the Outgoing Webhook Integration. If required, this can be overridden by setting the resource's skipWebhook
environment variable as true
.
To attach the outgoing payload, use the set_payload utility function. If no payload is attached, no message is sent through the webhook.
Additional resources for OutgoingWebhook integration include: