Description
Webhook Module for TableTrack
Important Requirement:
- This module is an add-on and requires installation of TableTrack – The Complete SaaS Restaurant Management Solution ( MAIN APP )
- It is not a standalone product and cannot be used without the main app
Technical Features
- Register webhooks on restaurant or branch level with flexible event subscriptions
- Support for both tenant (restaurant) and system-wide (platform) webhooks
- Granular filtering by event name and source module
- Automatic retries & delivery attempt tracking for reliability
- Idempotency keys for safe downstream processing
- Signature verification with configurable secrets
- Comprehensive delivery logs for each webhook attempt
- Real-time event broadcasting over Laravel channels
- Dashboard for monitoring deliveries and configuring webhooks
- Extensible event support via TableTrack event system
- CLI for provisioning webhooks and defaults
Usage Requirements
- TableTrack Laravel application (v1.2.1 or newer recommended)
- Events fired within TableTrack for the operations you wish to integrate (e.g. new order, reservation, etc.)

