calendly
# 🤝help
w
How can we view the calendly booking webpage right in the chatbot
v
hey this one you will have to use make.com or such apps
but i recommend make.com
its cheaper and easier
cuz its free plan has 1000 requests
unlike zapier which has only 100
@worried-belgium-51488
w
do you recommecnd any tutorial?
@victorious-motherboard-17400
v
there is no tutorial currently
but i can help
w
alright
thx
v
first of all you gotta make a new scenario in make.com
w
and then?
v
and then add a webhook and then choose custom webhook
did you do it
?
then after that Create a webhook and then after that go to your bot create a new node and then add a execute code card
and add this workflow.makeSuccess = false const payload = { name : workflow.personName, email : workflow.emailID } try { const response = await axios.post('', payload) workflow.makeSuccess = true } catch (error) { console.error(error) }
to the card
w
please bro let me know the whole process
v
and replace the webhook url with the url you got
i will show
first did you create the scenario
w
not yet
v
then create one
w
I'm just asking to know how I'll do it later pal
v
ok
w
are you muslim?
v
so after replacing the webhook url
yes
w
my brother
me too!
v
how old are you i am 14
w
21
v
i see
ok moving on so after replacing webhook url
you can add the variables you want to give and after that click run once

https://cdn.discordapp.com/attachments/1146448795824046180/1146454604582748220/image.png

and then start a conversation with bot after entering email and other info it will be in make.com
and then just add a module in make.com and click on calendly
and then click on create a scheduling link option from calendly
and then click on the calendly button you will see create a connection
and then sign in with the account
and then just add how many meetings can be scheduled and lastly add event type
thats all then to start it to work
switch the off to on and then whenever they add it automatically does it
but wait
not done
w
what pal?
v
one sec i am doing something
wait never mind
you will have to add a card in botpress that just gives the link to schedule a meeting
or you can use some complex flows i have it in the back of my mind but it will be hard to explain
w
forget about I'll try the card
thanks a lot
v
ok
g
Hey just made a calendar integration for botpress. Check it out. Would love the feedback. Feel free to reach out to me as well.

https://youtu.be/pI5saiWdmzs

10 Views