I'm sure that you use different tools for your business. Maybe you love use discord. Maybe you use make.com to integrate many apps. Zencal gives you opportunity to integrate your tools using webhooks.
Single user
You can configure your webhooks in "Integration" tab. We provide 3 webhooks which we send when:
- Meeting is scheduled
- Meeting is rescheduled
- Meeting is cancelled
For every webhook we send POST request to URL that you provide. We use header Content-Type: application/json and we send data in the following structrue:
Fields a, b, c are sample fields that would be sent when a customer schedule a meeting within a link with the query string data.
Team
For every team, you can define different webhooks' URLs. You can do that in the Team tab -> Webhooks
Webhooks for teams works the same as for single user.