Trigger a Bubble API workflow using an HTTP GET request. API workflows are server-side workflows in Bubble that can be triggered externally. Use GET for simple workflows that don't require a request body (parameters passed as query strings). For workflows requiring complex data…
branchstringBubble deployment branch to target. Use 'live' for production workflows or 'version-test' for development/testing workflows.
parametersobjectQuery string parameters to pass to the workflow, matching the workflow's defined inputs. Each key should match a parameter name configured in your Bubble workflow. Values can be strings, numbers, booleans, or simple objects. Example: {'user_id': '123', 'send_email': true, 'prior…
workflow_nameRequiredstringName of the API workflow to trigger (as defined in Bubble's workflow editor). This is the exact name you gave the workflow, which becomes part of the endpoint URL. Example: if your workflow is named 'send_email', use 'send_email'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.