So I've been extensively looking at documentation but I cant seem to solve this issue : how can I configurate my typebot AI Loop block to check google calendar for availability and the proceeds to booking the event in google calendar if requested timeslot is available?
So my current Typebot setup (see screenshot - typebot setup) collects the the users input (date, time, email) and stores them as variables and then sends this data through HTTP request via webhook to zappier. Time and date is sent to Zapier and runs through Zapier flow (see screenshot - Zapier Flow setup). The Zapier flows does the job by checking time availabilty in google calendar. If timeslot is available, it then proceeds to booking the meeting using the variables.
BUT,
- How do I let the Open Ai Assistant block know that the meeting is now booked, and thus allowing it to inform user that meeting is confirmed back in the chat?
- How do I let the Open Ai Assistant block know that the requested time slot by user is not available, prompting the user to provide alternative date and time? The Ai Assistant will reloop until time slot is avalaible and proceed to the booking of the meeting?
The current setup in Zappier works, but cant make it communicate to the Open Ai Assistant block in Typebot.
Thank you!!