Bubble · Arazzo Workflow
Bubble Create a Thing Then Trigger a Backend Workflow
Version 1.0.0
Create a record via the Data API, then trigger a backend workflow that processes it.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
create-thing-then-trigger-workflow
Create a record, then trigger a backend workflow to process it by id.
Posts a new record to a data type, captures the generated unique id, and triggers a named backend workflow with that id in the parameter map.
1
createThing
createThing
Create a single new record of the given data type and capture the unique id Bubble assigns.
2
triggerWorkflow
triggerWorkflow
Invoke the named backend workflow, passing the newly created record's id so the workflow can load and process it.
Source API Descriptions
openapi