Does anyone have experience embedding a Viral Loops campaign into a bubble landing page?
I’m struggling with it and am happy to pay for someone to get it done right / quickly.
Let me know!
-Evan
Does anyone have experience embedding a Viral Loops campaign into a bubble landing page?
I’m struggling with it and am happy to pay for someone to get it done right / quickly.
Let me know!
-Evan
Hi Evan. What exactly are you struggling with? It looks pretty stratightforward: they suggest to use webhooks as an integration tool. If you create an endpoint in Bubble and add it to the webhook tab in Viral Loops, then customize your workflow on Bubble side (depending on what you’re looking for for to achieve) - it should work.
If you’re not sure how to create endpoints in Bubble - go to API workflow section, choose create a new API endpoint (with Detect requested data instead of Manual definition that is offered as defaul) => press Detect data.
You’ll get an endpoint that you should copy and paste in your Webhook integration section in the Viral Loops account. Send test request and here you go - you should be all set by now.
Next, from the same API workflow section on Bubble side trigger the worfkow you need (create a thing, make changes to … - he usual stuff). In the data source choose Request Data option - it should get data from the webhook.
Hope it helps