Create Flow Folder
Create a new flow folder in the specified workspace.
Headers
The ID of the workspace to create the folder in.
Request Body
The name of the folder (e.g., “My Workflow Folder”).
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).
The icon identifier for the folder, specified as one of the following: folder, file, phone, headphone, voice, message.
The type of flow. Possible values: “call” or “message”.
Response Fields
The unique identifier for the newly created folder.
The identifier of the workspace where the folder has been created.
The name given to the folder.
The color of the folder, as a hex code (e.g., “#3B82F6” for blue).
The icon identifier for the folder (e.g., “folder”).
The type of flow, either “call” or “message”.
The model type for flows, derived from flowType
.
An array of flows associated with the folder (initially empty).
Timestamp when the folder was created (ISO 8601 format).
Timestamp when the folder was last updated (ISO 8601 format).