Did Zapier remove Bubble from their site?

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:

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 any URL:

In this case, just create an API Workflow in Bubble and use plug endpoint URL into your zap. Then you can send whatever data you want to Bubble. Just be sure to set the Payload Type to JSON.

I’ve not extensively tested it for sending files and images, only text data at this point… but there is no reason it shouldn’t be able to handle anything.

Hope that helps. PM me if you need extra help.

4 Likes