Webhooks
Receive real-time HTTP notifications when events occur in your Flipdish account. New integrations should use Flipdish Webhooks (v3.0).
Flipdish sends real-time HTTP POST notifications to a URL you control whenever events occur in your account — an order placed, a menu published, a store updated. There are two webhook systems; new integrations should use Flipdish Webhooks (v3.0).
Flipdish Webhooks (v3.0) — recommended
Configure subscriptions in the Flipdish Portal under Settings → Webhooks. Subscriptions are org-scoped, support HMAC-SHA256 request verification, and receive all new event types.
Get started with Flipdish Webhooks (v3.0) →
Legacy webhooks
The original webhook system (configured via Developer tools → OAuth apps → Webhooks) remains supported but will not receive new event types. Existing integrations will continue to work. For anything new, use the v3.0 system above.
Comparison
| Aspect | Legacy Webhooks | Flipdish Webhooks (v3.0) |
|---|---|---|
| Where to configure | Developer tools → OAuth apps → Webhooks | Settings → Webhooks |
| Ownership | Tied to a user / OAuth app | org-scoped (belongs to orgId) |
| Request verification | Legacy app secret | HMAC-SHA256 over ${timestamp}.${rawBody} |
| New event types | No — fixed legacy set | Yes — all new v3.0 events |
| Recommended for | Existing integrations only | All new integrations |
Updated about 16 hours ago
