Search Docs…

Search Docs…

Reference

Webhooks

When you receive a response on your Webhook URL, this is how the body would look like:

{
  "userWaNo": 1234567890,
  "eventId": "ns48quki1su5l2r63dem622oh4",
  "eventName": "Demo",
  "duration": 120, // in minutes
  "customShortLink": "https://app.calendarfix.com/b/demo",
  "waInviteLink": "https://wa.me/916359414185?text=I%20want%20to%20book%20a%20demo%20for%20CalendarFix",
  "createdAt": "2024-06-11T08:51:07.392Z",
  "updatedAt": "2024-06-11T08:54:14.030Z",
  "eventStartTime": "2024-06-14T04:30:00+00:00", // always UTC
  "eventEndTime": "2024-06-14T06:30:00+00:00", // always UTC
  "questions": [
      {
          "name": "ABC"
      },
      {
          "email": "abc@gmail.com"
      },
      {
          "questionText": "Age?",
          "answer": [
              "28"
          ]
      }
  ]
}