Hi,
How do we send data in our Bubble database using Bubble API? I found that I can use a HTTP POST request in the documentation reference, but I don’t see how to use it, since it seems to be used only for triggering workflow events.
Hi,
How do we send data in our Bubble database using Bubble API? I found that I can use a HTTP POST request in the documentation reference, but I don’t see how to use it, since it seems to be used only for triggering workflow events.
Well a workflow event can create a new thing, and that thing gets into you Bubble database.
Is there a way to use the json body from the POST or I have to do a GET from Bubble to know my object’s information after triggering the workflow?
Yes, use the return data action (data section, https://bubble.io/reference#API.workflow_api.APIReturnData)
Thank you very much!