JavaScript
Workflows
Create a new workflow
Creates a new workflow for the tenant.
POST
JavaScript
Authorizations
Chave de API do tenant (publishable key ou secret key)
Headers
Chave de API do tenant (publishable key ou secret key)
Query Parameters
Sub-tenant identifier
Body
application/json
Response
Workflow created successfully
Unique workflow identifier
Example:
"wf_abc123def456"
Tenant identifier
Example:
"tenant_123"
Workflow name
Example:
"User Onboarding Workflow"
Whether the workflow is active
Example:
true
Creation timestamp
Example:
"2024-01-15T10:30:00.000Z"
Last update timestamp
Example:
"2024-01-15T10:30:00.000Z"
Sub-tenant identifier
Example:
"sub_tenant_456"
Workflow description
Example:
"Automated workflow for new user onboarding"

