Folder Management
Add Flow to Folder
Add a flow to a specific folder identified by its folderId.
POST
Path Parameters
The ID of the folder to which the flow will be added.
Request Body
The ID of the flow to add to the folder.
The type of the flow, must be either “call” or “message”.
Response Fields
The unique identifier of the folder.
The identifier of the workspace where the folder belongs.
The name of the folder.
The color of the folder, represented as a hex code.
The icon identifier for the folder.
The type of flow, either “call” or “message”.
The model type for flows, derived from flowType
.
An array of flow IDs associated with the folder.
Timestamp when the folder was created (ISO 8601 format).
Timestamp when the folder was last updated (ISO 8601 format).