Universal Webhook Component
The Universal Webhook trigger allows you to invoke a flow by making an HTTP request to the trigger's URL.
Component key: webhook-triggers
Description
The Universal Webhook Trigger component provides a standard webhook trigger that allows integrations to be executed via an HTTP POST request.
Triggers
Universal Webhook
Invoke a flow by making an HTTP request to the trigger's URL. | key: webhook
Input | Notes | Example |
---|---|---|
Response Body string body | The body to use for the response | My example response |
Response Content Type string contentType | The Content-Type header to use for the response | application/json |
Additional Response Headers string Key Value List headers | List of key/value pairs to use as additional headers for the response | |
Response Status Code string statusCode | The HTTP status code to use for the response | 200 |
For more information on the universal webhook trigger, see the integration triggers article.