URGENT HELP NEEDED
# 🤝help
r
hey everyone, I need some help using BOtpress, basically I have created a bot that gathers user data such as their name, email, and phone number. This data is then sent to a Zap on Zapier using a get command on zapier, and using axios.post in execute code on botpress. Zapier checks if a record of this user exists in a database, if it does, it creates a variable zapier_search_success and sets it to true, if it doesn't find a record, this variable is set to false. my question now is, how can i send this variable back from zapier to botpress. i assume it would be by using a post on zapier and a get on botpress, but i do not know what url to use and how to get it. I would really appreciate if someone can help me out
g
Zapier doesnt allow custom response to webhook. Switch to Make.com there you can recieve the webhook and do anything you are currently doing in the zap. Just at the end, add a Send Webhook Response module and send your success flag there. So you can send a request to the webhook from botpress and the response would be your success flag
c
wouldent you have to make the whole zapier system on make.com then to then?
c
@ripe-notebook-8972 If you want to send information back to Botpress you can use the Webhook integration. This integration provides a Webhook that you can use to receive a request on Botpress's side! This feature is only available under the https://discord.com/channels/1108396290624213082/1121833577659768893 program. You can request access to it! On the other hand, you can decide which system you want to automate the rest! Let me know if there is anything else I can help you with! 🚀
g
I think its just easier to do it using make.com for now as its urgent, but once you get access to Webhooks Triggers via the Beta Open, its better to have everything right there in botpress