list_file_folders
Retrieve file folders in your Mailchimp File Manager to obtain folder_id values for organizing uploads.
Instructions
List folders in the account's File Manager.
Use to discover folder_id values for organizing or targeting uploads via upload_file. Use list_files to see the files themselves.
Args: count: Folders to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and folders array. Each folder: id (use as folder_id), name, file_count, created_at, created_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |