{
    "name": "Free Audit Call Automation",
    "flow": [
        {
            "id": 1,
            "module": "gateway:CustomWebHook",
            "version": 1,
            "parameters": {
                "hook": 1325134,
                "maxResults": 1
            },
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": 314,
                    "y": 2,
                    "name": "Booking WebHook"
                },
                "restore": {
                    "parameters": {
                        "hook": {
                            "data": {
                                "editable": "true"
                            },
                            "label": "Cal.com Free Audit Call"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "hook",
                        "type": "hook:gateway-webhook",
                        "label": "Webhook",
                        "required": true
                    },
                    {
                        "name": "maxResults",
                        "type": "number",
                        "label": "Maximum number of results"
                    }
                ],
                "interface": [
                    {
                        "name": "triggerEvent",
                        "type": "text"
                    },
                    {
                        "name": "createdAt",
                        "type": "text"
                    },
                    {
                        "name": "payload",
                        "spec": [
                            {
                                "name": "type",
                                "type": "text"
                            },
                            {
                                "name": "title",
                                "type": "text"
                            },
                            {
                                "name": "startTime",
                                "type": "text"
                            },
                            {
                                "name": "endTime",
                                "type": "text"
                            },
                            {
                                "name": "attendees",
                                "spec": {
                                    "spec": [
                                        {
                                            "name": "email",
                                            "type": "text"
                                        },
                                        {
                                            "name": "name",
                                            "type": "text"
                                        },
                                        {
                                            "name": "timeZone",
                                            "type": "text"
                                        },
                                        {
                                            "name": "language",
                                            "spec": [
                                                {
                                                    "name": "locale",
                                                    "type": "text"
                                                }
                                            ],
                                            "type": "collection"
                                        },
                                        {
                                            "name": "utcOffset",
                                            "type": "number"
                                        }
                                    ],
                                    "type": "collection"
                                },
                                "type": "array"
                            },
                            {
                                "name": "organizer",
                                "spec": [
                                    {
                                        "name": "name",
                                        "type": "text"
                                    },
                                    {
                                        "name": "email",
                                        "type": "text"
                                    },
                                    {
                                        "name": "timeZone",
                                        "type": "text"
                                    },
                                    {
                                        "name": "language",
                                        "spec": [
                                            {
                                                "name": "locale",
                                                "type": "text"
                                            }
                                        ],
                                        "type": "collection"
                                    },
                                    {
                                        "name": "utcOffset",
                                        "type": "number"
                                    }
                                ],
                                "type": "collection"
                            }
                        ],
                        "type": "collection"
                    }
                ]
            }
        },
        {
            "id": 16,
            "module": "util:SetVariables",
            "version": 1,
            "parameters": {},
            "mapper": {
                "scope": "roundtrip",
                "variables": [
                    {
                        "name": "name",
                        "value": "{{1.payload.attendees[].name}}"
                    },
                    {
                        "name": "email",
                        "value": "{{1.payload.attendees[].email}}"
                    },
                    {
                        "name": "company_name",
                        "value": "{{1.payload.responses.`attendee-companyName`.value}}"
                    },
                    {
                        "name": "Linkedln_Profile",
                        "value": "{{1.payload.responses.`attendee-profile`.value}}"
                    },
                    {
                        "name": "solutions",
                        "value": "{{1.payload.responses.`attendee-reason`.value[]}}"
                    }
                ]
            },
            "metadata": {
                "designer": {
                    "x": 600,
                    "y": 0
                },
                "restore": {
                    "expect": {
                        "scope": {
                            "label": "One cycle"
                        },
                        "variables": {
                            "items": [
                                null,
                                null,
                                null,
                                null,
                                null
                            ]
                        }
                    }
                },
                "expect": [
                    {
                        "name": "variables",
                        "spec": [
                            {
                                "name": "name",
                                "type": "text",
                                "label": "Variable name",
                                "required": true
                            },
                            {
                                "name": "value",
                                "type": "any",
                                "label": "Variable value"
                            }
                        ],
                        "type": "array",
                        "label": "Variables"
                    },
                    {
                        "name": "scope",
                        "type": "select",
                        "label": "Variable lifetime",
                        "required": true,
                        "validate": {
                            "enum": [
                                "roundtrip",
                                "execution"
                            ]
                        }
                    }
                ],
                "interface": [
                    {
                        "name": "name",
                        "type": "any",
                        "label": "name"
                    },
                    {
                        "name": "email",
                        "type": "any",
                        "label": "email"
                    },
                    {
                        "name": "company_name",
                        "type": "any",
                        "label": "company_name"
                    },
                    {
                        "name": "Linkedln_Profile",
                        "type": "any",
                        "label": "Linkedln_Profile"
                    },
                    {
                        "name": "solutions",
                        "type": "any",
                        "label": "solutions"
                    }
                ]
            }
        },
        {
            "id": 4,
            "module": "google-calendar:createAnEvent",
            "version": 5,
            "parameters": {
                "__IMTCONN__": 3830314
            },
            "mapper": {
                "end": "{{1.payload.endTime}}",
                "start": "{{1.payload.startTime}}",
                "select": "detail",
                "colorId": 1,
                "summary": "Call Booked with {{get(split(1.payload.responses.name.value; space); 1)}} for {{1.payload.type}}",
                "calendar": "akshat@exactfit.tech",
                "location": "{{1.payload.attendees[].timeZone}}",
                "visibility": "private",
                "allDayEvent": false,
                "description": "{{1.payload.responses.`attendee-reason`.value[]}}",
                "sendUpdates": "all",
                "transparency": "transparent",
                "conferenceDate": true,
                "guestPermissions": {
                    "guestsCanModify": false,
                    "guestsCanInviteOthers": false,
                    "guestsCanSeeOtherGuests": true
                }
            },
            "metadata": {
                "designer": {
                    "x": 900,
                    "y": 0
                },
                "restore": {
                    "expect": {
                        "select": {
                            "label": "In Detail"
                        },
                        "colorId": {
                            "mode": "chose",
                            "label": "#a4bdfc (#1d1d1d)"
                        },
                        "calendar": {
                            "mode": "chose",
                            "label": "akshat@exactfit.tech (Primary Calendar)"
                        },
                        "attendees": {
                            "mode": "edit"
                        },
                        "overrides": {
                            "mode": "edit"
                        },
                        "recurrence": {
                            "mode": "chose"
                        },
                        "visibility": {
                            "mode": "chose",
                            "label": "Private"
                        },
                        "allDayEvent": {
                            "mode": "chose"
                        },
                        "attachments": {
                            "mode": "chose"
                        },
                        "sendUpdates": {
                            "mode": "chose",
                            "label": "To All Guests"
                        },
                        "transparency": {
                            "mode": "chose",
                            "label": "Available"
                        },
                        "conferenceDate": {
                            "mode": "chose"
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "google"
                            },
                            "label": "Meetings Booked (akshat@exactfit.tech)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:google",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "select",
                        "type": "select",
                        "label": "Create an Event",
                        "required": true,
                        "validate": {
                            "enum": [
                                "quick",
                                "detail"
                            ]
                        }
                    },
                    {
                        "name": "calendar",
                        "type": "select",
                        "label": "Calendar ID",
                        "required": true
                    },
                    {
                        "name": "colorId",
                        "type": "select",
                        "label": "Color"
                    },
                    {
                        "name": "summary",
                        "type": "text",
                        "label": "Event Name",
                        "required": true
                    },
                    {
                        "name": "allDayEvent",
                        "type": "boolean",
                        "label": "All Day Event",
                        "required": true
                    },
                    {
                        "name": "start",
                        "time": true,
                        "type": "date",
                        "label": "Start Date",
                        "required": true
                    },
                    {
                        "name": "end",
                        "time": true,
                        "type": "date",
                        "label": "End Date"
                    },
                    {
                        "name": "duration",
                        "type": "time",
                        "label": "Duration"
                    },
                    {
                        "name": "description",
                        "type": "text",
                        "label": "Description"
                    },
                    {
                        "name": "location",
                        "type": "text",
                        "label": "Location"
                    },
                    {
                        "name": "useDefault",
                        "type": "boolean",
                        "label": "Use the default reminder settings for this event"
                    },
                    {
                        "name": "overrides",
                        "spec": [
                            {
                                "name": "method",
                                "type": "select",
                                "label": "Method",
                                "options": [
                                    {
                                        "label": "Email",
                                        "value": "email"
                                    },
                                    {
                                        "label": "Pop-up",
                                        "value": "popup"
                                    }
                                ],
                                "required": true
                            },
                            {
                                "name": "minutes",
                                "type": "uinteger",
                                "label": "Minutes",
                                "required": true,
                                "validate": {
                                    "max": 40320
                                }
                            }
                        ],
                        "type": "array",
                        "label": "Reminders",
                        "validate": {
                            "maxItems": 5
                        }
                    },
                    {
                        "name": "attendees",
                        "spec": [
                            {
                                "name": "displayName",
                                "type": "text",
                                "label": "Name"
                            },
                            {
                                "name": "email",
                                "type": "email",
                                "label": "Email",
                                "required": true
                            }
                        ],
                        "type": "array",
                        "label": "Attendees"
                    },
                    {
                        "name": "transparency",
                        "type": "select",
                        "label": "Show me as",
                        "required": true,
                        "validate": {
                            "enum": [
                                "opaque",
                                "transparent"
                            ]
                        }
                    },
                    {
                        "name": "visibility",
                        "type": "select",
                        "label": "Visibility",
                        "required": true,
                        "validate": {
                            "enum": [
                                "default",
                                "public",
                                "private"
                            ]
                        }
                    },
                    {
                        "name": "sendUpdates",
                        "type": "select",
                        "label": "Send notifications about the event creation",
                        "validate": {
                            "enum": [
                                "all",
                                "externalOnly",
                                "none"
                            ]
                        }
                    },
                    {
                        "name": "guestPermissions",
                        "spec": [
                            {
                                "name": "guestsCanModify",
                                "type": "boolean",
                                "label": "Modify event",
                                "required": true
                            },
                            {
                                "name": "guestsCanInviteOthers",
                                "type": "boolean",
                                "label": "Invite others",
                                "required": true
                            },
                            {
                                "name": "guestsCanSeeOtherGuests",
                                "type": "boolean",
                                "label": "See guest list",
                                "required": true
                            }
                        ],
                        "type": "collection",
                        "label": "Guest Permissions"
                    },
                    {
                        "name": "recurrence",
                        "spec": {
                            "name": "value",
                            "type": "text",
                            "label": "Value"
                        },
                        "type": "array",
                        "label": "Recurrence"
                    },
                    {
                        "name": "conferenceDate",
                        "type": "boolean",
                        "label": "Add Google Meet Video Conferencing",
                        "required": true
                    },
                    {
                        "name": "attachments",
                        "spec": [
                            {
                                "name": "fileUrl",
                                "type": "url",
                                "label": "File URL",
                                "required": true
                            }
                        ],
                        "type": "array",
                        "label": "Attachments"
                    }
                ],
                "advanced": true
            },
            "onerror": [
                {
                    "id": 17,
                    "module": "builtin:Resume",
                    "version": 1,
                    "parameters": {},
                    "filter": {
                        "name": "Error?",
                        "conditions": [
                            [
                                {
                                    "a": "{{4.error.type}}",
                                    "b": "DataError",
                                    "o": "text:equal"
                                }
                            ]
                        ]
                    },
                    "mapper": {
                        "id": "",
                        "end": "",
                        "etag": "",
                        "kind": "Status",
                        "start": "",
                        "status": "400",
                        "colorId": "",
                        "created": "",
                        "creator": {
                            "email": "",
                            "displayName": ""
                        },
                        "iCalUID": "",
                        "summary": "",
                        "updated": "",
                        "htmlLink": "",
                        "location": "",
                        "sequence": "",
                        "attendees": [],
                        "eventType": "",
                        "organizer": {
                            "email": "",
                            "displayName": ""
                        },
                        "reminders": {
                            "overrides": []
                        },
                        "recurrence": [],
                        "visibility": "",
                        "attachments": [],
                        "description": "",
                        "hangoutLink": "",
                        "transparency": "",
                        "conferenceData": {
                            "signature": "",
                            "entryPoints": [],
                            "conferenceId": "",
                            "createRequest": {
                                "status": {
                                    "statusCode": ""
                                },
                                "requestId": "",
                                "conferenceSolutionKey": {
                                    "type": ""
                                }
                            },
                            "conferenceSolution": {
                                "key": {
                                    "type": ""
                                },
                                "name": "",
                                "iconUri": ""
                            }
                        },
                        "recurringEventId": "",
                        "originalStartTime": {
                            "dateTime": "",
                            "timeZone": ""
                        },
                        "outOfOfficeProperties": {
                            "declineMessage": "",
                            "autoDeclineMode": ""
                        },
                        "workingLocationProperties": {
                            "type": "",
                            "homeOffice": {},
                            "officeLocation": {}
                        }
                    },
                    "metadata": {
                        "designer": {
                            "x": 897,
                            "y": -342
                        },
                        "restore": {},
                        "expect": [
                            {
                                "name": "kind",
                                "type": "text",
                                "label": "Kind"
                            },
                            {
                                "name": "etag",
                                "type": "text",
                                "label": "Etag"
                            },
                            {
                                "name": "id",
                                "type": "text",
                                "label": "Event ID"
                            },
                            {
                                "name": "status",
                                "type": "text",
                                "label": "Status"
                            },
                            {
                                "name": "htmlLink",
                                "type": "text",
                                "label": "Html Link"
                            },
                            {
                                "name": "description",
                                "type": "text",
                                "label": "Description"
                            },
                            {
                                "name": "location",
                                "type": "text",
                                "label": "Location"
                            },
                            {
                                "name": "created",
                                "type": "date",
                                "label": "Created"
                            },
                            {
                                "name": "updated",
                                "type": "date",
                                "label": "Updated"
                            },
                            {
                                "name": "summary",
                                "type": "text",
                                "label": "Summary"
                            },
                            {
                                "name": "colorId",
                                "type": "text",
                                "label": "Color ID"
                            },
                            {
                                "name": "creator",
                                "spec": [
                                    {
                                        "name": "email",
                                        "type": "text",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "displayName",
                                        "type": "text",
                                        "label": "Display Name"
                                    },
                                    {
                                        "name": "self",
                                        "type": "boolean",
                                        "label": "Self"
                                    }
                                ],
                                "type": "collection",
                                "label": "Creator"
                            },
                            {
                                "name": "organizer",
                                "spec": [
                                    {
                                        "name": "email",
                                        "type": "text",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "displayName",
                                        "type": "text",
                                        "label": "Display Name"
                                    },
                                    {
                                        "name": "self",
                                        "type": "boolean",
                                        "label": "Self"
                                    }
                                ],
                                "type": "collection",
                                "label": "Organizer"
                            },
                            {
                                "name": "start",
                                "type": "date",
                                "label": "Start"
                            },
                            {
                                "name": "end",
                                "type": "date",
                                "label": "End"
                            },
                            {
                                "name": "recurrence",
                                "spec": {
                                    "name": "value",
                                    "type": "text"
                                },
                                "type": "array",
                                "label": "Recurrence"
                            },
                            {
                                "name": "recurringEventId",
                                "type": "text",
                                "label": "Recurring Event ID"
                            },
                            {
                                "name": "originalStartTime",
                                "spec": [
                                    {
                                        "name": "dateTime",
                                        "time": true,
                                        "type": "date",
                                        "label": "Date Time"
                                    },
                                    {
                                        "name": "timeZone",
                                        "type": "text",
                                        "label": "Time Zone"
                                    }
                                ],
                                "type": "collection",
                                "label": "Original Start Time"
                            },
                            {
                                "name": "transparency",
                                "type": "text",
                                "label": "Transparency"
                            },
                            {
                                "name": "iCalUID",
                                "type": "text",
                                "label": "I Cal UID"
                            },
                            {
                                "name": "sequence",
                                "type": "number",
                                "label": "Sequence"
                            },
                            {
                                "name": "attendees",
                                "spec": [
                                    {
                                        "name": "email",
                                        "type": "email",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "self",
                                        "type": "boolean",
                                        "label": "Self"
                                    },
                                    {
                                        "name": "organizer",
                                        "type": "boolean",
                                        "label": "Organizer"
                                    },
                                    {
                                        "name": "displayName",
                                        "type": "text",
                                        "label": "Display Name"
                                    },
                                    {
                                        "name": "responseStatus",
                                        "type": "text",
                                        "label": "Response Status"
                                    },
                                    {
                                        "name": "optional",
                                        "type": "boolean",
                                        "label": "Optional"
                                    }
                                ],
                                "type": "array",
                                "label": "Attendees"
                            },
                            {
                                "name": "guestsCanInviteOthers",
                                "type": "boolean",
                                "label": "Guests Can Invite Others"
                            },
                            {
                                "name": "hangoutLink",
                                "type": "url",
                                "label": "Hangout Link"
                            },
                            {
                                "name": "conferenceData",
                                "spec": [
                                    {
                                        "name": "createRequest",
                                        "spec": [
                                            {
                                                "name": "requestId",
                                                "type": "text",
                                                "label": "Request ID"
                                            },
                                            {
                                                "name": "conferenceSolutionKey",
                                                "spec": [
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Conference Solution Key"
                                            },
                                            {
                                                "name": "status",
                                                "spec": [
                                                    {
                                                        "name": "statusCode",
                                                        "type": "text",
                                                        "label": "Status Code"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Status"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Create Request"
                                    },
                                    {
                                        "name": "entryPoints",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "regionCode",
                                                    "type": "text",
                                                    "label": "Region Code"
                                                },
                                                {
                                                    "name": "entryPointType",
                                                    "type": "text",
                                                    "label": "Entry Point Type"
                                                },
                                                {
                                                    "name": "uri",
                                                    "type": "text",
                                                    "label": "Uri"
                                                },
                                                {
                                                    "name": "label",
                                                    "type": "text",
                                                    "label": "Label"
                                                },
                                                {
                                                    "name": "pin",
                                                    "type": "text",
                                                    "label": "Pin"
                                                }
                                            ],
                                            "type": "collection"
                                        },
                                        "type": "array",
                                        "label": "Entry Points"
                                    },
                                    {
                                        "name": "conferenceSolution",
                                        "spec": [
                                            {
                                                "name": "key",
                                                "spec": [
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Key"
                                            },
                                            {
                                                "name": "name",
                                                "type": "text",
                                                "label": "Name"
                                            },
                                            {
                                                "name": "iconUri",
                                                "type": "text",
                                                "label": "Icon Uri"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Conference Solution"
                                    },
                                    {
                                        "name": "conferenceId",
                                        "type": "text",
                                        "label": "Conference ID"
                                    },
                                    {
                                        "name": "signature",
                                        "type": "text",
                                        "label": "Signature"
                                    }
                                ],
                                "type": "collection",
                                "label": "Conference Data"
                            },
                            {
                                "name": "reminders",
                                "spec": [
                                    {
                                        "name": "useDefault",
                                        "type": "boolean",
                                        "label": "Use Default"
                                    },
                                    {
                                        "name": "overrides",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "method",
                                                    "type": "text",
                                                    "label": "Method"
                                                },
                                                {
                                                    "name": "minutes",
                                                    "type": "number",
                                                    "label": "Minutes"
                                                }
                                            ],
                                            "type": "collection"
                                        },
                                        "type": "array",
                                        "label": "Overrides"
                                    }
                                ],
                                "type": "collection",
                                "label": "Reminders"
                            },
                            {
                                "name": "eventType",
                                "type": "text",
                                "label": "Event Type"
                            },
                            {
                                "name": "visibility",
                                "type": "text",
                                "label": "Visibility"
                            },
                            {
                                "name": "outOfOfficeProperties",
                                "spec": [
                                    {
                                        "name": "autoDeclineMode",
                                        "type": "text",
                                        "label": "Auto Decline Mode"
                                    },
                                    {
                                        "name": "declineMessage",
                                        "type": "text",
                                        "label": "Decline Message"
                                    }
                                ],
                                "type": "collection",
                                "label": "Out of Office Properties"
                            },
                            {
                                "name": "guestsCanSeeOtherGuests",
                                "type": "boolean",
                                "label": "Guests Can See Other Guests"
                            },
                            {
                                "name": "attachments",
                                "spec": {
                                    "name": "value",
                                    "spec": [
                                        {
                                            "name": "fileUrl",
                                            "type": "url",
                                            "label": "File URL"
                                        },
                                        {
                                            "name": "title",
                                            "type": "text",
                                            "label": "Title"
                                        },
                                        {
                                            "name": "mimeType",
                                            "type": "text",
                                            "label": "Mime Type"
                                        },
                                        {
                                            "name": "iconLink",
                                            "type": "url",
                                            "label": "Icon Link"
                                        },
                                        {
                                            "name": "fileId",
                                            "type": "text",
                                            "label": "File ID"
                                        }
                                    ],
                                    "type": "collection"
                                },
                                "type": "array",
                                "label": "Attachments"
                            },
                            {
                                "name": "workingLocationProperties",
                                "spec": [
                                    {
                                        "name": "type",
                                        "type": "text",
                                        "label": "Type"
                                    },
                                    {
                                        "name": "officeLocation",
                                        "spec": [],
                                        "type": "collection",
                                        "label": "Office Location"
                                    },
                                    {
                                        "name": "homeOffice",
                                        "spec": [],
                                        "type": "collection",
                                        "label": "Home Office"
                                    }
                                ],
                                "type": "collection",
                                "label": "Working Location Properties"
                            },
                            {
                                "name": "guestsCanModify",
                                "type": "boolean",
                                "label": "Guests Can Modify"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "id": 14,
            "module": "google-sheets:addRow",
            "version": 2,
            "parameters": {
                "__IMTCONN__": 3830314
            },
            "mapper": {
                "from": "drive",
                "mode": "select",
                "values": {
                    "0": "{{1.payload.attendees[].name}}",
                    "1": "{{1.payload.responses.`attendee-companywebsite`.label}}",
                    "2": "{{1.payload.responses.`attendee-companyName`.label}}",
                    "3": "{{1.payload.attendees[].email}}",
                    "5": "{{1.payload.responses.`attendee-profile`.value}}"
                },
                "sheetId": "Free Audit Form",
                "spreadsheetId": "/1_rcDF8w-J3nHjGfGru9zA5Y8u-vVFR4SvvXGpBEpy1E",
                "includesHeaders": true,
                "insertDataOption": "INSERT_ROWS",
                "valueInputOption": "USER_ENTERED",
                "insertUnformatted": false
            },
            "metadata": {
                "designer": {
                    "x": 1197,
                    "y": 1
                },
                "restore": {
                    "expect": {
                        "from": {
                            "label": "My Drive"
                        },
                        "mode": {
                            "label": "Search by path"
                        },
                        "sheetId": {
                            "label": "Free Audit Form"
                        },
                        "spreadsheetId": {
                            "path": [
                                "Client Responses"
                            ]
                        },
                        "includesHeaders": {
                            "label": "Yes",
                            "nested": [
                                {
                                    "name": "values",
                                    "spec": [
                                        {
                                            "name": "0",
                                            "type": "text",
                                            "label": "Name  (A)"
                                        },
                                        {
                                            "name": "1",
                                            "type": "text",
                                            "label": "Company_Website (B)"
                                        },
                                        {
                                            "name": "2",
                                            "type": "text",
                                            "label": "Company_Name (C)"
                                        },
                                        {
                                            "name": "3",
                                            "type": "text",
                                            "label": "Email_address (D)"
                                        },
                                        {
                                            "name": "4",
                                            "type": "text",
                                            "label": "solutions (E)"
                                        },
                                        {
                                            "name": "5",
                                            "type": "text",
                                            "label": "Linkedln_Profile (F)"
                                        },
                                        {
                                            "name": "6",
                                            "type": "text",
                                            "label": "Country (G)"
                                        },
                                        {
                                            "name": "7",
                                            "type": "text",
                                            "label": "(H)"
                                        },
                                        {
                                            "name": "8",
                                            "type": "text",
                                            "label": "(I)"
                                        },
                                        {
                                            "name": "9",
                                            "type": "text",
                                            "label": "(J)"
                                        },
                                        {
                                            "name": "10",
                                            "type": "text",
                                            "label": "(K)"
                                        },
                                        {
                                            "name": "11",
                                            "type": "text",
                                            "label": "(L)"
                                        },
                                        {
                                            "name": "12",
                                            "type": "text",
                                            "label": "(M)"
                                        },
                                        {
                                            "name": "13",
                                            "type": "text",
                                            "label": "(N)"
                                        },
                                        {
                                            "name": "14",
                                            "type": "text",
                                            "label": "(O)"
                                        },
                                        {
                                            "name": "15",
                                            "type": "text",
                                            "label": "(P)"
                                        },
                                        {
                                            "name": "16",
                                            "type": "text",
                                            "label": "(Q)"
                                        },
                                        {
                                            "name": "17",
                                            "type": "text",
                                            "label": "(R)"
                                        },
                                        {
                                            "name": "18",
                                            "type": "text",
                                            "label": "(S)"
                                        },
                                        {
                                            "name": "19",
                                            "type": "text",
                                            "label": "(T)"
                                        },
                                        {
                                            "name": "20",
                                            "type": "text",
                                            "label": "(U)"
                                        },
                                        {
                                            "name": "21",
                                            "type": "text",
                                            "label": "(V)"
                                        },
                                        {
                                            "name": "22",
                                            "type": "text",
                                            "label": "(W)"
                                        },
                                        {
                                            "name": "23",
                                            "type": "text",
                                            "label": "(X)"
                                        },
                                        {
                                            "name": "24",
                                            "type": "text",
                                            "label": "(Y)"
                                        },
                                        {
                                            "name": "25",
                                            "type": "text",
                                            "label": "(Z)"
                                        },
                                        {
                                            "name": "26",
                                            "type": "text",
                                            "label": "(AA)"
                                        },
                                        {
                                            "name": "27",
                                            "type": "text",
                                            "label": "(AB)"
                                        },
                                        {
                                            "name": "28",
                                            "type": "text",
                                            "label": "(AC)"
                                        },
                                        {
                                            "name": "29",
                                            "type": "text",
                                            "label": "(AD)"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Values"
                                }
                            ]
                        },
                        "insertDataOption": {
                            "mode": "chose",
                            "label": "Insert rows"
                        },
                        "valueInputOption": {
                            "mode": "chose",
                            "label": "User entered"
                        },
                        "insertUnformatted": {
                            "mode": "chose"
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "google"
                            },
                            "label": "Meetings Booked (akshat@exactfit.tech)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:google",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "mode",
                        "type": "select",
                        "label": "Search Method",
                        "required": true,
                        "validate": {
                            "enum": [
                                "select",
                                "fromAll",
                                "map"
                            ]
                        }
                    },
                    {
                        "name": "insertUnformatted",
                        "type": "boolean",
                        "label": "Unformatted",
                        "required": true
                    },
                    {
                        "name": "valueInputOption",
                        "type": "select",
                        "label": "Value input option",
                        "validate": {
                            "enum": [
                                "USER_ENTERED",
                                "RAW"
                            ]
                        }
                    },
                    {
                        "name": "insertDataOption",
                        "type": "select",
                        "label": "Insert data option",
                        "validate": {
                            "enum": [
                                "INSERT_ROWS",
                                "OVERWRITE"
                            ]
                        }
                    },
                    {
                        "name": "from",
                        "type": "select",
                        "label": "Drive",
                        "required": true,
                        "validate": {
                            "enum": [
                                "drive",
                                "share",
                                "team"
                            ]
                        }
                    },
                    {
                        "name": "spreadsheetId",
                        "type": "file",
                        "label": "Spreadsheet ID",
                        "required": true
                    },
                    {
                        "name": "sheetId",
                        "type": "select",
                        "label": "Sheet Name",
                        "required": true
                    },
                    {
                        "name": "includesHeaders",
                        "type": "select",
                        "label": "Table contains headers",
                        "required": true,
                        "validate": {
                            "enum": [
                                true,
                                false
                            ]
                        }
                    },
                    {
                        "name": "values",
                        "spec": [
                            {
                                "name": "0",
                                "type": "text",
                                "label": "Name  (A)"
                            },
                            {
                                "name": "1",
                                "type": "text",
                                "label": "Company_Website (B)"
                            },
                            {
                                "name": "2",
                                "type": "text",
                                "label": "Company_Name (C)"
                            },
                            {
                                "name": "3",
                                "type": "text",
                                "label": "Email_address (D)"
                            },
                            {
                                "name": "4",
                                "type": "text",
                                "label": "solutions (E)"
                            },
                            {
                                "name": "5",
                                "type": "text",
                                "label": "Linkedln_Profile (F)"
                            },
                            {
                                "name": "6",
                                "type": "text",
                                "label": "Country (G)"
                            },
                            {
                                "name": "7",
                                "type": "text",
                                "label": "(H)"
                            },
                            {
                                "name": "8",
                                "type": "text",
                                "label": "(I)"
                            },
                            {
                                "name": "9",
                                "type": "text",
                                "label": "(J)"
                            },
                            {
                                "name": "10",
                                "type": "text",
                                "label": "(K)"
                            },
                            {
                                "name": "11",
                                "type": "text",
                                "label": "(L)"
                            },
                            {
                                "name": "12",
                                "type": "text",
                                "label": "(M)"
                            },
                            {
                                "name": "13",
                                "type": "text",
                                "label": "(N)"
                            },
                            {
                                "name": "14",
                                "type": "text",
                                "label": "(O)"
                            },
                            {
                                "name": "15",
                                "type": "text",
                                "label": "(P)"
                            },
                            {
                                "name": "16",
                                "type": "text",
                                "label": "(Q)"
                            },
                            {
                                "name": "17",
                                "type": "text",
                                "label": "(R)"
                            },
                            {
                                "name": "18",
                                "type": "text",
                                "label": "(S)"
                            },
                            {
                                "name": "19",
                                "type": "text",
                                "label": "(T)"
                            },
                            {
                                "name": "20",
                                "type": "text",
                                "label": "(U)"
                            },
                            {
                                "name": "21",
                                "type": "text",
                                "label": "(V)"
                            },
                            {
                                "name": "22",
                                "type": "text",
                                "label": "(W)"
                            },
                            {
                                "name": "23",
                                "type": "text",
                                "label": "(X)"
                            },
                            {
                                "name": "24",
                                "type": "text",
                                "label": "(Y)"
                            },
                            {
                                "name": "25",
                                "type": "text",
                                "label": "(Z)"
                            },
                            {
                                "name": "26",
                                "type": "text",
                                "label": "(AA)"
                            },
                            {
                                "name": "27",
                                "type": "text",
                                "label": "(AB)"
                            },
                            {
                                "name": "28",
                                "type": "text",
                                "label": "(AC)"
                            },
                            {
                                "name": "29",
                                "type": "text",
                                "label": "(AD)"
                            }
                        ],
                        "type": "collection",
                        "label": "Values"
                    }
                ]
            }
        },
        {
            "id": 11,
            "module": "util:FunctionSleep",
            "version": 1,
            "parameters": {},
            "mapper": {
                "duration": "300"
            },
            "metadata": {
                "designer": {
                    "x": 1500,
                    "y": 0
                },
                "restore": {},
                "expect": [
                    {
                        "name": "duration",
                        "type": "uinteger",
                        "label": "Delay",
                        "required": true,
                        "validate": {
                            "max": 300,
                            "min": 1
                        }
                    }
                ]
            }
        },
        {
            "id": 10,
            "module": "email:ActionSendEmail",
            "version": 7,
            "parameters": {
                "folder": "[Gmail]/Sent Mail",
                "account": 3323305,
                "accountImap": 3323305,
                "saveAfterSent": true
            },
            "mapper": {
                "cc": [],
                "to": [
                    "{{1.payload.responses.email.value}}"
                ],
                "bcc": [],
                "from": "",
                "html": "Hi  {{get(split(1.payload.attendees[].name; space); 1)}} ,\n<br><br>\nWe are excited to get on a call with you to discuss your free audit for {{1.payload.responses.`attendee-companyName`.value}}.\n<br><br>\nSee you on the call.<br>\nAkshat",
                "sender": "",
                "headers": [],
                "replyTo": "",
                "subject": "Thank You for booking a call {{get(split(1.payload.attendees[].name; space); 1)}} 😊!",
                "priority": "normal",
                "inReplyTo": "",
                "references": [],
                "attachments": [],
                "contentType": "html"
            },
            "metadata": {
                "designer": {
                    "x": 1800,
                    "y": 0,
                    "name": "ThankYou Email"
                },
                "restore": {
                    "expect": {
                        "cc": {
                            "mode": "chose"
                        },
                        "to": {
                            "mode": "chose",
                            "items": [
                                null
                            ]
                        },
                        "bcc": {
                            "mode": "chose"
                        },
                        "priority": {
                            "label": "Normal"
                        },
                        "references": {
                            "mode": "chose"
                        },
                        "attachments": {
                            "mode": "chose"
                        },
                        "contentType": {
                            "label": "HTML"
                        }
                    },
                    "parameters": {
                        "folder": {
                            "label": "Sent Mail"
                        },
                        "account": {
                            "data": {
                                "scoped": "true",
                                "connection": "google-restricted"
                            },
                            "label": "ExactFit Company Emails (akshat@exactfit.tech)"
                        },
                        "accountImap": {
                            "data": {
                                "scoped": "true",
                                "connection": "google-restricted"
                            },
                            "label": "ExactFit Company Emails (akshat@exactfit.tech)"
                        },
                        "saveAfterSent": {
                            "label": "Yes"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "account",
                        "type": "account:smtp,google-restricted,microsoft-smtp-imap",
                        "label": "Connection",
                        "required": true
                    },
                    {
                        "name": "saveAfterSent",
                        "type": "select",
                        "label": "Save message after sending",
                        "required": true,
                        "validate": {
                            "enum": [
                                true,
                                false
                            ]
                        }
                    },
                    {
                        "type": "hidden"
                    },
                    {
                        "name": "accountImap",
                        "type": "account:imap,google-restricted,microsoft-smtp-imap",
                        "label": "Connection",
                        "required": true
                    },
                    {
                        "name": "folder",
                        "type": "select",
                        "label": "Folder",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "to",
                        "spec": {
                            "name": "value",
                            "type": "email",
                            "label": "Email address",
                            "required": true
                        },
                        "type": "array",
                        "label": "To",
                        "required": true
                    },
                    {
                        "name": "subject",
                        "type": "text",
                        "label": "Subject"
                    },
                    {
                        "name": "contentType",
                        "type": "select",
                        "label": "Content Type",
                        "required": true,
                        "validate": {
                            "enum": [
                                "html",
                                "text"
                            ]
                        }
                    },
                    {
                        "name": "attachments",
                        "spec": [
                            {
                                "name": "fileName",
                                "type": "filename",
                                "label": "File name",
                                "required": true,
                                "semantic": "file:name"
                            },
                            {
                                "name": "data",
                                "type": "buffer",
                                "label": "Data",
                                "required": true,
                                "semantic": "file:data"
                            },
                            {
                                "name": "cid",
                                "type": "text",
                                "label": "Content-ID"
                            }
                        ],
                        "type": "array",
                        "label": "Attachments"
                    },
                    {
                        "name": "cc",
                        "spec": {
                            "name": "value",
                            "type": "email",
                            "label": "Email address"
                        },
                        "type": "array",
                        "label": "Copy recipient"
                    },
                    {
                        "name": "bcc",
                        "spec": {
                            "name": "value",
                            "type": "email",
                            "label": "Email address"
                        },
                        "type": "array",
                        "label": "Blind copy recipient"
                    },
                    {
                        "name": "from",
                        "type": "text",
                        "label": "From"
                    },
                    {
                        "name": "sender",
                        "type": "text",
                        "label": "Sender"
                    },
                    {
                        "name": "replyTo",
                        "type": "text",
                        "label": "Reply-To"
                    },
                    {
                        "name": "inReplyTo",
                        "type": "text",
                        "label": "In-Reply-To"
                    },
                    {
                        "name": "references",
                        "spec": {
                            "name": "value",
                            "type": "text",
                            "label": "Reference",
                            "required": true
                        },
                        "type": "array",
                        "label": "References"
                    },
                    {
                        "name": "priority",
                        "type": "select",
                        "label": "Priority",
                        "validate": {
                            "enum": [
                                "high",
                                "normal",
                                "low"
                            ]
                        }
                    },
                    {
                        "name": "headers",
                        "spec": [
                            {
                                "name": "key",
                                "type": "text",
                                "label": "Key",
                                "required": true
                            },
                            {
                                "name": "value",
                                "type": "text",
                                "label": "Value",
                                "required": true
                            }
                        ],
                        "type": "array",
                        "label": "Headers"
                    },
                    {
                        "name": "html",
                        "type": "text",
                        "label": "Content"
                    }
                ]
            }
        }
    ],
    "metadata": {
        "instant": true,
        "version": 1,
        "scenario": {
            "roundtrips": 1,
            "maxErrors": 3,
            "autoCommit": true,
            "autoCommitTriggerLast": true,
            "sequential": false,
            "slots": null,
            "confidential": false,
            "dataloss": false,
            "dlq": false,
            "freshVariables": false
        },
        "designer": {
            "orphans": [],
            "notes": [
                {
                    "id": 5,
                    "text": "",
                    "filter": true
                }
            ]
        },
        "zone": "eu2.make.com"
    }
}