Make Webhook
Configure the Make webhook node by providing the necessary URL, headers, and data.
The Make Webhook Processor facilitates seamless integration between your workflow and Make, enabling the automation of tasks and connectivity with thousands of other services.
Note: Any valid JSON string provided in the data field will be transmitted as a JSON object. Use the 'data_sent' output to verify the transmitted format.
Make Webhook
Webhook URL*Text
DataText (multiline)
HeadersKey/value pairs
Inputs
Each input can be typed in directly or connected to another node's output.
| Input | Type | Required | Description |
|---|---|---|---|
| Webhook URL | Text | Required | The URL where the webhook will send data. |
| Data | Text (multiline) | Optional | The Text or JSON payload to be sent with the webhook. All data will be encapsulated within a 'data' key. |
Settings
| Setting | Type | Default | Description |
|---|---|---|---|
| Headers | Key/value pairs | — | Additional headers to include in the webhook request. |
Output
Type: JSON (json)
Named output handles: response, data_sent.