docs.calendarfix.com Open in urlscan Pro
172.64.147.209  Public Scan

URL: https://docs.calendarfix.com/
Submission: On June 13 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

CALENDARFIX



SearchCtrl + K
 * Send responses to Webhook

Powered by GitBook


SEND RESPONSES TO WEBHOOK

Structure 0: Default


Copy

{
            "userWaNo": 1234567890,
            "eventId": "ns48quki1su5l2r63dem622oh4",
            "eventName": "Demo",
            "duration": 120, // in minutes
            "customShortLink": "https://staging.calendarfix.com/b/mydemo",
            "waInviteLink": "https://wa.me/15550155559?text=I%20want%20to%20book%20demo",
            "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


Copy

{
            "userWaNo": 1234567890,
            "eventId": "ns48quki1su5l2r63dem622oh4",
            "eventName": "Demo",
            "duration": 120, // in minutes
            "customShortLink": "https://staging.calendarfix.com/b/mydemo",
            "waInviteLink": "https://wa.me/15550155559?text=I%20want%20to%20book%20demo",
            "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 2 days ago

On this page