Create Flow Folder
Folder Management
Create Flow Folder
Create a new flow folder in the specified workspace.
POST
Create Flow Folder
Headers
string
required
The ID of the workspace to create the folder in.
Request Body
string
required
The name of the folder (e.g., “My Workflow Folder”).
string
required
The color of the folder, specified as one of the following color names with their corresponding hex codes: blue (#3B82F6), green (#10B981), teal (#14B8A6), purple (#8B5CF6), orange (#F97316), red (#EF4444).
string
required
The icon identifier for the folder, specified as one of the following: folder, file, phone, headphone, voice, message.
string
required
The type of flow. Possible values: “call” or “message”.
Response Fields
string
The unique identifier for the newly created folder.
string
The identifier of the workspace where the folder has been created.
string
The name given to the folder.
string
The color of the folder, as a hex code (e.g., “#3B82F6” for blue).
string
The icon identifier for the folder (e.g., “folder”).
string
The type of flow, either “call” or “message”.
string
The model type for flows, derived from
flowType.array
An array of flows associated with the folder (initially empty).
string
Timestamp when the folder was created (ISO 8601 format).
string
Timestamp when the folder was last updated (ISO 8601 format).
