Create webhook subscription

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:

  1. Choose events: Select which business events matter to your integration
  2. Set destination: Provide an HTTPS endpoint where we'll send notifications
  3. Configure scope: Subscribe to events from all properties or specific ones
  4. 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
Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!