Extend VenMan with webhooks.
Available Events
event.created,event.publishedticket.sold,guest.checked_inshift.assigned,settlement.completed
Setting Up Webhooks
- Settings → Webhooks
- Enter target URL
- Select events
- Secret for signature (optional)
Payload Format
JSON with event, timestamp, data, organization_id
Security
- HMAC-SHA256 signature
- Timestamp check
- IP whitelist (optional)
