Webhook
Start your flow when an external system sends a request.
When to Use
- Receive events from your e-commerce platform
- Integrate with Zapier or Make
- Process notifications from external systems
- Connect to any system that can send HTTP requests
Configuration
| Field | Description |
|---|---|
| Webhook URL | Unique URL to copy to external system |
Available Variables
All data sent to the webhook is available as variables:
webhook.event— Event typewebhook.order_id— Order ID (example)- Any field from the request body
Example: New Order Notification
External system sends order data to your webhook.
Your flow:
- Webhook receives the data
- Send Email confirmation to customer
- API Call to Slack to notify team