Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The ID of the team.
The name of the workflow.
A description of the workflow.
The type of the workflow.
Available options:
WORKFLOW_TYPE_UNSPECIFIED
, EXECUTABLE
, GUIDANCE
The execution scope of the workflow.
Available options:
WORKFLOW_EXECUTION_SCOPE_UNSPECIFIED
, TEAM_PRIVATE
, TEAM_PUBLIC
Whether the workflow requires form confirmation (optional).
Whether the workflow is temporary (optional).
The content/code of the workflow (optional).
The parameters schema of the workflow (JSON, optional).
Response
Success
The created workflow.