post
https://api.flipdish.co/webhooks/orgs//subscriptions
Create a new webhook subscription to start receiving real-time notifications about business events in your Flipdish org.
What is a webhook subscription? A webhook subscription tells Flipdish which business events you want to monitor and where to send notifications when those events occur. For example, you might want to receive notifications whenever:
- A new order is placed (order.created)
- A menu is updated (menu.published)
- A customer registers (customer.created)
How it works:
- Choose events: Select which business events matter to your integration
- Set destination: Provide an HTTPS endpoint where we'll send notifications
- Configure scope: Subscribe to events from all properties or specific ones
- Receive webhooks: Get real-time HTTP POST requests with event data
Event delivery:
- Events are delivered as HTTP POST requests to your callback URL
- Includes event data, and signature for verification
- Automatic retries for failed deliveries
- Alert emails for persistent delivery failures
Security:
- All webhook URLs must use HTTPS for security
- Each subscription includes a secret for signature verification
- Webhooks include timing and idempotency headers for deduplication
