Skip to content

Files

Latest commit

Jeremy Ravenelgitbook-bot
Jeremy Ravenel
and
Oct 20, 2021
33c2797 · Oct 20, 2021

History

History
26 lines (19 loc) · 493 Bytes

bubble.md

File metadata and controls

26 lines (19 loc) · 493 Bytes
description
Interact with Bubble.io

Bubble

{% embed url="https://bubble.io" %} Website {% endembed %}

Workflow

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)

Official documentation

{% embed url="https://bubble.io/reference#API.swagger_spec" %} Documentation {% endembed %}