Webhooks (UI preview)
Webhook list, create, edit, and delete screens backed by mock data in the current console — not production integrations.
Navigation: /dashboard/setting/general-settings/webhook (list), /webhook/add, /webhook/edit/{id}
Production status
The webhook module uses mock datasets and placeholder delete handlers (no tenant API persistence). Do not rely on this area for real event delivery, signing secrets, or operational monitoring until the product ships API-backed webhooks.
Intended purpose (product direction)
The copy in-app describes event-based integrations with external systems. When production-ready, you would expect outbound HTTP callbacks, authentication, and durable configuration — none of which are guaranteed in the mock implementation.
What you can explore in preview
- Web Hooks table with search and Create Webhook.
- View detail modal from a row.
- Edit and Delete flows driven by static records.
Changes from delete or create will not reflect real tenant state.
Permissions
The preview routes may not enforce the same granular permission matrix as production modules. If access fails, follow Permissions.
Troubleshooting
- Created webhook does not appear for other users: Preview data is local to the session implementation, not the server.
- Need real webhooks: Wait for a release that wires this module to your environment’s API, or use whatever integration path your administrator provides outside this preview.