Calendly integration, open in chat bot window?
# 🤝help
m
Hi guys, i am having troubles with Calendly window to open up in my chat bot, i retried multiple times but no luck, i will keep trying but if anyone know any video i can have a look at. I was searching on youtube and botpress but still cant do it 🙄
here is a message i get in my Calendly integrat: The integration configuration failed: Axios error - 403 Forbidden: Request failed with status code 403
n
403 means you arent sending your credentials up properly. I dont know Calendly but most APIs need some sort of cred and you are either not sending it right or not sending the right one. Look at this: https://jasonwatmore.com/axios-add-bearer-token-authorization-header-to-http-request#:~:text=The%20auth%20header%20with%20bearer%20token%20is%20added,as%20the%20third%20parameter%20to%20the%20axios.post%28%29%20method.
3 Views