create_template_folder
Create folders to group related email templates for easier navigation and management. Assign templates to folders using the folder_id field during template creation.
Instructions
Create a new folder to organize templates.
Use to group related templates for easier navigation. Assign templates to the folder via the folder_id field when creating them. Use list_template_folders to browse existing folders.
Args: name: Display name for the new folder (e.g. 'Promotional Templates').
Returns: JSON with id (new folder ID), name, and count of templates in the folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |