Calendly
Last updated
Last updated
DeepConverse now supports integrating with the calendly app with our chatbots which enables the user to be able to schedule an event or a meeting right from the chatbot without having to go to their calendly account. Here's how to integrate Calendly with DeepConverse chatbot: 1) In oder to Integrate Calendly with DeepConverse Chatbot, once has to have an account on calendly. If you do not have one, please create an account. 2) Once the account is created on Calendly, the home page looks something like this
3) Click on the gear icon next to the "New Event Type" and copy the meeting URL for your profile where the scheduled events can be tracked and managed. 4) On the flow builder, select calendly add-on and paste the calendly URL which you copied in the above step and it should look like this:
Here's an example of a flow which was created which depicts the details about the calendly integration with the chatbot.
5) Add a rule with two options where one is for a successful event generation and the other one is for an unsuccessful one, looking something like this:
6) Click on the edit icon on one of the events created, to assign conditions for the above to trigger based on a successful or failed event creation.
Here, we have added a condition where we took calendlyPayload as a field to check for the event generation information and if the same is empty, it means an event is not created and if it's not empty that means an event is generated and the payload has the information related to the event. 7) Once the above steps are performed, the chatbot successfully integrated with Calendly will open up a calendar within the chatbot for the user to select a date and time and then enter the basic details like the username and email id so that the event invite will be forwarded to the same.