Create a new workflow for a team.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the team.
The name of the workflow.
A description of the workflow.
The type of the workflow.
WORKFLOW_TYPE_UNSPECIFIED, EXECUTABLE, GUIDANCE The execution scope of the workflow.
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).
Success
The created workflow.