/mailchimp-content | Type: Application | PCID required: Yes
Tools
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
mailchimp_content_delete_templates_id
Delete template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
template_id | string | Yes | — | The unique id for the template. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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 |
Show inputSchema
Show inputSchema
{
"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"
]
}
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, 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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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, 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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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, 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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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, this is the number of records from a collection to skip. Default value is 0. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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, 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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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 in any HTML code passed via the API. |
name | string | No | — | The name of the template. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
mailchimp_content_post_file_manager_folders
Add folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | The name of the folder. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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. |
Show inputSchema
Show inputSchema
{
"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"
]
}
mailchimp_content_post_template_folders
Add template folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | The name of the folder. |
Show inputSchema
Show inputSchema
{
"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"
]
}
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 in any HTML code passed via the API. |
name | string | Yes | — | The name of the template. |
Show inputSchema
Show inputSchema
{
"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"
]
}

