Webhook Triggers Component

Triggers that facilitate executing an Integration via a HTTP POST request to a URL
Component key: webhook-triggers#
DescriptionThe Webhook Triggers component provides a standard webhook trigger that allows integrations to be executed via an HTTP POST request.
#
Triggers#
WebhookExecutes an integration via an HTTP Post request to a URL | key: webhook
Input | Notes | Example |
---|---|---|
Input Response Body string body | Notes The body to use for the response | Example My example response |
Input Response Content Type string contentType | Notes The Content-Type header to use for the response | Example application/json |
Input Additional Response Headers string Key Value List headers | Notes List of key/value pairs to use as additional headers for the response | Example |
Input Response Status Code string statusCode | Notes The HTTP status code to use for the response | Example 200 |
For more information on the standard webhook trigger, see the integration triggers article.