POST
/
create-workflow-run
curl --request POST \
  --url http://processzen.io/api/create-workflow-run \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "workflow_template_id": "<string>",
  "input_fields": {},
  "user_assignments": {}
}'
{
  "id": "<string>",
  "organization_id": "<string>",
  "template_id": "<string>",
  "status": "<string>",
  "run_json": {},
  "last_activity": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Body

application/json
workflow_template_id
string
required
input_fields
object
required
user_assignments
object

Map of page names to user IDs for assigning users to workflow pages

Response

200
application/json
Successful response
id
string
organization_id
string
template_id
string
status
string
run_json
object
last_activity
string