Workflow API
Create Workflow
Create a new workflow for a team.
POST
Create Workflow
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.
The content/code of the workflow.
A description of the workflow.
The execution scope of the workflow.
Available options:
WORKFLOW_EXECUTION_SCOPE_UNSPECIFIED, TEAM_PRIVATE, TEAM_PUBLIC Whether the workflow requires form confirmation (optional).
Whether to publish the workflow after creation (optional).
The IDs of the tags to associate with the workflow.
Response
Success
The created workflow.
Create Workflow

