Zencal University

Webhooks

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:

  1. Meeting is scheduled
  2. Meeting is rescheduled
  3. 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:

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.