Comment on page
Bubble
Interact with Bubble.io
You can trigger workflow in bubble.
import naas_drivers
url = "https://appname.bubbleapps.io/api/1.1/wf/endpoint_name"
data = { "first_name":"Bryan", "last_name":"Helmig", "age": 27 }
result = nass_drivers.bubble.send(url, data)

Introduction
Bubble Docs
Documentation
Last modified 1yr ago