Webhooks

Plan your meetings on autopilot.

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:

{
   "meetingDate": "2021-12-06 14:00:00", // UTC
   "attendeeName": "John Smith",
   "attendeeEmail": "nohoh71129@tinydef.com",
   "attendeePhone": "+48100200300",
   "place": "offline|google-meet|teamsForBusiness|skypeForBusiness|skypeForConsumer",
   "subject": "Subject title",
   "link": "link-to-online-meeting"
}

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.

Your time
is priceless

Don't waste it for meeting scheduling. Leave it to us we will take care about it.