Webhook Trigger
The Webhook trigger starts an orchestration when an HTTP request is received at a unique URL generated for that orchestration.
Use Cases
- Receive data from third-party services (GitHub, Stripe, Typeform, etc.)
- Build custom HTTP endpoints without infrastructure setup
- Handle form submissions or API integrations
Node Reference
Parameters
Respond Options
Options
Webhook URL
Each orchestration gets a unique webhook URL shown inside the node. Copy it using the Copy URL link.The production URL is only active when the orchestration is Activated. A separate test URL is available while editing.
Output Data
The Webhook trigger outputs an object with the full HTTP request details:Related Nodes
- Respond to Webhook — Send a custom HTTP response back to the caller
- Schedule Trigger — Trigger on a time-based schedule instead