Hi !
I cant make Zapier plug-in work, I am getting this error when trying to connect to Zapier triggering it from a work flow. I am executing from the debbuger, i have set-up the webhook and the parameters.
Any help is appreciated ! Thanks!
Error connecting to Zapier:
…
@fedejaime - Don’t bother with the Zapier Bubble plugin, just use Zapier webhooks instead.
I describe how in another post:
Sure thing @hi1
So, this is the Zapier building block you need:
Webhooks as you (may) know are the way APIs communicate with each other. In this case you use them to have Bubble and Zapier send data to each other.
If you use webhooks as trigger on Zapier, you get given a unqiue webhook URL:
[image]
You can plug this URL into the Bubble API Connector and initiate a call sending whatever data you like (no authentication).
If you use webhooks as an action on Zapier, you can GET/POST/PUT to…
1 Like
Thanks Andrew, that was helpful !
system
Closed
May 31, 2017, 9:02am
4
This topic was automatically closed after 70 days. New replies are no longer allowed.