latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
Execute workflow
Executes a workflow with the provided input parameters
post/workflows/runs
Request body
Example request
{
"input": {
"user": {
"id": "123",
"name": "John Doe"
}
},
"key": "magicbell:signup"
}Response
Created
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000"
}