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 | The body to use for the response | My example response |
| Response Content Type | The Content-Type header to use for the response | application/json |
| Additional Response Headers | List of key/value pairs to use as additional headers for the response | |
| Response Status Code | The HTTP status code to use for the response | 200 |
For more information on the universal webhook trigger, see the webhook triggers article.