Skip to main content

Zapier Webhook

Configure the Zapier webhook node by providing the necessary URL, headers, and data.

The Zapier Webhook Processor facilitates seamless integration between your workflow and Zapier, 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.

Zapier Webhook
Webhook URL*Text
DataText (multiline)
HeadersKey/value pairs
Fields marked * are required. Dots are connection handles.

Inputs

Each input can be typed in directly or connected to another node's output.

InputTypeRequiredDescription
Webhook URLTextRequiredThe URL where the webhook will send data.
DataText (multiline)OptionalThe Text or JSON payload to be sent with the webhook. All data will be encapsulated within a 'data' key.

Settings

SettingTypeDefaultDescription
HeadersKey/value pairsAdditional headers to include in the webhook request.

Output

Type: JSON (json)

Named output handles: response, data_sent.