Calendar for Schedulle

(Anderson Barros) #1

Hello,
I’m new to Bot development, and I’m trying to set up a Bot for scheduling. I tried using Google Calendar, but I could not use the date + time that the user entered and make a calendar appointment. That was when I saw Productvee, and I wanted to try to use it. But, I did not find documentation with examples, or more details about integrating with Flow XO. Does anyone have an example, or can you give me a hint on how to implement in my Bot the option of inserting a calendar in the Bot, or else, the option for the user to type DD / MM / YYYY, then enter the time, and first check if the time is available, so yes, schedule the time.

Thank you for your help.

(Daniel Beckett) #2

Hi @anderbarros

There’s an example for this using a Facebook messenger bot since they support webviews through the Make a Custom Request service and their Webview templates. You could pass the user over to a service like Calendly.

Here’s an example flow:

Note that the URL would need replacing with your Calendly link once you’re all setup.

I hope this helps.

Thanks,
Dan