Webhook Trigger

Trigger workflow execution via HTTP webhook endpoint.

Overview

The Webhook Trigger node creates a public HTTP endpoint that triggers workflow execution when called. Each trigger gets a unique token-based URL. Configure output parameters to pass data from the webhook request into the workflow. Useful for integrating with external systems, APIs, or automation tools like n8n and Zapier.

Configuration

Field Type Default Description
Output Parameters Dynamic list Define parameters to extract from webhook payload

Per Parameter

Field Type Description
Name Text Parameter name (matches JSON key in request body)
Type Select Data type: text, imageUrl, videoUrl, audioUrl

Generated Fields (Read-only)

Field Description
Webhook URL Full URL endpoint (auto-generated)
Token 32-byte hex authentication token (masked)

Inputs & Outputs

Inputs: None (this is a trigger node)

Outputs:

10 requests per minute per token.

Best Practices

Common Use Cases

Tips