Webhook Connector
Receive data from any external service via webhooks.
Receive data from any external service by configuring it to POST to a generated webhook URL.
Setup Instructions
1. Navigate to Data Integrations
Go to one of your flows, click the Data Integrations tab and select Select an Integration.
2. Select Webhook
Search for Webhook in the list and click Connect.
3. Configure the Connector
A unique webhook URL is generated automatically when you create this connector. Copy it and configure your external service to send HTTP POST requests to this URL.
- Connector Name: A descriptive name (e.g., "Stripe Webhook")
- Webhook Secret (optional): A secret string for HMAC signature validation — strongly recommended for production use
4. Use the Webhook URL
Paste the generated URL into your external service's webhook settings. The connector will receive and ingest any POST payload sent to it.
Common use cases: Stripe events, GitHub webhooks, form submissions, custom integrations.
Note: On every sync, a new version of your data is created. Up to 5 versions are stored by default.