Workflows
Create Workflow
Create a new workflow for an app.
POST
Create a new workflow. Provider keys referenced in
VERIFICATION nodes must exist in app.providers. Maximum 100 workflows per app.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.application/jsonOptional client-generated string (max 255 chars) to safely retry without creating duplicates. Scoped per workspace. A key is valid for 24 hours. If the same key is replayed with an identical body, the original response is returned with an
Idempotency-Replayed: true header. Reusing the same key with a different body returns 409 IDEMPOTENCY_KEY_CONFLICT.Path parameters
Client identifier of the app.
Request body
Display name for the workflow.
ID of the entry node (must exist in
nodes).Array of flow nodes. Each node has:
Response
Auto-generated workflow identifier.
Workflow name.
Entry node ID.
Array of flow nodes.
ISO 8601 timestamp.
ISO 8601 timestamp.
The response includes a
Location header pointing at the newly-created resource (e.g., /connect/v1/apps/{clientId}/workflows/wf_abc123).
