How can I receive data from zapier tables to botpr...
# 🌎general
w
How can I receive data from zapier tables to botpress?
e
Hey @white-ability-5250, there are two ways you could achieve this. 1 - using execute code cards that make requests to the Zapier API to get the data you want 2 - using triggers - your zap would send the desired data to the Botpress zapier webhook, and a trigger would get the data and process it.
Did you watch the Office-Hours today? We gave a neat overview of how you would do this
If you would like access to the Triggers beta, please fill out this form https://forms.gle/L3z5f49YMFxiznXCA
w
Ah crap I missed that. Any chance someone has a recording?
Absolutely, thank you!
e
I think somebody said they would record. Please ask on #1108396291060408352 !
w
👍
e
Now regarding your other question. You could use a execute code card to make a request to Zapier and check if the email is the table
w
Okay that’s great. And does that data has to be sent back to botpress from zapier?
Or could the code pick up if the email was correct?
e
Yes the response you get from the request to Zapier will contain the data of whether the email is being used
2 Views