Workflows

Create a workflow

Creates a new workflow in the caller's org. Name must match ^[A-Za-z0-9_-]+$ and be unique within the org. Returns the workflow_id.

post/workflows

Request body

goalstring
namestring required
ocr_enginestring
platformstring

Response

Created

workflow_idstring required

Changes