Hi everyone,
I’m currently exploring ways to have my bot help people book calls directly through the chat. Ideally, I’d like the bot to be able to:
- Show users what dates and times are available
- Let them pick a slot right in the conversation
- Automatically create the booking on their behalf
- Also handle cancellations if they ask
I’m using Calendly for scheduling. I know the simplest approach is to just share a booking link, but it would be great if the bot could handle the entire process end to end.
Does anyone know if this is possible with Calendly’s API, or have experience implementing something similar? Any tips or examples would be much appreciated!