Send responses to Webhook
Structure 0: Default
{
"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"
]
}
]
}
Structure 1: Zapier
{
"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
"name": "ABC",
"email": "abc@gmail.com",
"addQ1": "Age?",
"addA1": "28"
},
Last updated