Outgoing Webhook
Overview
The OutgoingWebhook resources represents the configuration of an external configuration that events from automation events will be sent to. The term "Outgoing" is often used for this type of webhook to indicate that events are outgoing from the Portant platform to an external destination.
For more details on how to listen to webhook events from Portant please see the following article: Listen to Events from Portant via Webhooks
Fields
Example
Endpoints
Get an OutgoingWebhook
Retrieve the outgoing webhook configuration of the specific workflow as specified by the id.
Responses
Create an OutgoingWebhook
Create the outgoing webhook configuration of the specific workflow as specified by the id.
Request
The request body must contain a single field that is the webhook URL you wish to receive events at.
Responses
Update an OutgoingWebhook
Update the outgoing webhook configuration of the specific workflow as specified by the id.
Request
The request body must contain a single field that is the webhook URL you wish to receive events at.
Responses
Last updated