I am looking to send data to zapier then get back ...
# 🤝help
q
Botpress >> ZAPIER >> Botpress
pleaaaaaaaase
a
You can use code to send data to a webhook in zapier using the axios library Example: const response = await axios.post(ZAPIER_WEBHOOK_URL, { firstName: 'Fred', lastName: 'Flintstone' }) and then in zapier send data back using wehbooks -> action -> POST https://zapier.com/apps/webhook/integrations
q
please I am not looking for half an answer, I love your company and am seeking a full consultation for this specific process. it is my bad not to include a lot of details, please bear with me and read the below details I am looking to get the area name from the user, then this option will be stored at my bot as workflow.Area, this specific information will be sent to Zapier using custom code action or send this particular informtion with the already built in [Send to Zapier]. until this point, I have no problem. after that Zapier will perform the below steps 1- catch hook by webhook 2- find lookup on Google sheet 3- run javascript code to send back the information in a specific order 4- send a webhook POST to botpress with the price found in gsheet (here is the pain) the URL used to make step number 4 I retrieved it from webhook configuration on the dashboard of my bot. payload type: JSON Data: the data generated from javascript code by Zapier Basic Auth: none Headers: none the code which is used to send the area name (workflow.Area) is const ZAPIER_WEBHOOK_URL = 'https://hooks.zapier.com/hooks/catch/*****/*****/' await axios.post(ZAPIER_WEBHOOK_URL, { Area: workflow.Area }) I have also tried to send the step 4 to requestbin and from reuqest bin to botpress but still not working. please let me know if you need more details.
any reply?
HELOOO
PLEAAAAAAAAAAAAAAAAAAAASE
I HAVE BEEN WAITING FOR SO LONG
2 Views