Hello Bubblers,
I have a question about Bubble’s Workflow API. I want to use Bubble as a backend. I want to call workflows in my other app through APIs. I’ve never used Bubble as a backend before, so I don’t understand it that much. As far as I know, you create backend workflows and call them through an API. In the documentation I came across this to call a workflow:
[https://appname.bubbleapps.io/api/1.1/wf/workflow_name]
So does this mean to call/trigger the workflow in another app you only have to put the workflow name at workflow_name and that’s it? SO something like this: https://appname.bubbleapps.io/api/1.1/wf/showdataWF
And what about POST and GET actions?