Shops > Workflows > workflowsExecute
POST:workflows/execute.json
Description
Manually execute a workflow.
Permission bit: "workflows.modify"
Topic: Workflows
Arguments
data: WorkflowExecute!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Unique workflow identifier. See also: Unique Identifiers
Example: "wf_EQzGqWoY"
Data Argument Fields
Workflow execution input data as JSON
Example: "{}"
Valid when: data's length doesn't exceed 100000 characters
Result
Preview (typescript)
Loading module