> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# mailchimp-content

> Mailchimp Content

**Server path:** `/mailchimp-content` | **Type:** Application | **PCID required:** Yes

## Tools

| Tool                                                                                                                    | Description              |
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| [`mailchimp_content_delete_file_manager_files_id`](#mailchimp_content_delete_file_manager_files_id)                     | Delete file              |
| [`mailchimp_content_delete_file_manager_folders_id`](#mailchimp_content_delete_file_manager_folders_id)                 | Delete folder            |
| [`mailchimp_content_delete_landing_page_id`](#mailchimp_content_delete_landing_page_id)                                 | Delete landing page      |
| [`mailchimp_content_delete_template_folders_id`](#mailchimp_content_delete_template_folders_id)                         | Delete template folder   |
| [`mailchimp_content_delete_templates_id`](#mailchimp_content_delete_templates_id)                                       | Delete template          |
| [`mailchimp_content_get_all_landing_pages`](#mailchimp_content_get_all_landing_pages)                                   | List landing pages       |
| [`mailchimp_content_get_file_manager_files`](#mailchimp_content_get_file_manager_files)                                 | List stored files        |
| [`mailchimp_content_get_file_manager_files_id`](#mailchimp_content_get_file_manager_files_id)                           | Get file                 |
| [`mailchimp_content_get_file_manager_folders`](#mailchimp_content_get_file_manager_folders)                             | List folders             |
| [`mailchimp_content_get_file_manager_folders_files`](#mailchimp_content_get_file_manager_folders_files)                 | List stored files        |
| [`mailchimp_content_get_file_manager_folders_id`](#mailchimp_content_get_file_manager_folders_id)                       | Get folder               |
| [`mailchimp_content_get_landing_page_id`](#mailchimp_content_get_landing_page_id)                                       | Get landing page info    |
| [`mailchimp_content_get_landing_page_id_content`](#mailchimp_content_get_landing_page_id_content)                       | Get landing page content |
| [`mailchimp_content_get_template_folders`](#mailchimp_content_get_template_folders)                                     | List template folders    |
| [`mailchimp_content_get_template_folders_id`](#mailchimp_content_get_template_folders_id)                               | Get template folder      |
| [`mailchimp_content_get_templates`](#mailchimp_content_get_templates)                                                   | List templates           |
| [`mailchimp_content_get_templates_id`](#mailchimp_content_get_templates_id)                                             | Get template info        |
| [`mailchimp_content_get_templates_id_default_content`](#mailchimp_content_get_templates_id_default_content)             | View default content     |
| [`mailchimp_content_patch_file_manager_files_id`](#mailchimp_content_patch_file_manager_files_id)                       | Update file              |
| [`mailchimp_content_patch_file_manager_folders_id`](#mailchimp_content_patch_file_manager_folders_id)                   | Update folder            |
| [`mailchimp_content_patch_landing_page_id`](#mailchimp_content_patch_landing_page_id)                                   | Update landing page      |
| [`mailchimp_content_patch_template_folders_id`](#mailchimp_content_patch_template_folders_id)                           | Update template folder   |
| [`mailchimp_content_patch_templates_id`](#mailchimp_content_patch_templates_id)                                         | Update template          |
| [`mailchimp_content_post_all_landing_pages`](#mailchimp_content_post_all_landing_pages)                                 | Add landing page         |
| [`mailchimp_content_post_file_manager_files`](#mailchimp_content_post_file_manager_files)                               | Add file                 |
| [`mailchimp_content_post_file_manager_folders`](#mailchimp_content_post_file_manager_folders)                           | Add folder               |
| [`mailchimp_content_post_landing_page_id_actions_publish`](#mailchimp_content_post_landing_page_id_actions_publish)     | Publish landing page     |
| [`mailchimp_content_post_landing_page_id_actions_unpublish`](#mailchimp_content_post_landing_page_id_actions_unpublish) | Unpublish landing page   |
| [`mailchimp_content_post_template_folders`](#mailchimp_content_post_template_folders)                                   | Add template folder      |
| [`mailchimp_content_post_templates`](#mailchimp_content_post_templates)                                                 | Add template             |

***

## mailchimp\_content\_delete\_file\_manager\_files\_id

Delete file

**Parameters:**

| Parameter | Type   | Required | Default | Description                              |
| --------- | ------ | -------- | ------- | ---------------------------------------- |
| `file_id` | string | Yes      | —       | The unique id for the File Manager file. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "file_id": {
        "type": "string",
        "description": "The unique id for the File Manager file."
      }
    },
    "required": [
      "PCID",
      "file_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_delete\_file\_manager\_folders\_id

Delete folder

**Parameters:**

| Parameter   | Type   | Required | Default | Description                                |
| ----------- | ------ | -------- | ------- | ------------------------------------------ |
| `folder_id` | string | Yes      | —       | The unique id for the File Manager folder. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "folder_id": {
        "type": "string",
        "description": "The unique id for the File Manager folder."
      }
    },
    "required": [
      "PCID",
      "folder_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_delete\_landing\_page\_id

Delete landing page

**Parameters:**

| Parameter | Type   | Required | Default | Description                 |
| --------- | ------ | -------- | ------- | --------------------------- |
| `page_id` | string | Yes      | —       | The unique id for the page. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page_id": {
        "type": "string",
        "description": "The unique id for the page."
      }
    },
    "required": [
      "PCID",
      "page_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_delete\_template\_folders\_id

Delete template folder

**Parameters:**

| Parameter   | Type   | Required | Default | Description                            |
| ----------- | ------ | -------- | ------- | -------------------------------------- |
| `folder_id` | string | Yes      | —       | The unique id for the template folder. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "folder_id": {
        "type": "string",
        "description": "The unique id for the template folder."
      }
    },
    "required": [
      "PCID",
      "folder_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_delete\_templates\_id

Delete template

**Parameters:**

| Parameter     | Type   | Required | Default | Description                     |
| ------------- | ------ | -------- | ------- | ------------------------------- |
| `template_id` | string | Yes      | —       | The unique id for the template. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "template_id": {
        "type": "string",
        "description": "The unique id for the template."
      }
    },
    "required": [
      "PCID",
      "template_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_all\_landing\_pages

List landing pages

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `sort_dir`       | string    | No       | —       | Determines the order direction for sorted results.                                                  |
| `sort_field`     | string    | No       | —       | Returns files sorted by the specified field.                                                        |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `count`          | integer   | No       | —       | The number of records to return. Default value is 10. Maximum value is 1000                         |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "sort_dir": {
        "type": "string",
        "description": "Determines the order direction for sorted results.",
        "enum": [
          "ASC",
          "DESC"
        ]
      },
      "sort_field": {
        "type": "string",
        "description": "Returns files sorted by the specified field.",
        "enum": [
          "created_at",
          "updated_at"
        ]
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "count": {
        "type": "integer",
        "description": "The number of records to return. Default value is 10. Maximum value is 1000"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_file\_manager\_files

List stored files

**Parameters:**

| Parameter           | Type      | Required | Default | Description                                                                                                                                                                        |
| ------------------- | --------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fields`            | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.                                                                                 |
| `exclude_fields`    | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.                                                                                |
| `count`             | integer   | No       | —       | The number of records to return. Default value is 10. Maximum value is 1000                                                                                                        |
| `offset`            | integer   | No       | —       | Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0. |
| `type`              | string    | No       | —       | The file type for the File Manager file.                                                                                                                                           |
| `created_by`        | string    | No       | —       | The Mailchimp account user who created the File Manager file.                                                                                                                      |
| `before_created_at` | string    | No       | —       | Restrict the response to files created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                  |
| `since_created_at`  | string    | No       | —       | Restrict the response to files created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                   |
| `sort_field`        | string    | No       | —       | Returns files sorted by the specified field.                                                                                                                                       |
| `sort_dir`          | string    | No       | —       | Determines the order direction for sorted results.                                                                                                                                 |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "count": {
        "type": "integer",
        "description": "The number of records to return. Default value is 10. Maximum value is 1000"
      },
      "offset": {
        "type": "integer",
        "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0."
      },
      "type": {
        "type": "string",
        "description": "The file type for the File Manager file."
      },
      "created_by": {
        "type": "string",
        "description": "The Mailchimp account user who created the File Manager file."
      },
      "before_created_at": {
        "type": "string",
        "description": "Restrict the response to files created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      },
      "since_created_at": {
        "type": "string",
        "description": "Restrict the response to files created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      },
      "sort_field": {
        "type": "string",
        "description": "Returns files sorted by the specified field.",
        "enum": [
          "added_date",
          "name",
          "size"
        ]
      },
      "sort_dir": {
        "type": "string",
        "description": "Determines the order direction for sorted results.",
        "enum": [
          "ASC",
          "DESC"
        ]
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_file\_manager\_files\_id

Get file

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `file_id`        | string    | Yes      | —       | The unique id for the File Manager file.                                                            |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "file_id": {
        "type": "string",
        "description": "The unique id for the File Manager file."
      }
    },
    "required": [
      "PCID",
      "file_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_file\_manager\_folders

List folders

**Parameters:**

| Parameter           | Type      | Required | Default | Description                                                                                                                                                                        |
| ------------------- | --------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fields`            | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.                                                                                 |
| `exclude_fields`    | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.                                                                                |
| `count`             | integer   | No       | —       | The number of records to return. Default value is 10. Maximum value is 1000                                                                                                        |
| `offset`            | integer   | No       | —       | Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0. |
| `created_by`        | string    | No       | —       | The Mailchimp account user who created the File Manager file.                                                                                                                      |
| `before_created_at` | string    | No       | —       | Restrict the response to files created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                  |
| `since_created_at`  | string    | No       | —       | Restrict the response to files created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                   |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "count": {
        "type": "integer",
        "description": "The number of records to return. Default value is 10. Maximum value is 1000"
      },
      "offset": {
        "type": "integer",
        "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0."
      },
      "created_by": {
        "type": "string",
        "description": "The Mailchimp account user who created the File Manager file."
      },
      "before_created_at": {
        "type": "string",
        "description": "Restrict the response to files created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      },
      "since_created_at": {
        "type": "string",
        "description": "Restrict the response to files created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_file\_manager\_folders\_files

List stored files

**Parameters:**

| Parameter           | Type      | Required | Default | Description                                                                                                                                                                        |
| ------------------- | --------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `folder_id`         | string    | Yes      | —       | The unique id for the File Manager folder.                                                                                                                                         |
| `fields`            | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.                                                                                 |
| `exclude_fields`    | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.                                                                                |
| `count`             | integer   | No       | —       | The number of records to return. Default value is 10. Maximum value is 1000                                                                                                        |
| `offset`            | integer   | No       | —       | Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0. |
| `type`              | string    | No       | —       | The file type for the File Manager file.                                                                                                                                           |
| `created_by`        | string    | No       | —       | The Mailchimp account user who created the File Manager file.                                                                                                                      |
| `before_created_at` | string    | No       | —       | Restrict the response to files created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                  |
| `since_created_at`  | string    | No       | —       | Restrict the response to files created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                   |
| `sort_field`        | string    | No       | —       | Returns files sorted by the specified field.                                                                                                                                       |
| `sort_dir`          | string    | No       | —       | Determines the order direction for sorted results.                                                                                                                                 |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "folder_id": {
        "type": "string",
        "description": "The unique id for the File Manager folder."
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "count": {
        "type": "integer",
        "description": "The number of records to return. Default value is 10. Maximum value is 1000"
      },
      "offset": {
        "type": "integer",
        "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0."
      },
      "type": {
        "type": "string",
        "description": "The file type for the File Manager file."
      },
      "created_by": {
        "type": "string",
        "description": "The Mailchimp account user who created the File Manager file."
      },
      "before_created_at": {
        "type": "string",
        "description": "Restrict the response to files created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      },
      "since_created_at": {
        "type": "string",
        "description": "Restrict the response to files created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      },
      "sort_field": {
        "type": "string",
        "description": "Returns files sorted by the specified field.",
        "enum": [
          "added_date",
          "name",
          "size"
        ]
      },
      "sort_dir": {
        "type": "string",
        "description": "Determines the order direction for sorted results.",
        "enum": [
          "ASC",
          "DESC"
        ]
      }
    },
    "required": [
      "PCID",
      "folder_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_file\_manager\_folders\_id

Get folder

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `folder_id`      | string    | Yes      | —       | The unique id for the File Manager folder.                                                          |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "folder_id": {
        "type": "string",
        "description": "The unique id for the File Manager folder."
      }
    },
    "required": [
      "PCID",
      "folder_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_landing\_page\_id

Get landing page info

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `page_id`        | string    | Yes      | —       | The unique id for the page.                                                                         |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "page_id": {
        "type": "string",
        "description": "The unique id for the page."
      }
    },
    "required": [
      "PCID",
      "page_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_landing\_page\_id\_content

Get landing page content

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `page_id`        | string    | Yes      | —       | The unique id for the page.                                                                         |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "page_id": {
        "type": "string",
        "description": "The unique id for the page."
      }
    },
    "required": [
      "PCID",
      "page_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_template\_folders

List template folders

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                                                                                                        |
| ---------------- | --------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.                                                                                 |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.                                                                                |
| `count`          | integer   | No       | —       | The number of records to return. Default value is 10. Maximum value is 1000                                                                                                        |
| `offset`         | integer   | No       | —       | Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "count": {
        "type": "integer",
        "description": "The number of records to return. Default value is 10. Maximum value is 1000"
      },
      "offset": {
        "type": "integer",
        "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_template\_folders\_id

Get template folder

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `folder_id`      | string    | Yes      | —       | The unique id for the template folder.                                                              |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "folder_id": {
        "type": "string",
        "description": "The unique id for the template folder."
      }
    },
    "required": [
      "PCID",
      "folder_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_templates

List templates

**Parameters:**

| Parameter             | Type      | Required | Default | Description                                                                                                                                                                                                                                                                                                                                                                                        |
| --------------------- | --------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fields`              | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.                                                                                                                                                                                                                                                                                                 |
| `exclude_fields`      | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.                                                                                                                                                                                                                                                                                                |
| `count`               | integer   | No       | —       | The number of records to return. Default value is 10. Maximum value is 1000                                                                                                                                                                                                                                                                                                                        |
| `offset`              | integer   | No       | —       | Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0.                                                                                                                                                                                                                 |
| `created_by`          | string    | No       | —       | The Mailchimp account user who created the template.                                                                                                                                                                                                                                                                                                                                               |
| `since_date_created`  | string    | No       | —       | Restrict the response to templates created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                                                                                                                                                                                                                               |
| `before_date_created` | string    | No       | —       | Restrict the response to templates created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.                                                                                                                                                                                                                                                                              |
| `type`                | string    | No       | —       | Limit results based on template type.                                                                                                                                                                                                                                                                                                                                                              |
| `category`            | string    | No       | —       | Limit results based on category.                                                                                                                                                                                                                                                                                                                                                                   |
| `folder_id`           | string    | No       | —       | The unique folder id.                                                                                                                                                                                                                                                                                                                                                                              |
| `sort_field`          | string    | No       | —       | Returns user templates sorted by the specified field.                                                                                                                                                                                                                                                                                                                                              |
| `content_type`        | string    | No       | —       | Limit results based on how the template's content is put together. Only templates of type `user` can be filtered by `content_type`. If you want to retrieve saved templates created with the legacy email editor, then filter `content_type` to `template`. If you'd rather pull your saved templates for the new editor, filter to `multichannel`. For code your own templates, filter to `html`. |
| `sort_dir`            | string    | No       | —       | Determines the order direction for sorted results.                                                                                                                                                                                                                                                                                                                                                 |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "count": {
        "type": "integer",
        "description": "The number of records to return. Default value is 10. Maximum value is 1000"
      },
      "offset": {
        "type": "integer",
        "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this is the number of records from a collection to skip. Default value is 0."
      },
      "created_by": {
        "type": "string",
        "description": "The Mailchimp account user who created the template."
      },
      "since_date_created": {
        "type": "string",
        "description": "Restrict the response to templates created after the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      },
      "before_date_created": {
        "type": "string",
        "description": "Restrict the response to templates created before the set date. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00."
      },
      "type": {
        "type": "string",
        "description": "Limit results based on template type."
      },
      "category": {
        "type": "string",
        "description": "Limit results based on category."
      },
      "folder_id": {
        "type": "string",
        "description": "The unique folder id."
      },
      "sort_field": {
        "type": "string",
        "description": "Returns user templates sorted by the specified field.",
        "enum": [
          "date_created",
          "date_edited",
          "name"
        ]
      },
      "content_type": {
        "type": "string",
        "description": "Limit results based on how the template's content is put together. Only templates of type `user` can be filtered by `content_type`. If you want to retrieve saved templates created with the legacy email editor, then filter `content_type` to `template`. If you'd rather pull your saved templates for the new editor, filter to `multichannel`. For code your own templates, filter to `html`.",
        "enum": [
          "html",
          "template",
          "multichannel"
        ]
      },
      "sort_dir": {
        "type": "string",
        "description": "Determines the order direction for sorted results.",
        "enum": [
          "ASC",
          "DESC"
        ]
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_templates\_id

Get template info

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `template_id`    | string    | Yes      | —       | The unique id for the template.                                                                     |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "template_id": {
        "type": "string",
        "description": "The unique id for the template."
      }
    },
    "required": [
      "PCID",
      "template_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_get\_templates\_id\_default\_content

View default content

**Parameters:**

| Parameter        | Type      | Required | Default | Description                                                                                         |
| ---------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `fields`         | string\[] | No       | —       | A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.  |
| `exclude_fields` | string\[] | No       | —       | A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. |
| `template_id`    | string    | Yes      | —       | The unique id for the template.                                                                     |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation."
      },
      "exclude_fields": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation."
      },
      "template_id": {
        "type": "string",
        "description": "The unique id for the template."
      }
    },
    "required": [
      "PCID",
      "template_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_patch\_file\_manager\_files\_id

Update file

**Parameters:**

| Parameter   | Type    | Required | Default | Description                                                                                  |
| ----------- | ------- | -------- | ------- | -------------------------------------------------------------------------------------------- |
| `file_id`   | string  | Yes      | —       | The unique id for the File Manager file.                                                     |
| `folder_id` | integer | No       | —       | The id of the folder. Setting `folder_id` to `0` will remove a file from its current folder. |
| `name`      | string  | No       | —       | The name of the file.                                                                        |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "file_id": {
        "type": "string",
        "description": "The unique id for the File Manager file."
      },
      "folder_id": {
        "type": "integer",
        "description": "The id of the folder. Setting `folder_id` to `0` will remove a file from its current folder."
      },
      "name": {
        "type": "string",
        "description": "The name of the file."
      }
    },
    "required": [
      "PCID",
      "file_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_patch\_file\_manager\_folders\_id

Update folder

**Parameters:**

| Parameter   | Type   | Required | Default | Description                                |
| ----------- | ------ | -------- | ------- | ------------------------------------------ |
| `folder_id` | string | Yes      | —       | The unique id for the File Manager folder. |
| `name`      | string | No       | —       | The name of the folder.                    |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "folder_id": {
        "type": "string",
        "description": "The unique id for the File Manager folder."
      },
      "name": {
        "type": "string",
        "description": "The name of the folder."
      }
    },
    "required": [
      "PCID",
      "folder_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_patch\_landing\_page\_id

Update landing page

**Parameters:**

| Parameter     | Type   | Required | Default | Description                                                     |
| ------------- | ------ | -------- | ------- | --------------------------------------------------------------- |
| `page_id`     | string | Yes      | —       | The unique id for the page.                                     |
| `description` | string | No       | —       | The description of this landing page.                           |
| `list_id`     | string | No       | —       | The list's ID associated with this landing page.                |
| `name`        | string | No       | —       | The name of this landing page.                                  |
| `store_id`    | string | No       | —       | The ID of the store associated with this landing page.          |
| `title`       | string | No       | —       | The title of this landing page seen in the browser's title bar. |
| `tracking`    | object | No       | —       | The tracking settings applied to this landing page.             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page_id": {
        "type": "string",
        "description": "The unique id for the page."
      },
      "description": {
        "type": "string",
        "description": "The description of this landing page."
      },
      "list_id": {
        "type": "string",
        "description": "The list's ID associated with this landing page."
      },
      "name": {
        "type": "string",
        "description": "The name of this landing page."
      },
      "store_id": {
        "type": "string",
        "description": "The ID of the store associated with this landing page."
      },
      "title": {
        "type": "string",
        "description": "The title of this landing page seen in the browser's title bar."
      },
      "tracking": {
        "type": "object",
        "description": "The tracking settings applied to this landing page.",
        "properties": {
          "track_with_mailchimp": {
            "type": "boolean",
            "description": "Use cookies to track unique visitors and calculate overall conversion rate. Learn more [here](https://mailchimp.com/help/use-track-mailchimp/)."
          },
          "enable_restricted_data_processing": {
            "type": "boolean",
            "description": "Google offers restricted data processing in connection with the California Consumer Privacy Act (CCPA) to restrict how Google uses certain identifiers and other data processed in the provision of its services. You can learn more about Google's restricted data processing within Google Ads [here](https://privacy.google.com/businesses/rdp/)."
          }
        }
      }
    },
    "required": [
      "PCID",
      "page_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_patch\_template\_folders\_id

Update template folder

**Parameters:**

| Parameter   | Type   | Required | Default | Description                            |
| ----------- | ------ | -------- | ------- | -------------------------------------- |
| `folder_id` | string | Yes      | —       | The unique id for the template folder. |
| `name`      | string | No       | —       | The name of the folder.                |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "folder_id": {
        "type": "string",
        "description": "The unique id for the template folder."
      },
      "name": {
        "type": "string",
        "description": "The name of the folder."
      }
    },
    "required": [
      "PCID",
      "folder_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_patch\_templates\_id

Update template

**Parameters:**

| Parameter     | Type   | Required | Default | Description                                                                                                                                                                                      |
| ------------- | ------ | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `template_id` | string | Yes      | —       | The unique id for the template.                                                                                                                                                                  |
| `folder_id`   | string | No       | —       | The id of the folder the template is currently in.                                                                                                                                               |
| `html`        | string | No       | —       | The raw HTML for the template. We  support the Mailchimp [Template Language](https://mailchimp.com/help/getting-started-with-mailchimps-template-language/) in any HTML code passed via the API. |
| `name`        | string | No       | —       | The name of the template.                                                                                                                                                                        |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "template_id": {
        "type": "string",
        "description": "The unique id for the template."
      },
      "folder_id": {
        "type": "string",
        "description": "The id of the folder the template is currently in."
      },
      "html": {
        "type": "string",
        "description": "The raw HTML for the template. We  support the Mailchimp [Template Language](https://mailchimp.com/help/getting-started-with-mailchimps-template-language/) in any HTML code passed via the API."
      },
      "name": {
        "type": "string",
        "description": "The name of the template."
      }
    },
    "required": [
      "PCID",
      "template_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_post\_all\_landing\_pages

Add landing page

**Parameters:**

| Parameter          | Type    | Required | Default | Description                                                                                    |
| ------------------ | ------- | -------- | ------- | ---------------------------------------------------------------------------------------------- |
| `use_default_list` | boolean | No       | —       | Will create the Landing Page using the account's Default List instead of requiring a list\_id. |
| `description`      | string  | No       | —       | The description of this landing page.                                                          |
| `list_id`          | string  | No       | —       | The list's ID associated with this landing page.                                               |
| `name`             | string  | No       | —       | The name of this landing page.                                                                 |
| `store_id`         | string  | No       | —       | The ID of the store associated with this landing page.                                         |
| `template_id`      | integer | No       | —       | The template\_id of this landing page.                                                         |
| `title`            | string  | No       | —       | The title of this landing page seen in the browser's title bar.                                |
| `tracking`         | object  | No       | —       | The tracking settings applied to this landing page.                                            |
| `type`             | string  | No       | —       | The type of template the landing page has.                                                     |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "use_default_list": {
        "type": "boolean",
        "description": "Will create the Landing Page using the account's Default List instead of requiring a list_id."
      },
      "description": {
        "type": "string",
        "description": "The description of this landing page."
      },
      "list_id": {
        "type": "string",
        "description": "The list's ID associated with this landing page."
      },
      "name": {
        "type": "string",
        "description": "The name of this landing page."
      },
      "store_id": {
        "type": "string",
        "description": "The ID of the store associated with this landing page."
      },
      "template_id": {
        "type": "integer",
        "description": "The template_id of this landing page."
      },
      "title": {
        "type": "string",
        "description": "The title of this landing page seen in the browser's title bar."
      },
      "tracking": {
        "type": "object",
        "description": "The tracking settings applied to this landing page.",
        "properties": {
          "track_with_mailchimp": {
            "type": "boolean",
            "description": "Use cookies to track unique visitors and calculate overall conversion rate. Learn more [here](https://mailchimp.com/help/use-track-mailchimp/)."
          },
          "enable_restricted_data_processing": {
            "type": "boolean",
            "description": "Google offers restricted data processing in connection with the California Consumer Privacy Act (CCPA) to restrict how Google uses certain identifiers and other data processed in the provision of its services. You can learn more about Google's restricted data processing within Google Ads [here](https://privacy.google.com/businesses/rdp/)."
          }
        }
      },
      "type": {
        "type": "string",
        "description": "The type of template the landing page has.",
        "enum": [
          "signup",
          "product"
        ]
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_post\_file\_manager\_files

Add file

**Parameters:**

| Parameter   | Type    | Required | Default | Description                              |
| ----------- | ------- | -------- | ------- | ---------------------------------------- |
| `file_data` | string  | Yes      | —       | The base64-encoded contents of the file. |
| `folder_id` | integer | No       | —       | The id of the folder.                    |
| `name`      | string  | Yes      | —       | The name of the file.                    |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "file_data": {
        "type": "string",
        "description": "The base64-encoded contents of the file."
      },
      "folder_id": {
        "type": "integer",
        "description": "The id of the folder."
      },
      "name": {
        "type": "string",
        "description": "The name of the file."
      }
    },
    "required": [
      "PCID",
      "file_data",
      "name"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_post\_file\_manager\_folders

Add folder

**Parameters:**

| Parameter | Type   | Required | Default | Description             |
| --------- | ------ | -------- | ------- | ----------------------- |
| `name`    | string | Yes      | —       | The name of the folder. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "name": {
        "type": "string",
        "description": "The name of the folder."
      }
    },
    "required": [
      "PCID",
      "name"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_post\_landing\_page\_id\_actions\_publish

Publish landing page

**Parameters:**

| Parameter | Type   | Required | Default | Description                 |
| --------- | ------ | -------- | ------- | --------------------------- |
| `page_id` | string | Yes      | —       | The unique id for the page. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page_id": {
        "type": "string",
        "description": "The unique id for the page."
      }
    },
    "required": [
      "PCID",
      "page_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_post\_landing\_page\_id\_actions\_unpublish

Unpublish landing page

**Parameters:**

| Parameter | Type   | Required | Default | Description                 |
| --------- | ------ | -------- | ------- | --------------------------- |
| `page_id` | string | Yes      | —       | The unique id for the page. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page_id": {
        "type": "string",
        "description": "The unique id for the page."
      }
    },
    "required": [
      "PCID",
      "page_id"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_post\_template\_folders

Add template folder

**Parameters:**

| Parameter | Type   | Required | Default | Description             |
| --------- | ------ | -------- | ------- | ----------------------- |
| `name`    | string | Yes      | —       | The name of the folder. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "name": {
        "type": "string",
        "description": "The name of the folder."
      }
    },
    "required": [
      "PCID",
      "name"
    ]
  }
  ```
</Expandable>

***

## mailchimp\_content\_post\_templates

Add template

**Parameters:**

| Parameter   | Type   | Required | Default | Description                                                                                                                                                                                      |
| ----------- | ------ | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `folder_id` | string | No       | —       | The id of the folder the template is currently in.                                                                                                                                               |
| `html`      | string | Yes      | —       | The raw HTML for the template. We  support the Mailchimp [Template Language](https://mailchimp.com/help/getting-started-with-mailchimps-template-language/) in any HTML code passed via the API. |
| `name`      | string | Yes      | —       | The name of the template.                                                                                                                                                                        |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "folder_id": {
        "type": "string",
        "description": "The id of the folder the template is currently in."
      },
      "html": {
        "type": "string",
        "description": "The raw HTML for the template. We  support the Mailchimp [Template Language](https://mailchimp.com/help/getting-started-with-mailchimps-template-language/) in any HTML code passed via the API."
      },
      "name": {
        "type": "string",
        "description": "The name of the template."
      }
    },
    "required": [
      "PCID",
      "html",
      "name"
    ]
  }
  ```
</Expandable>
