APIs & tabular
Webhook integration
Receive JSON payloads pushed from any service to a unique Flitch URL and build dashboards on them.
Flitch is an AI BI tool that connects to Webhook and turns your data into shareable dashboards. Create a webhook receiver and point Stripe, GitHub, a Zapier or Make automation, or your own service at the generated URL. Flitch turns each incoming payload into rows you can build dashboards on, no polling or API to maintain.
- Unique URL per connection
- Optional HMAC-SHA256 signature verification
- Payloads flatten into a dataset automatically
How do you connect Webhook to Flitch?
No sign-in. Flitch gives you a unique URL to POST to. Add an optional HMAC-SHA256 signing secret to require signed requests.
Generate a dashboard
Pick a prompt to get started.
Webhook integration FAQ
How does a Flitch webhook receiver work?
Flitch gives you a unique URL to POST JSON payloads to. Point any service at that URL and each incoming payload flattens into rows you can build dashboards on.
Which services can send data to the webhook?
Any service that can POST JSON, such as Stripe, GitHub, or a Zapier or Make automation, plus your own applications. There is no polling or API for you to maintain.
Can I verify that webhook requests are genuine?
Yes. You can add an optional HMAC-SHA256 signing secret so Flitch only accepts signed requests. Without a secret the URL accepts any valid POST.
Do I need to sign in to receive webhooks?
No sign-in or OAuth is needed for the sender. Flitch generates a unique receiving URL per connection and turns whatever is posted into a dataset automatically.
How is a webhook different from a scheduled data pull?
A webhook receiver is push-based, so your service sends data to Flitch as events happen rather than Flitch polling on a schedule. Payloads flatten into a dataset as they arrive.
Does Flitch copy my Webhook data?
Only the objects you choose. Webhook is an API rather than a database Flitch can query in place, so those objects are pulled on your refresh schedule and stored as datasets. Nothing else is taken, and aggregation still happens in SQL against your data model, so a figure means the same thing on every dashboard built from it. Connect a database instead and Flitch queries it directly with no copy at all.
More in APIs & tabular
Not the source you're after?