{
  "info": {
    "name": "Mailchimp — mcp.ai",
    "description": "REST API for the Mailchimp MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/mailchimp",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "mailchimp_add_automation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/automation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "automation"
          ]
        },
        "description": "Create a new classic automation in your mailchimp account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"settings__reply__to\": \"\",\n  \"recipients__list__id\": \"\",\n  \"settings__from__name\": \"\",\n  \"recipients__store__id\": \"\",\n  \"trigger__settings__workflow__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_batch_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/batch/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "batch",
            "webhook"
          ]
        },
        "description": "Configure a webhook that will fire whenever any batch request completes processing. you may only have a maximum of 20 batch webhooks.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"enabled\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "campaign"
          ]
        },
        "description": "Create a new mailchimp campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"content_type\": \"\",\n  \"settings__title\": \"\",\n  \"tracking__opens\": false,\n  \"settings__to__name\": \"\",\n  \"tracking__ecomm360\": false,\n  \"settings__reply__to\": \"\",\n  \"social__card__title\": \"\",\n  \"tracking__clicktale\": \"\",\n  \"recipients__list__id\": \"\",\n  \"rss__opts__feed__url\": \"\",\n  \"rss__opts__frequency\": \"\",\n  \"settings__folder__id\": \"\",\n  \"settings__from__name\": \"\",\n  \"settings__auto__tweet\": false,\n  \"settings__inline__css\": false,\n  \"settings__authenticate\": false,\n  \"settings__auto__footer\": false,\n  \"settings__fb__comments\": false,\n  \"settings__template__id\": 0,\n  \"tracking__html__clicks\": false,\n  \"tracking__text__clicks\": false,\n  \"settings__preview__text\": \"\",\n  \"settings__subject__line\": \"\",\n  \"settings__auto__fb__post\": \"\",\n  \"social__card__image__url\": \"\",\n  \"tracking__capsule__notes\": false,\n  \"tracking__goal__tracking\": false,\n  \"rss__opts__schedule__hour\": 0,\n  \"social__card__description\": \"\",\n  \"settings__use__conversation\": false,\n  \"tracking__google__analytics\": \"\",\n  \"tracking__salesforce__notes\": false,\n  \"variate__settings__test__size\": 0,\n  \"variate__settings__wait__time\": 0,\n  \"rss__opts__constrain__rss__img\": false,\n  \"tracking__salesforce__campaign\": false,\n  \"variate__settings__from__names\": \"\",\n  \"variate__settings__send__times\": \"\",\n  \"recipients__segment__opts__match\": \"\",\n  \"variate__settings__subject__lines\": \"\",\n  \"variate__settings__winner__criteria\": \"\",\n  \"recipients__segment__opts__conditions\": \"\",\n  \"rss__opts__schedule__weekly__send__day\": \"\",\n  \"variate__settings__reply__to__addresses\": \"\",\n  \"rss__opts__schedule__daily__send__friday\": false,\n  \"rss__opts__schedule__daily__send__monday\": false,\n  \"rss__opts__schedule__daily__send__sunday\": false,\n  \"rss__opts__schedule__monthly__send__date\": 0,\n  \"rss__opts__schedule__daily__send__tuesday\": false,\n  \"rss__opts__schedule__daily__send__saturday\": false,\n  \"rss__opts__schedule__daily__send__thursday\": false,\n  \"rss__opts__schedule__daily__send__wednesday\": false,\n  \"recipients__segment__opts__saved__segment__id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_campaign_feedback",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/campaign/feedback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "campaign",
            "feedback"
          ]
        },
        "description": "Add feedback on a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"block_id\": 0,\n  \"campaign_id\": \"\",\n  \"is_complete\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_campaign_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/campaign/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "campaign",
            "folder"
          ]
        },
        "description": "Create a new campaign folder.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_cart",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/cart",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "cart"
          ]
        },
        "description": "Add a new cart to a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"lines\": \"\",\n  \"store_id\": \"\",\n  \"tax_total\": 0,\n  \"campaign_id\": \"\",\n  \"order_total\": 0,\n  \"checkout_url\": \"\",\n  \"customer__id\": \"\",\n  \"currency_code\": \"\",\n  \"customer__company\": \"\",\n  \"customer__last__name\": \"\",\n  \"customer__first__name\": \"\",\n  \"customer__address__city\": \"\",\n  \"customer__email__address\": \"\",\n  \"customer__opt__in__status\": false,\n  \"customer__address__country\": \"\",\n  \"customer__address__address1\": \"\",\n  \"customer__address__address2\": \"\",\n  \"customer__address__province\": \"\",\n  \"customer__address__postal__code\": \"\",\n  \"customer__address__country__code\": \"\",\n  \"customer__address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_cart_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/cart/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "cart",
            "line",
            "item"
          ]
        },
        "description": "Add a new line item to an existing cart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"price\": 0,\n  \"cart_id\": \"\",\n  \"quantity\": 0,\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"product_variant_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_connected_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/connected/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "connected",
            "site"
          ]
        },
        "description": "Create a new mailchimp connected site.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domain\": \"\",\n  \"foreign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_customer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/customer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "customer"
          ]
        },
        "description": "Add a new customer to a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"company\": \"\",\n  \"store_id\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"address__city\": \"\",\n  \"email_address\": \"\",\n  \"opt_in_status\": false,\n  \"address__country\": \"\",\n  \"address__address1\": \"\",\n  \"address__address2\": \"\",\n  \"address__province\": \"\",\n  \"address__postal__code\": \"\",\n  \"address__country__code\": \"\",\n  \"address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_domain_to_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/domain/to/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "domain",
            "to",
            "account"
          ]
        },
        "description": "Add a domain to the account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"verification_email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "event"
          ]
        },
        "description": "Add an event for a list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"list_id\": \"\",\n  \"is_syncing\": false,\n  \"properties\": {},\n  \"occurred_at\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_export",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/export",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "export"
          ]
        },
        "description": "Create a new account export in your mailchimp account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include_stages\": \"\",\n  \"since_timestamp\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "file"
          ]
        },
        "description": "Upload a new image or file to the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"file_data\": \"\",\n  \"folder_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "folder"
          ]
        },
        "description": "Create a new folder in the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_interest_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/interest/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "interest",
            "category"
          ]
        },
        "description": "Create a new interest category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"title\": \"\",\n  \"list_id\": \"\",\n  \"display_order\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_interest_in_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/interest/in/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "interest",
            "in",
            "category"
          ]
        },
        "description": "Create a new interest or 'group name' for a specific category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"list_id\": \"\",\n  \"display_order\": 0,\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_landing_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/landing/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "landing",
            "page"
          ]
        },
        "description": "Create a new mailchimp landing page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"title\": \"\",\n  \"list_id\": \"\",\n  \"store_id\": \"\",\n  \"description\": \"\",\n  \"template_id\": 0,\n  \"use_default_list\": false,\n  \"tracking__track__with__mailchimp\": false,\n  \"tracking__enable__restricted__data__processing\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "list"
          ]
        },
        "description": "Create a new list in your mailchimp account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"contact__zip\": \"\",\n  \"double_optin\": false,\n  \"contact__city\": \"\",\n  \"contact__phone\": \"\",\n  \"contact__state\": \"\",\n  \"use_archive_bar\": false,\n  \"contact__company\": \"\",\n  \"contact__country\": \"\",\n  \"contact__address1\": \"\",\n  \"contact__address2\": \"\",\n  \"email_type_option\": false,\n  \"notify_on_subscribe\": \"\",\n  \"permission_reminder\": \"\",\n  \"marketing_permissions\": false,\n  \"notify_on_unsubscribe\": \"\",\n  \"campaign__defaults__subject\": \"\",\n  \"campaign__defaults__language\": \"\",\n  \"campaign__defaults__from__name\": \"\",\n  \"campaign__defaults__from__email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_member_note",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/member/note",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "member",
            "note"
          ]
        },
        "description": "Add a new note for a specific subscriber.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"note\": \"\",\n  \"list_id\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_member_to_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/member/to/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "member",
            "to",
            "list"
          ]
        },
        "description": "Add a new member to the list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vip\": false,\n  \"tags\": \"\",\n  \"ip_opt\": \"\",\n  \"status\": \"\",\n  \"list_id\": \"\",\n  \"language\": \"\",\n  \"interests\": {},\n  \"ip_signup\": \"\",\n  \"email_type\": \"\",\n  \"merge_fields\": {},\n  \"email_address\": \"\",\n  \"timestamp_opt\": \"\",\n  \"timestamp_signup\": \"\",\n  \"location__latitude\": 0,\n  \"location__longitude\": 0,\n  \"marketing_permissions\": \"\",\n  \"skip_merge_validation\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_member_to_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/member/to/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "member",
            "to",
            "segment"
          ]
        },
        "description": "Add a member to a static segment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"segment_id\": \"\",\n  \"email_address\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_merge_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/merge/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "merge",
            "field"
          ]
        },
        "description": "Add a new merge field for a specific audience.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tag\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"public\": false,\n  \"list_id\": \"\",\n  \"required\": false,\n  \"help_text\": \"\",\n  \"default_value\": \"\",\n  \"display_order\": 0,\n  \"options__size\": 0,\n  \"options__choices\": \"\",\n  \"options__date__format\": \"\",\n  \"options__phone__format\": \"\",\n  \"options__default__country\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_or_remove_member_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/or/remove/member/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "or",
            "remove",
            "member",
            "tags"
          ]
        },
        "description": "Add or remove tags from a list member. if a tag that does not exist is passed in and set as 'active', a new tag will be created.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"list_id\": \"\",\n  \"is_syncing\": false,\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_or_update_customer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/or/update/customer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "or",
            "update",
            "customer"
          ]
        },
        "description": "Add or update a customer.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"company\": \"\",\n  \"store_id\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"customer_id\": \"\",\n  \"address__city\": \"\",\n  \"email_address\": \"\",\n  \"opt_in_status\": false,\n  \"address__country\": \"\",\n  \"address__address1\": \"\",\n  \"address__address2\": \"\",\n  \"address__province\": \"\",\n  \"address__postal__code\": \"\",\n  \"address__country__code\": \"\",\n  \"address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_or_update_list_member",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/or/update/list/member",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "or",
            "update",
            "list",
            "member"
          ]
        },
        "description": "Add or update a list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vip\": false,\n  \"ip_opt\": \"\",\n  \"status\": \"\",\n  \"list_id\": \"\",\n  \"language\": \"\",\n  \"interests\": {},\n  \"ip_signup\": \"\",\n  \"email_type\": \"\",\n  \"merge_fields\": {},\n  \"email_address\": \"\",\n  \"status_if_new\": \"\",\n  \"timestamp_opt\": \"\",\n  \"subscriber_hash\": \"\",\n  \"timestamp_signup\": \"\",\n  \"location__latitude\": 0,\n  \"location__longitude\": 0,\n  \"marketing_permissions\": \"\",\n  \"skip_merge_validation\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_or_update_product_variant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/or/update/product/variant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "or",
            "update",
            "product",
            "variant"
          ]
        },
        "description": "Add or update a product variant.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"sku\": \"\",\n  \"url\": \"\",\n  \"price\": 0,\n  \"title\": \"\",\n  \"store_id\": \"\",\n  \"image_url\": \"\",\n  \"backorders\": \"\",\n  \"product_id\": \"\",\n  \"variant_id\": \"\",\n  \"visibility\": \"\",\n  \"inventory_quantity\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "order"
          ]
        },
        "description": "Add a new order to a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"lines\": \"\",\n  \"promos\": \"\",\n  \"store_id\": \"\",\n  \"order_url\": \"\",\n  \"tax_total\": 0,\n  \"campaign_id\": \"\",\n  \"order_total\": 0,\n  \"customer__id\": \"\",\n  \"landing_site\": \"\",\n  \"outreach__id\": \"\",\n  \"tracking_url\": \"\",\n  \"currency_code\": \"\",\n  \"tracking_code\": \"\",\n  \"discount_total\": 0,\n  \"shipping_total\": 0,\n  \"tracking_number\": \"\",\n  \"financial_status\": \"\",\n  \"tracking_carrier\": \"\",\n  \"customer__company\": \"\",\n  \"fulfillment_status\": \"\",\n  \"updated_at_foreign\": \"\",\n  \"cancelled_at_foreign\": \"\",\n  \"customer__last__name\": \"\",\n  \"processed_at_foreign\": \"\",\n  \"customer__first__name\": \"\",\n  \"billing__address__city\": \"\",\n  \"billing__address__name\": \"\",\n  \"billing__address__phone\": \"\",\n  \"customer__address__city\": \"\",\n  \"shipping__address__city\": \"\",\n  \"shipping__address__name\": \"\",\n  \"customer__email__address\": \"\",\n  \"shipping__address__phone\": \"\",\n  \"billing__address__company\": \"\",\n  \"billing__address__country\": \"\",\n  \"customer__opt__in__status\": false,\n  \"billing__address__address1\": \"\",\n  \"billing__address__address2\": \"\",\n  \"billing__address__latitude\": 0,\n  \"billing__address__province\": \"\",\n  \"customer__address__country\": \"\",\n  \"shipping__address__company\": \"\",\n  \"shipping__address__country\": \"\",\n  \"billing__address__longitude\": 0,\n  \"customer__address__address1\": \"\",\n  \"customer__address__address2\": \"\",\n  \"customer__address__province\": \"\",\n  \"shipping__address__address1\": \"\",\n  \"shipping__address__address2\": \"\",\n  \"shipping__address__latitude\": 0,\n  \"shipping__address__province\": \"\",\n  \"shipping__address__longitude\": 0,\n  \"billing__address__postal__code\": \"\",\n  \"billing__address__country__code\": \"\",\n  \"customer__address__postal__code\": \"\",\n  \"shipping__address__postal__code\": \"\",\n  \"billing__address__province__code\": \"\",\n  \"customer__address__country__code\": \"\",\n  \"shipping__address__country__code\": \"\",\n  \"customer__address__province__code\": \"\",\n  \"shipping__address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_order_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/order/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "order",
            "line",
            "item"
          ]
        },
        "description": "Add a new line item to an existing order.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"price\": 0,\n  \"discount\": 0,\n  \"order_id\": \"\",\n  \"quantity\": 0,\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"product_variant_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "product"
          ]
        },
        "description": "Add a new product to a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"url\": \"\",\n  \"type\": \"\",\n  \"title\": \"\",\n  \"handle\": \"\",\n  \"images\": \"\",\n  \"vendor\": \"\",\n  \"store_id\": \"\",\n  \"variants\": \"\",\n  \"image_url\": \"\",\n  \"description\": \"\",\n  \"published_at_foreign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_product_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/product/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "product",
            "image"
          ]
        },
        "description": "Add a new image to the product.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"url\": \"\",\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"variant_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_product_variant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/product/variant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "product",
            "variant"
          ]
        },
        "description": "Add a new variant to the product.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"sku\": \"\",\n  \"url\": \"\",\n  \"price\": 0,\n  \"title\": \"\",\n  \"store_id\": \"\",\n  \"image_url\": \"\",\n  \"backorders\": \"\",\n  \"product_id\": \"\",\n  \"visibility\": \"\",\n  \"inventory_quantity\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_promo_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/promo/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "promo",
            "code"
          ]
        },
        "description": "Add a new promo code to a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"code\": \"\",\n  \"enabled\": false,\n  \"store_id\": \"\",\n  \"usage_count\": 0,\n  \"promo_rule_id\": \"\",\n  \"redemption_url\": \"\",\n  \"created_at_foreign\": \"\",\n  \"updated_at_foreign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_promo_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/promo/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "promo",
            "rule"
          ]
        },
        "description": "Add a new promo rule to a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"type\": \"\",\n  \"title\": \"\",\n  \"amount\": 0,\n  \"target\": \"\",\n  \"enabled\": false,\n  \"ends_at\": \"\",\n  \"store_id\": \"\",\n  \"starts_at\": \"\",\n  \"description\": \"\",\n  \"created_at_foreign\": \"\",\n  \"updated_at_foreign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "segment"
          ]
        },
        "description": "Create a new segment in a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"list_id\": \"\",\n  \"options__match\": \"\",\n  \"static_segment\": \"\",\n  \"options__conditions\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_store",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/store",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "store"
          ]
        },
        "description": "Add a new store to your mailchimp account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"phone\": \"\",\n  \"domain\": \"\",\n  \"list_id\": \"\",\n  \"platform\": \"\",\n  \"timezone\": \"\",\n  \"is_syncing\": false,\n  \"money_format\": \"\",\n  \"address__city\": \"\",\n  \"currency_code\": \"\",\n  \"email_address\": \"\",\n  \"primary_locale\": \"\",\n  \"address__country\": \"\",\n  \"address__address1\": \"\",\n  \"address__address2\": \"\",\n  \"address__latitude\": 0,\n  \"address__province\": \"\",\n  \"address__longitude\": 0,\n  \"address__postal__code\": \"\",\n  \"address__country__code\": \"\",\n  \"address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_subscriber_to_workflow_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/subscriber/to/workflow/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "subscriber",
            "to",
            "workflow",
            "email"
          ]
        },
        "description": "Manually add a subscriber to a workflow, bypassing the default trigger settings. you can also use this endpoint to trigger a series of automated emails in an api 3.0 workflow type.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"email_address\": \"\",\n  \"workflow_email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "template"
          ]
        },
        "description": "Create a new template for the account. only classic templates are supported.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"html\": \"\",\n  \"name\": \"\",\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_template_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/template/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "template",
            "folder"
          ]
        },
        "description": "Create a new template folder.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_add_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "webhook"
          ]
        },
        "description": "Create a new webhook for a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"list_id\": \"\",\n  \"sources__api\": false,\n  \"sources__user\": false,\n  \"sources__admin\": false,\n  \"events__cleaned\": false,\n  \"events__profile\": false,\n  \"events__upemail\": false,\n  \"events__campaign\": false,\n  \"events__subscribe\": false,\n  \"events__unsubscribe\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_archive_automation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/automation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "automation"
          ]
        },
        "description": "Archiving will permanently end your automation and keep the report data. you’ll be able to replicate your archived automation, but you can’t restart it.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_archive_list_member",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/list/member",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "list",
            "member"
          ]
        },
        "description": "Archive a list member. to permanently delete, use the delete-permanent action.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_batch_add_or_remove_members",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/add/or/remove/members",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "add",
            "or",
            "remove",
            "members"
          ]
        },
        "description": "Batch add/remove list members to static segment",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"segment_id\": \"\",\n  \"members_to_add\": \"\",\n  \"members_to_remove\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_batch_subscribe_or_unsubscribe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/subscribe/or/unsubscribe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "subscribe",
            "or",
            "unsubscribe"
          ]
        },
        "description": "Batch subscribe or unsubscribe list members.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"members\": \"\",\n  \"sync_tags\": false,\n  \"update_existing\": false,\n  \"skip_duplicate_check\": false,\n  \"skip_merge_validation\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_campaign_abuse_report_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/campaign/abuse/report/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "campaign",
            "abuse",
            "report",
            "details"
          ]
        },
        "description": "Get information about a specific abuse report for a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"report_id\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_campaign_statistics_feedback",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/campaign/statistics/feedback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "campaign",
            "statistics",
            "feedback"
          ]
        },
        "description": "Get feedback based on a campaign's statistics. advice feedback is based on campaign stats like opens, clicks, unsubscribes, bounces, and more.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_cancel_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "campaign"
          ]
        },
        "description": "Cancel a regular or plain-text campaign after you send, before all of your recipients receive it. this feature is included with mailchimp pro.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_create_a_survey_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/survey/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "survey",
            "campaign"
          ]
        },
        "description": "Utilize the list id and survey id to generate a campaign that links to your survey.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"survey_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_customer_journeys_api_trigger_for_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customer/journeys/api/trigger/for/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customer",
            "journeys",
            "api",
            "trigger",
            "for",
            "a",
            "contact"
          ]
        },
        "description": "Create a trigger step in the customer journey builder via the api. use the provided url with {journey id} and {step id} to activate conditions for a contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"step_id\": 0,\n  \"journey_id\": 0,\n  \"email_address\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_customize_signup_form",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customize/signup/form",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customize",
            "signup",
            "form"
          ]
        },
        "description": "Customize a list's default signup form.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"styles\": \"\",\n  \"list_id\": \"\",\n  \"contents\": \"\",\n  \"header__text\": \"\",\n  \"header__image__alt\": \"\",\n  \"header__image__url\": \"\",\n  \"header__image__link\": \"\",\n  \"header__image__align\": \"\",\n  \"header__image__width\": \"\",\n  \"header__image__height\": \"\",\n  \"header__image__target\": \"\",\n  \"header__image__border__color\": \"\",\n  \"header__image__border__style\": \"\",\n  \"header__image__border__width\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_batch_request",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/batch/request",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "batch",
            "request"
          ]
        },
        "description": "Stops a batch request from running. since only one batch request is run at a time, this can be used to cancel a long running request. the results of any completed operations will not be available afte",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"batch_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_batch_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/batch/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "batch",
            "webhook"
          ]
        },
        "description": "Remove a batch webhook. webhooks will no longer be sent to the given url.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"batch_webhook_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "campaign"
          ]
        },
        "description": "Remove a campaign from your mailchimp account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_campaign_feedback_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/campaign/feedback/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "campaign",
            "feedback",
            "message"
          ]
        },
        "description": "Remove a specific feedback message for a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\",\n  \"feedback_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_campaign_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/campaign/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "campaign",
            "folder"
          ]
        },
        "description": "Delete a specific campaign folder, and mark all the campaigns in the folder as 'unfiled'.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_cart",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cart",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cart"
          ]
        },
        "description": "Delete a cart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cart_id\": \"\",\n  \"store_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_cart_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cart/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cart",
            "line",
            "item"
          ]
        },
        "description": "Delete a specific cart line item.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cart_id\": \"\",\n  \"line_id\": \"\",\n  \"store_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_connected_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/connected/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "connected",
            "site"
          ]
        },
        "description": "Remove a connected site from your mailchimp account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"connected_site_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_customer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/customer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "customer"
          ]
        },
        "description": "Delete a customer from a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"store_id\": \"\",\n  \"customer_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_domain",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/domain",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "domain"
          ]
        },
        "description": "Delete a verified domain from the account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domain_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "file"
          ]
        },
        "description": "Remove a specific file from the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"file_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "folder"
          ]
        },
        "description": "Delete a specific folder in the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_interest_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/interest/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "interest",
            "category"
          ]
        },
        "description": "Delete a specific interest category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_interest_in_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/interest/in/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "interest",
            "in",
            "category"
          ]
        },
        "description": "Delete interests or group names in a specific category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"interest_id\": \"\",\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_landing_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/landing/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "landing",
            "page"
          ]
        },
        "description": "Delete a landing page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "list"
          ]
        },
        "description": "Delete a list from your mailchimp account. if you delete a list, you'll lose the list history—including subscriber activity, unsubscribes, complaints, and bounces. you’ll also lose subscribers’ email ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_list_member",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/list/member",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "list",
            "member"
          ]
        },
        "description": "Delete all personally identifiable information related to a list member, and remove them from a list. this will make it impossible to re-import the list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_merge_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/merge/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "merge",
            "field"
          ]
        },
        "description": "Delete a specific merge field.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"merge_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_note",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/note",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "note"
          ]
        },
        "description": "Delete a specific note for a specific list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"note_id\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "order"
          ]
        },
        "description": "Delete an order.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order_id\": \"\",\n  \"store_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_order_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/order/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "order",
            "line",
            "item"
          ]
        },
        "description": "Delete a specific order line item.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"line_id\": \"\",\n  \"order_id\": \"\",\n  \"store_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "product"
          ]
        },
        "description": "Delete a product.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"store_id\": \"\",\n  \"product_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_product_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/product/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "product",
            "image"
          ]
        },
        "description": "Delete a product image.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"image_id\": \"\",\n  \"store_id\": \"\",\n  \"product_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_product_variant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/product/variant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "product",
            "variant"
          ]
        },
        "description": "Delete a product variant.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"variant_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_promo_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/promo/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "promo",
            "code"
          ]
        },
        "description": "Delete a promo code from a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"store_id\": \"\",\n  \"promo_code_id\": \"\",\n  \"promo_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_promo_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/promo/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "promo",
            "rule"
          ]
        },
        "description": "Delete a promo rule from a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"store_id\": \"\",\n  \"promo_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "segment"
          ]
        },
        "description": "Delete a specific segment in a list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"segment_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_store",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/store",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "store"
          ]
        },
        "description": "Delete a store. deleting a store will also delete any associated subresources, including customers, orders, products, and carts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"store_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "template"
          ]
        },
        "description": "Delete a specific template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"template_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_template_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/template/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "template",
            "folder"
          ]
        },
        "description": "Delete a specific template folder, and mark all the templates in the folder as 'unfiled'.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "webhook"
          ]
        },
        "description": "Delete a specific webhook in a list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"webhook_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_delete_workflow_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/workflow/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "workflow",
            "email"
          ]
        },
        "description": "Removes an individual classic automation workflow email. emails from certain workflow types, including the abandoned cart email (abandonedcart) and product retargeting email (abandonedbrowse) workflow",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"workflow_email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_abuse_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/abuse/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "abuse",
            "report"
          ]
        },
        "description": "Get details about a specific abuse report.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"report_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_account_export_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account/export/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account",
            "export",
            "info"
          ]
        },
        "description": "Get information about a specific account export.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"export_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_authorized_app_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/authorized/app/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "authorized",
            "app",
            "info"
          ]
        },
        "description": "Get information about a specific authorized application.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"app_id\": \"\",\n  \"fields\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_automated_email_subscriber",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/automated/email/subscriber",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "automated",
            "email",
            "subscriber"
          ]
        },
        "description": "Get information about a specific subscriber in a classic automation email queue.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"subscriber_hash\": \"\",\n  \"workflow_email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_automation_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/automation/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "automation",
            "info"
          ]
        },
        "description": "Get a summary of an individual classic automation workflow's settings and content. the `trigger settings` object returns information for the first email in the workflow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"workflow_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_batch_operation_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/batch/operation/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "batch",
            "operation",
            "status"
          ]
        },
        "description": "Get the status of a batch request.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"batch_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_batch_webhook_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/batch/webhook/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "batch",
            "webhook",
            "info"
          ]
        },
        "description": "Get information about a specific batch webhook.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"exclude_fields\": \"\",\n  \"batch_webhook_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "content"
          ]
        },
        "description": "Get the the html and plain-text content for a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_feedback_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/feedback/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "feedback",
            "message"
          ]
        },
        "description": "Get a specific feedback message from a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"feedback_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "folder"
          ]
        },
        "description": "Get information about a specific folder used to organize campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"folder_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "info"
          ]
        },
        "description": "Get information about a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"include_resend_shortcut_eligibility\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_link_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/link/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "link",
            "details"
          ]
        },
        "description": "Get click details for a specific link in a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"link_id\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_recipient_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/recipient/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "recipient",
            "info"
          ]
        },
        "description": "Get information about a specific campaign recipient.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "report"
          ]
        },
        "description": "Get report details for a specific sent campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_campaign_send_checklist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/send/checklist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "send",
            "checklist"
          ]
        },
        "description": "Review the send checklist for a campaign, and resolve any issues before sending.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_cart_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cart/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cart",
            "info"
          ]
        },
        "description": "Get information about a specific cart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"cart_id\": \"\",\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_cart_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cart/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cart",
            "line",
            "item"
          ]
        },
        "description": "Get information about a specific cart line item.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"cart_id\": \"\",\n  \"line_id\": \"\",\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_clicked_link_subscriber",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/clicked/link/subscriber",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "clicked",
            "link",
            "subscriber"
          ]
        },
        "description": "Get information about a specific subscriber who clicked a link in a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"link_id\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_connected_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/connected/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "connected",
            "site"
          ]
        },
        "description": "Get information about a specific connected site.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"exclude_fields\": \"\",\n  \"connected_site_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation"
          ]
        },
        "description": "Api endpoint for conversations is deprecated, replaced by inbox. although historical data is accessible, new campaign replies and messages are not retrievable through this endpoint.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"exclude_fields\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_customer_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/customer/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "customer",
            "info"
          ]
        },
        "description": "Get information about a specific customer.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"store_id\": \"\",\n  \"customer_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_domain_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/domain/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "domain",
            "info"
          ]
        },
        "description": "Get the details for a single domain on the account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domain_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_facebook_ad_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/facebook/ad/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "facebook",
            "ad",
            "info"
          ]
        },
        "description": "Get details of a facebook ad.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"outreach_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_facebook_ad_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/facebook/ad/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "facebook",
            "ad",
            "report"
          ]
        },
        "description": "Get report of a facebook ad.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"outreach_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "file"
          ]
        },
        "description": "Get information about a specific file in the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"file_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "folder"
          ]
        },
        "description": "Get information about a specific folder in the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"folder_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_growth_history_by_month",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/growth/history/by/month",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "growth",
            "history",
            "by",
            "month"
          ]
        },
        "description": "Get a summary of a specific list's growth activity for a specific month and year.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"month\": \"\",\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_information_about_all_surveys_for_a_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/information/about/all/surveys/for/a/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "information",
            "about",
            "all",
            "surveys",
            "for",
            "a",
            "list"
          ]
        },
        "description": "Get information about all available surveys for a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_interest_category_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/interest/category/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "interest",
            "category",
            "info"
          ]
        },
        "description": "Get information about a specific interest category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_interest_in_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/interest/in/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "interest",
            "in",
            "category"
          ]
        },
        "description": "Get interests or 'group names' for a specific category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"interest_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_landing_page_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/landing/page/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "landing",
            "page",
            "content"
          ]
        },
        "description": "Get the the html for your landing page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"page_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_landing_page_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/landing/page/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "landing",
            "page",
            "info"
          ]
        },
        "description": "Get information about a specific page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"page_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_landing_page_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/landing/page/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "landing",
            "page",
            "report"
          ]
        },
        "description": "Get report of a landing page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"outreach_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_latest_chimp_chatter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/latest/chimp/chatter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "latest",
            "chimp",
            "chatter"
          ]
        },
        "description": "Return the chimp chatter for this account ordered by most recent.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_list_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/list/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "list",
            "info"
          ]
        },
        "description": "Get information about a specific list in your mailchimp account. results include list members who have signed up but haven't confirmed their subscription yet and unsubscribed or cleaned.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"include_total_contacts\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_lists_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lists/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lists",
            "info"
          ]
        },
        "description": "Get information about all lists in the account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"email\": \"\",\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\",\n  \"since_date_created\": \"\",\n  \"before_date_created\": \"\",\n  \"has_ecommerce_store\": false,\n  \"include_total_contacts\": false,\n  \"since_campaign_last_sent\": \"\",\n  \"before_campaign_last_sent\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_member_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/member/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "member",
            "info"
          ]
        },
        "description": "Get information about a specific list member, including a currently subscribed, unsubscribed, or bounced member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_member_note",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/member/note",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "member",
            "note"
          ]
        },
        "description": "Get a specific note for a specific list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"note_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_merge_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/merge/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "merge",
            "field"
          ]
        },
        "description": "Get information about a specific merge field.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"merge_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "message"
          ]
        },
        "description": "The conversation endpoint is outdated and replaced by inbox, which isn't supported by it. historical conversation data is accessible, but new replies and inbox messages are not.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"message_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_opened_campaign_subscriber",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/opened/campaign/subscriber",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "opened",
            "campaign",
            "subscriber"
          ]
        },
        "description": "Get information about a specific subscriber who opened a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_order_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/order/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "order",
            "info"
          ]
        },
        "description": "Get information about a specific order.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"order_id\": \"\",\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_order_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/order/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "order",
            "line",
            "item"
          ]
        },
        "description": "Get information about a specific order line item.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"line_id\": \"\",\n  \"order_id\": \"\",\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_product_image_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/image/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "image",
            "info"
          ]
        },
        "description": "Get information about a specific product image.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"image_id\": \"\",\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_product_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "info"
          ]
        },
        "description": "Get information about a specific product.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_product_variant_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/variant/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "variant",
            "info"
          ]
        },
        "description": "Get information about a specific product variant.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"variant_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_promo_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/promo/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "promo",
            "code"
          ]
        },
        "description": "Get information about a specific promo code.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"store_id\": \"\",\n  \"promo_code_id\": \"\",\n  \"promo_rule_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_promo_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/promo/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "promo",
            "rule"
          ]
        },
        "description": "Get information about a specific promo rule.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"store_id\": \"\",\n  \"promo_rule_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_segment_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/segment/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "segment",
            "info"
          ]
        },
        "description": "Get information about a specific segment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"segment_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"include_cleaned\": false,\n  \"include_unsubscribed\": false,\n  \"include_transactional\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_store_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/store/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "store",
            "info"
          ]
        },
        "description": "Get information about a specific store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_subscriber_email_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/subscriber/email/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "subscriber",
            "email",
            "activity"
          ]
        },
        "description": "Get a specific list member's activity in a campaign including opens, clicks, and bounces.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"since\": \"\",\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_subscriber_removed_from_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/subscriber/removed/from/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "subscriber",
            "removed",
            "from",
            "workflow"
          ]
        },
        "description": "Get information about a specific subscriber who was removed from a classic automation workflow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_survey",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/survey",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "survey"
          ]
        },
        "description": "Get details about a specific survey.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"survey_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_survey_question_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/survey/question/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "survey",
            "question",
            "report"
          ]
        },
        "description": "Get report for a survey question.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"survey_id\": \"\",\n  \"question_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_survey_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/survey/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "survey",
            "report"
          ]
        },
        "description": "Get report for a survey.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"survey_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_survey_response",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/survey/response",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "survey",
            "response"
          ]
        },
        "description": "Get a single survey response.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"survey_id\": \"\",\n  \"response_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_template_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/template/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "template",
            "folder"
          ]
        },
        "description": "Get information about a specific folder used to organize templates.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"folder_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_template_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/template/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "template",
            "info"
          ]
        },
        "description": "Get information about a specific template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"template_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_unsubscribed_member",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/unsubscribed/member",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "unsubscribed",
            "member"
          ]
        },
        "description": "Get information about a specific list member who unsubscribed from a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_webhook_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/webhook/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "webhook",
            "info"
          ]
        },
        "description": "Get information about a specific webhook.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"webhook_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_get_workflow_email_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workflow/email/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workflow",
            "email",
            "info"
          ]
        },
        "description": "Get information about an individual classic automation workflow email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"workflow_email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_abuse_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/abuse/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "abuse",
            "reports"
          ]
        },
        "description": "Get all abuse reports for a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_account_exports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/account/exports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "account",
            "exports"
          ]
        },
        "description": "Get a list of account exports for a given account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_account_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/account/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "account",
            "orders"
          ]
        },
        "description": "Get information about an account's orders.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"campaign_id\": \"\",\n  \"customer_id\": \"\",\n  \"outreach_id\": \"\",\n  \"has_outreach\": false,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_answers_for_question",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/answers/for/question",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "answers",
            "for",
            "question"
          ]
        },
        "description": "Get answers for a survey question.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"survey_id\": \"\",\n  \"question_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"respondent_familiarity_is\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_api_root_resources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/api/root/resources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "api",
            "root",
            "resources"
          ]
        },
        "description": "Get links to all other resources available in the api.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_authorized_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/authorized/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "authorized",
            "apps"
          ]
        },
        "description": "Get a list of an account's registered, connected applications.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_automated_email_subscribers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/automated/email/subscribers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "automated",
            "email",
            "subscribers"
          ]
        },
        "description": "Get information about a classic automation email queue.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"workflow_email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_automated_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/automated/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "automated",
            "emails"
          ]
        },
        "description": "Get a summary of the emails in a classic automation workflow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_automations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/automations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "automations"
          ]
        },
        "description": "Get a summary of an account's classic automations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"status\": \"\",\n  \"exclude_fields\": \"\",\n  \"since_start_time\": \"\",\n  \"before_start_time\": \"\",\n  \"since_create_time\": \"\",\n  \"before_create_time\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_batch_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/batch/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "batch",
            "requests"
          ]
        },
        "description": "Get a summary of batch requests that have been made.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_batch_webhooks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/batch/webhooks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "batch",
            "webhooks"
          ]
        },
        "description": "Get all webhooks that have been configured for batches.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaign_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "details"
          ]
        },
        "description": "Get information about clicks on specific links in your mailchimp campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaign_feedback",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/feedback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "feedback"
          ]
        },
        "description": "Get team feedback while you're working together on a mailchimp campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaign_folders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/folders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "folders"
          ]
        },
        "description": "Get all folders used to organize campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaign_open_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/open/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "open",
            "details"
          ]
        },
        "description": "Get detailed information about any campaign emails that were opened by a list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"since\": \"\",\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaign_product_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/product/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "product",
            "activity"
          ]
        },
        "description": "Get breakdown of product activity for a campaign",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_field\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaign_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "recipients"
          ]
        },
        "description": "Get information about campaign recipients.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaign_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "reports"
          ]
        },
        "description": "Get campaign reports.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\",\n  \"since_send_time\": \"\",\n  \"before_send_time\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaigns"
          ]
        },
        "description": "Get all campaigns in an account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"status\": \"\",\n  \"list_id\": \"\",\n  \"sort_dir\": \"\",\n  \"folder_id\": \"\",\n  \"member_id\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\",\n  \"since_send_time\": \"\",\n  \"before_send_time\": \"\",\n  \"since_create_time\": \"\",\n  \"before_create_time\": \"\",\n  \"include_resend_shortcut_eligibility\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_cart_line_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/cart/line/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "cart",
            "line",
            "items"
          ]
        },
        "description": "Get information about a cart's line items.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"cart_id\": \"\",\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_carts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/carts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "carts"
          ]
        },
        "description": "Get information about a store's carts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_child_campaign_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/child/campaign/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "child",
            "campaign",
            "reports"
          ]
        },
        "description": "Get a list of reports with child campaigns for a specific parent campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_clicked_link_subscribers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/clicked/link/subscribers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "clicked",
            "link",
            "subscribers"
          ]
        },
        "description": "Get information about list members who clicked on a specific link in a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"link_id\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_connected_sites",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/connected/sites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "connected",
            "sites"
          ]
        },
        "description": "Get all connected sites in an account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "conversations"
          ]
        },
        "description": "List of conversations for an account is available via an endpoint, but it's deprecated in favor of inbox. the endpoint excludes new inbox data including campaign replies and messages. past conversatio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"has_unread_messages\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_customers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/customers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "customers"
          ]
        },
        "description": "Get information about a store's customers.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"email_address\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_domain_performance_stats",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/domain/performance/stats",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "domain",
            "performance",
            "stats"
          ]
        },
        "description": "Get statistics for the top-performing email domains in a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_eep_url_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/eep/url/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "eep",
            "url",
            "activity"
          ]
        },
        "description": "Get a summary of social activity for the campaign, tracked by eepurl.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_email_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/email/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "email",
            "activity"
          ]
        },
        "description": "Get a list of member's subscriber activity in a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"since\": \"\",\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_facebook_ads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/facebook/ads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "facebook",
            "ads"
          ]
        },
        "description": "Get list of facebook ads.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_facebook_ads_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/facebook/ads/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "facebook",
            "ads",
            "reports"
          ]
        },
        "description": "Get reports of facebook ads.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_facebook_ecommerce_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/facebook/ecommerce/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "facebook",
            "ecommerce",
            "report"
          ]
        },
        "description": "Get breakdown of product activity for an outreach.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_field\": \"\",\n  \"outreach_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_folders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/folders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "folders"
          ]
        },
        "description": "Get a list of all folders in the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"created_by\": \"\",\n  \"exclude_fields\": \"\",\n  \"since_created_at\": \"\",\n  \"before_created_at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_growth_history_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/growth/history/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "growth",
            "history",
            "data"
          ]
        },
        "description": "Get a month-by-month summary of a specific list's growth activity.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_interest_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/interest/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "interest",
            "categories"
          ]
        },
        "description": "Get information about a list's interest categories.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_interests_in_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/interests/in/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "interests",
            "in",
            "category"
          ]
        },
        "description": "Get a list of this category's interests.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_landing_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/landing/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "landing",
            "pages"
          ]
        },
        "description": "Get all landing pages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_landing_pages_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/landing/pages/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "landing",
            "pages",
            "reports"
          ]
        },
        "description": "Get reports of landing pages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_locations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/locations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "locations"
          ]
        },
        "description": "Get the locations (countries) that the list's subscribers have been tagged to based on geocoding their ip address.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_member_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/member/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "member",
            "events"
          ]
        },
        "description": "Get events for a contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_member_goal_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/member/goal/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "member",
            "goal",
            "events"
          ]
        },
        "description": "Get the last 50 goal events for a member on a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_member_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/member/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "member",
            "tags"
          ]
        },
        "description": "Get the tags on a list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_members_in_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/members/in/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "members",
            "in",
            "segment"
          ]
        },
        "description": "Get information about members in a saved segment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"segment_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"include_cleaned\": false,\n  \"include_unsubscribed\": false,\n  \"include_transactional\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_members_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/members/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "members",
            "info"
          ]
        },
        "description": "Get information about members in a specific mailchimp list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"status\": \"\",\n  \"list_id\": \"\",\n  \"sort_dir\": \"\",\n  \"vip_only\": false,\n  \"email_type\": \"\",\n  \"sort_field\": \"\",\n  \"interest_ids\": \"\",\n  \"exclude_fields\": \"\",\n  \"interest_match\": \"\",\n  \"unique_email_id\": \"\",\n  \"since_last_changed\": \"\",\n  \"unsubscribed_since\": \"\",\n  \"before_last_changed\": \"\",\n  \"since_last_campaign\": false,\n  \"since_timestamp_opt\": \"\",\n  \"before_timestamp_opt\": \"\",\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_merge_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/merge/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "merge",
            "fields"
          ]
        },
        "description": "Get a list of all merge fields for an audience.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"required\": false,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "messages"
          ]
        },
        "description": "Legacy \"conversations\" endpoint is deprecated; use \"inbox\" for new messages. old conversations are accessible, but new campaign replies and inbox messages are not.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"is_read\": \"\",\n  \"exclude_fields\": \"\",\n  \"conversation_id\": \"\",\n  \"since_timestamp\": \"\",\n  \"before_timestamp\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_order_line_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/order/line/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "order",
            "line",
            "items"
          ]
        },
        "description": "Get information about an order's line items.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"order_id\": \"\",\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "orders"
          ]
        },
        "description": "Get information about a store's orders.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"campaign_id\": \"\",\n  \"customer_id\": \"\",\n  \"outreach_id\": \"\",\n  \"has_outreach\": false,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "product"
          ]
        },
        "description": "Get information about a store's products.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_product_images",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/product/images",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "product",
            "images"
          ]
        },
        "description": "Get information about a product's images.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_product_variants",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/product/variants",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "product",
            "variants"
          ]
        },
        "description": "Get information about a product's variants.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_promo_codes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/promo/codes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "promo",
            "codes"
          ]
        },
        "description": "Get information about a store's promo codes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"promo_rule_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_promo_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/promo/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "promo",
            "rules"
          ]
        },
        "description": "Get information about a store's promo rules.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"store_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_recent_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/recent/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "recent",
            "activity"
          ]
        },
        "description": "Get up to the previous 180 days of daily detailed aggregated activity stats for a list, not including automation activity.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_recent_member_notes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/recent/member/notes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "recent",
            "member",
            "notes"
          ]
        },
        "description": "Get recent notes for a specific list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"sort_dir\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_segments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/segments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "segments"
          ]
        },
        "description": "Get information about all available segments for a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"include_cleaned\": false,\n  \"since_created_at\": \"\",\n  \"since_updated_at\": \"\",\n  \"before_created_at\": \"\",\n  \"before_updated_at\": \"\",\n  \"include_unsubscribed\": false,\n  \"include_transactional\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_sending_domains",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/sending/domains",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "sending",
            "domains"
          ]
        },
        "description": "Get all of the sending domains on the account.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_signup_forms",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/signup/forms",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "signup",
            "forms"
          ]
        },
        "description": "Get signup forms for a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_stored_files",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/stored/files",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "stored",
            "files"
          ]
        },
        "description": "Get a list of available images and files stored in the file manager for the account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_dir\": \"\",\n  \"created_by\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\",\n  \"since_created_at\": \"\",\n  \"before_created_at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_stores",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/stores",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "stores"
          ]
        },
        "description": "Get information about all stores in the account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_subscribers_removed_from_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/subscribers/removed/from/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "subscribers",
            "removed",
            "from",
            "workflow"
          ]
        },
        "description": "Get information about subscribers who were removed from a classic automation workflow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_survey_question_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/survey/question/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "survey",
            "question",
            "reports"
          ]
        },
        "description": "Get reports for survey questions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"survey_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_survey_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/survey/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "survey",
            "reports"
          ]
        },
        "description": "Get reports for surveys.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_survey_responses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/survey/responses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "survey",
            "responses"
          ]
        },
        "description": "Get responses to a survey.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"survey_id\": \"\",\n  \"chose_answer\": \"\",\n  \"exclude_fields\": \"\",\n  \"answered_question\": 0,\n  \"respondent_familiarity_is\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_template_folders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/template/folders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "template",
            "folders"
          ]
        },
        "description": "Get all folders used to organize templates.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "templates"
          ]
        },
        "description": "Get a list of an account's available templates.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"category\": \"\",\n  \"sort_dir\": \"\",\n  \"folder_id\": \"\",\n  \"created_by\": \"\",\n  \"sort_field\": \"\",\n  \"content_type\": \"\",\n  \"exclude_fields\": \"\",\n  \"since_date_created\": \"\",\n  \"before_date_created\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_top_email_clients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/top/email/clients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "top",
            "email",
            "clients"
          ]
        },
        "description": "Get a list of the top email clients based on user-agent strings.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_top_open_activities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/top/open/activities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "top",
            "open",
            "activities"
          ]
        },
        "description": "Get top open locations for a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_unsubscribed_members",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/unsubscribed/members",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "unsubscribed",
            "members"
          ]
        },
        "description": "Get information about members who have unsubscribed from a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_list_webhooks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/webhooks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "webhooks"
          ]
        },
        "description": "Get information about all webhooks for a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_pause_automated_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pause/automated/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pause",
            "automated",
            "email"
          ]
        },
        "description": "Pause an automated email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"workflow_email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_pause_automation_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pause/automation/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pause",
            "automation",
            "emails"
          ]
        },
        "description": "Pause all emails in a specific classic automation workflow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_pause_rss_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pause/rss/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pause",
            "rss",
            "campaign"
          ]
        },
        "description": "Pause an rss-driven campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_ping",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ping",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ping"
          ]
        },
        "description": "A health check for the api that won't return any account-specific information.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_publish_a_survey",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publish/a/survey",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publish",
            "a",
            "survey"
          ]
        },
        "description": "Publish a survey that is in draft, unpublished, or has been previously published and edited.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"survey_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_publish_landing_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publish/landing/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publish",
            "landing",
            "page"
          ]
        },
        "description": "Publish a landing page that is in draft, unpublished, or has been previously published and edited.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_remove_list_member_from_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/list/member/from/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "list",
            "member",
            "from",
            "segment"
          ]
        },
        "description": "Remove a member from the specified static segment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"segment_id\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_remove_subscriber_from_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/subscriber/from/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "subscriber",
            "from",
            "workflow"
          ]
        },
        "description": "Remove a subscriber from any point in a classic automation workflow; once removed, they cannot be re-added to that workflow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"email_address\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_replicate_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/replicate/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "replicate",
            "campaign"
          ]
        },
        "description": "Replicate a campaign in saved or send status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_resend_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resend/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resend",
            "campaign"
          ]
        },
        "description": "Remove the guesswork for resending a campaign to certain segments. you can use this endpoint as a shortcut to replicate a campaign and resend it to common segments, such as those who didn't open the c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\",\n  \"shortcut_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_resume_rss_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resume/rss/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resume",
            "rss",
            "campaign"
          ]
        },
        "description": "Resume an rss-driven campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_retrieve_campaign_abuse_complaints",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/campaign/abuse/complaints",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "campaign",
            "abuse",
            "complaints"
          ]
        },
        "description": "Get a list of abuse complaints for a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"campaign_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_retrieve_folder_contents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/folder/contents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "folder",
            "contents"
          ]
        },
        "description": "Get a list of available images and files stored in this folder.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"sort_dir\": \"\",\n  \"folder_id\": \"\",\n  \"created_by\": \"\",\n  \"sort_field\": \"\",\n  \"exclude_fields\": \"\",\n  \"since_created_at\": \"\",\n  \"before_created_at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_schedule_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/schedule/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "schedule",
            "campaign"
          ]
        },
        "description": "Schedule a campaign for delivery. if you're using multivariate campaigns to test send times or sending rss campaigns, use the send action instead.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"timewarp\": false,\n  \"campaign_id\": \"\",\n  \"schedule_time\": \"\",\n  \"batch__delivery__batch__count\": 0,\n  \"batch__delivery__batch__delay\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_search_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "campaigns"
          ]
        },
        "description": "Search all campaigns for the specified query terms.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"fields\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_search_for_tags_on_a_list_by_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/for/tags/on/a/list/by/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "for",
            "tags",
            "on",
            "a",
            "list",
            "by",
            "name"
          ]
        },
        "description": "Search for tags on a list by name. if no name is provided, will return all tags on the list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"list_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_search_members",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/members",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "members"
          ]
        },
        "description": "Search for list members. this search can be restricted to a specific list, or can be used to search across all lists in an account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_send_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "campaign"
          ]
        },
        "description": "Send a mailchimp campaign. for rss campaigns, the campaign will send according to its schedule. all other campaigns will send immediately.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_send_test_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/test/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "test",
            "email"
          ]
        },
        "description": "Send a test email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"send_type\": \"\",\n  \"campaign_id\": \"\",\n  \"test_emails\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_set_campaign_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/campaign/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "campaign",
            "content"
          ]
        },
        "description": "Set the content for a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"html\": \"\",\n  \"plain_text\": \"\",\n  \"campaign_id\": \"\",\n  \"template__id\": 0,\n  \"variate_contents\": \"\",\n  \"archive__archive__type\": \"\",\n  \"archive__archive__content\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_start_automated_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/start/automated/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "start",
            "automated",
            "email"
          ]
        },
        "description": "Start an automated email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\",\n  \"workflow_email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_start_automation_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/start/automation/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "start",
            "automation",
            "emails"
          ]
        },
        "description": "Start all emails in a classic automation workflow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_start_batch_operation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/start/batch/operation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "start",
            "batch",
            "operation"
          ]
        },
        "description": "Begin processing a batch operations request.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"operations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_unpublish_a_survey",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unpublish/a/survey",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unpublish",
            "a",
            "survey"
          ]
        },
        "description": "Unpublish a survey that has been published.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"list_id\": \"\",\n  \"survey_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_unpublish_landing_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unpublish/landing/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unpublish",
            "landing",
            "page"
          ]
        },
        "description": "Unpublish a landing page that is in draft or has been published.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_unschedule_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unschedule/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unschedule",
            "campaign"
          ]
        },
        "description": "Unschedule a scheduled campaign that hasn't started sending.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_batch_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/batch/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "batch",
            "webhook"
          ]
        },
        "description": "Update a webhook that will fire whenever any batch request completes processing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"enabled\": false,\n  \"batch_webhook_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_campaign_feedback_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/campaign/feedback/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "campaign",
            "feedback",
            "message"
          ]
        },
        "description": "Update a specific feedback message for a campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"block_id\": 0,\n  \"campaign_id\": \"\",\n  \"feedback_id\": \"\",\n  \"is_complete\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_campaign_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/campaign/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "campaign",
            "folder"
          ]
        },
        "description": "Update a specific folder used to organize campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_campaign_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/campaign/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "campaign",
            "settings"
          ]
        },
        "description": "Update some or all of the settings for a specific campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\",\n  \"settings__title\": \"\",\n  \"tracking__opens\": false,\n  \"settings__to__name\": \"\",\n  \"tracking__ecomm360\": false,\n  \"settings__reply__to\": \"\",\n  \"social__card__title\": \"\",\n  \"tracking__clicktale\": \"\",\n  \"recipients__list__id\": \"\",\n  \"rss__opts__feed__url\": \"\",\n  \"rss__opts__frequency\": \"\",\n  \"settings__folder__id\": \"\",\n  \"settings__from__name\": \"\",\n  \"settings__auto__tweet\": false,\n  \"settings__inline__css\": false,\n  \"settings__authenticate\": false,\n  \"settings__auto__footer\": false,\n  \"settings__fb__comments\": false,\n  \"settings__template__id\": 0,\n  \"tracking__html__clicks\": false,\n  \"tracking__text__clicks\": false,\n  \"settings__preview__text\": \"\",\n  \"settings__subject__line\": \"\",\n  \"settings__auto__fb__post\": \"\",\n  \"social__card__image__url\": \"\",\n  \"tracking__capsule__notes\": false,\n  \"tracking__goal__tracking\": false,\n  \"rss__opts__schedule__hour\": 0,\n  \"social__card__description\": \"\",\n  \"settings__use__conversation\": false,\n  \"tracking__google__analytics\": \"\",\n  \"tracking__salesforce__notes\": false,\n  \"variate__settings__test__size\": 0,\n  \"variate__settings__wait__time\": 0,\n  \"rss__opts__constrain__rss__img\": false,\n  \"tracking__salesforce__campaign\": false,\n  \"variate__settings__from__names\": \"\",\n  \"variate__settings__send__times\": \"\",\n  \"recipients__segment__opts__match\": \"\",\n  \"variate__settings__subject__lines\": \"\",\n  \"variate__settings__winner__criteria\": \"\",\n  \"recipients__segment__opts__conditions\": \"\",\n  \"rss__opts__schedule__weekly__send__day\": \"\",\n  \"variate__settings__reply__to__addresses\": \"\",\n  \"rss__opts__schedule__daily__send__friday\": false,\n  \"rss__opts__schedule__daily__send__monday\": false,\n  \"rss__opts__schedule__daily__send__sunday\": false,\n  \"rss__opts__schedule__monthly__send__date\": 0,\n  \"rss__opts__schedule__daily__send__tuesday\": false,\n  \"rss__opts__schedule__daily__send__saturday\": false,\n  \"rss__opts__schedule__daily__send__thursday\": false,\n  \"rss__opts__schedule__daily__send__wednesday\": false,\n  \"recipients__segment__opts__saved__segment__id\": 0,\n  \"recipients__segment__opts__prebuilt__segment__id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_cart",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/cart",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "cart"
          ]
        },
        "description": "Update a specific cart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lines\": \"\",\n  \"cart_id\": \"\",\n  \"store_id\": \"\",\n  \"tax_total\": 0,\n  \"campaign_id\": \"\",\n  \"order_total\": 0,\n  \"checkout_url\": \"\",\n  \"currency_code\": \"\",\n  \"customer__company\": \"\",\n  \"customer__last__name\": \"\",\n  \"customer__first__name\": \"\",\n  \"customer__address__city\": \"\",\n  \"customer__opt__in__status\": false,\n  \"customer__address__country\": \"\",\n  \"customer__address__address1\": \"\",\n  \"customer__address__address2\": \"\",\n  \"customer__address__province\": \"\",\n  \"customer__address__postal__code\": \"\",\n  \"customer__address__country__code\": \"\",\n  \"customer__address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_cart_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/cart/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "cart",
            "line",
            "item"
          ]
        },
        "description": "Update a specific cart line item.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"price\": 0,\n  \"cart_id\": \"\",\n  \"line_id\": \"\",\n  \"quantity\": 0,\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"product_variant_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_customer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/customer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "customer"
          ]
        },
        "description": "Update a customer.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"company\": \"\",\n  \"store_id\": \"\",\n  \"last_name\": \"\",\n  \"first_name\": \"\",\n  \"customer_id\": \"\",\n  \"address__city\": \"\",\n  \"opt_in_status\": false,\n  \"address__country\": \"\",\n  \"address__address1\": \"\",\n  \"address__address2\": \"\",\n  \"address__province\": \"\",\n  \"address__postal__code\": \"\",\n  \"address__country__code\": \"\",\n  \"address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "file"
          ]
        },
        "description": "Update a file in the file manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"file_id\": \"\",\n  \"folder_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "folder"
          ]
        },
        "description": "Update a specific file manager folder.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_interest_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/interest/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "interest",
            "category"
          ]
        },
        "description": "Update a specific interest category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"title\": \"\",\n  \"list_id\": \"\",\n  \"display_order\": 0,\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_interest_in_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/interest/in/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "interest",
            "in",
            "category"
          ]
        },
        "description": "Update interests or 'group names' for a specific category.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"list_id\": \"\",\n  \"interest_id\": \"\",\n  \"display_order\": 0,\n  \"interest_category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_landing_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/landing/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "landing",
            "page"
          ]
        },
        "description": "Update a landing page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"title\": \"\",\n  \"list_id\": \"\",\n  \"page_id\": \"\",\n  \"store_id\": \"\",\n  \"description\": \"\",\n  \"tracking__track__with__mailchimp\": false,\n  \"tracking__enable__restricted__data__processing\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_list_member",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/list/member",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "list",
            "member"
          ]
        },
        "description": "Update information for a specific list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vip\": false,\n  \"ip_opt\": \"\",\n  \"status\": \"\",\n  \"list_id\": \"\",\n  \"language\": \"\",\n  \"interests\": {},\n  \"ip_signup\": \"\",\n  \"email_type\": \"\",\n  \"merge_fields\": {},\n  \"email_address\": \"\",\n  \"timestamp_opt\": \"\",\n  \"subscriber_hash\": \"\",\n  \"timestamp_signup\": \"\",\n  \"location__latitude\": 0,\n  \"location__longitude\": 0,\n  \"marketing_permissions\": \"\",\n  \"skip_merge_validation\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_lists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/lists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "lists"
          ]
        },
        "description": "Update the settings for a specific list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"list_id\": \"\",\n  \"contact__zip\": \"\",\n  \"double_optin\": false,\n  \"contact__city\": \"\",\n  \"contact__phone\": \"\",\n  \"contact__state\": \"\",\n  \"use_archive_bar\": false,\n  \"contact__company\": \"\",\n  \"contact__country\": \"\",\n  \"contact__address1\": \"\",\n  \"contact__address2\": \"\",\n  \"email_type_option\": false,\n  \"notify_on_subscribe\": \"\",\n  \"permission_reminder\": \"\",\n  \"marketing_permissions\": false,\n  \"notify_on_unsubscribe\": \"\",\n  \"campaign__defaults__subject\": \"\",\n  \"campaign__defaults__language\": \"\",\n  \"campaign__defaults__from__name\": \"\",\n  \"campaign__defaults__from__email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_merge_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/merge/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "merge",
            "field"
          ]
        },
        "description": "Update a specific merge field.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tag\": \"\",\n  \"name\": \"\",\n  \"public\": false,\n  \"list_id\": \"\",\n  \"merge_id\": \"\",\n  \"required\": false,\n  \"help_text\": \"\",\n  \"default_value\": \"\",\n  \"display_order\": 0,\n  \"options__choices\": \"\",\n  \"options__date__format\": \"\",\n  \"options__phone__format\": \"\",\n  \"options__default__country\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_note",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/note",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "note"
          ]
        },
        "description": "Update a specific note for a specific list member.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"note\": \"\",\n  \"list_id\": \"\",\n  \"note_id\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "order"
          ]
        },
        "description": "Update a specific order.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lines\": \"\",\n  \"promos\": \"\",\n  \"order_id\": \"\",\n  \"store_id\": \"\",\n  \"order_url\": \"\",\n  \"tax_total\": 0,\n  \"campaign_id\": \"\",\n  \"order_total\": 0,\n  \"landing_site\": \"\",\n  \"outreach__id\": \"\",\n  \"tracking_url\": \"\",\n  \"currency_code\": \"\",\n  \"tracking_code\": \"\",\n  \"discount_total\": 0,\n  \"shipping_total\": 0,\n  \"tracking_number\": \"\",\n  \"financial_status\": \"\",\n  \"tracking_carrier\": \"\",\n  \"customer__company\": \"\",\n  \"fulfillment_status\": \"\",\n  \"updated_at_foreign\": \"\",\n  \"cancelled_at_foreign\": \"\",\n  \"customer__last__name\": \"\",\n  \"processed_at_foreign\": \"\",\n  \"customer__first__name\": \"\",\n  \"billing__address__city\": \"\",\n  \"billing__address__name\": \"\",\n  \"billing__address__phone\": \"\",\n  \"customer__address__city\": \"\",\n  \"shipping__address__city\": \"\",\n  \"shipping__address__name\": \"\",\n  \"shipping__address__phone\": \"\",\n  \"billing__address__company\": \"\",\n  \"billing__address__country\": \"\",\n  \"customer__opt__in__status\": false,\n  \"billing__address__address1\": \"\",\n  \"billing__address__address2\": \"\",\n  \"billing__address__latitude\": 0,\n  \"billing__address__province\": \"\",\n  \"customer__address__country\": \"\",\n  \"shipping__address__company\": \"\",\n  \"shipping__address__country\": \"\",\n  \"billing__address__longitude\": 0,\n  \"customer__address__address1\": \"\",\n  \"customer__address__address2\": \"\",\n  \"customer__address__province\": \"\",\n  \"shipping__address__address1\": \"\",\n  \"shipping__address__address2\": \"\",\n  \"shipping__address__latitude\": 0,\n  \"shipping__address__province\": \"\",\n  \"shipping__address__longitude\": 0,\n  \"billing__address__postal__code\": \"\",\n  \"billing__address__country__code\": \"\",\n  \"customer__address__postal__code\": \"\",\n  \"shipping__address__postal__code\": \"\",\n  \"billing__address__province__code\": \"\",\n  \"customer__address__country__code\": \"\",\n  \"shipping__address__country__code\": \"\",\n  \"customer__address__province__code\": \"\",\n  \"shipping__address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_order_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/order/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "order",
            "line",
            "item"
          ]
        },
        "description": "Update a specific order line item.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"price\": 0,\n  \"line_id\": \"\",\n  \"discount\": 0,\n  \"order_id\": \"\",\n  \"quantity\": 0,\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"product_variant_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "product"
          ]
        },
        "description": "Update a specific product.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"type\": \"\",\n  \"title\": \"\",\n  \"handle\": \"\",\n  \"images\": \"\",\n  \"vendor\": \"\",\n  \"store_id\": \"\",\n  \"variants\": \"\",\n  \"image_url\": \"\",\n  \"product_id\": \"\",\n  \"description\": \"\",\n  \"published_at_foreign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_product_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/product/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "product",
            "image"
          ]
        },
        "description": "Update a product image.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"url\": \"\",\n  \"image_id\": \"\",\n  \"store_id\": \"\",\n  \"product_id\": \"\",\n  \"variant_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_product_variant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/product/variant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "product",
            "variant"
          ]
        },
        "description": "Update a product variant.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sku\": \"\",\n  \"url\": \"\",\n  \"price\": 0,\n  \"title\": \"\",\n  \"store_id\": \"\",\n  \"image_url\": \"\",\n  \"backorders\": \"\",\n  \"product_id\": \"\",\n  \"variant_id\": \"\",\n  \"visibility\": \"\",\n  \"inventory_quantity\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_promo_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/promo/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "promo",
            "code"
          ]
        },
        "description": "Update a promo code.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"code\": \"\",\n  \"enabled\": false,\n  \"store_id\": \"\",\n  \"usage_count\": 0,\n  \"promo_code_id\": \"\",\n  \"promo_rule_id\": \"\",\n  \"redemption_url\": \"\",\n  \"created_at_foreign\": \"\",\n  \"updated_at_foreign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_promo_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/promo/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "promo",
            "rule"
          ]
        },
        "description": "Update a promo rule.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"title\": \"\",\n  \"amount\": 0,\n  \"target\": \"\",\n  \"enabled\": false,\n  \"ends_at\": \"\",\n  \"store_id\": \"\",\n  \"starts_at\": \"\",\n  \"description\": \"\",\n  \"promo_rule_id\": \"\",\n  \"created_at_foreign\": \"\",\n  \"updated_at_foreign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_store",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/store",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "store"
          ]
        },
        "description": "Update a store.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"phone\": \"\",\n  \"domain\": \"\",\n  \"platform\": \"\",\n  \"store_id\": \"\",\n  \"timezone\": \"\",\n  \"is_syncing\": false,\n  \"money_format\": \"\",\n  \"address__city\": \"\",\n  \"currency_code\": \"\",\n  \"email_address\": \"\",\n  \"primary_locale\": \"\",\n  \"address__country\": \"\",\n  \"address__address1\": \"\",\n  \"address__address2\": \"\",\n  \"address__latitude\": 0,\n  \"address__province\": \"\",\n  \"address__longitude\": 0,\n  \"address__postal__code\": \"\",\n  \"address__country__code\": \"\",\n  \"address__province__code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "template"
          ]
        },
        "description": "Update the name, html, or `folder id` of an existing template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"html\": \"\",\n  \"name\": \"\",\n  \"folder_id\": \"\",\n  \"template_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_template_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/template/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "template",
            "folder"
          ]
        },
        "description": "Update a specific folder used to organize templates.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "webhook"
          ]
        },
        "description": "Update the settings for an existing webhook.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"list_id\": \"\",\n  \"webhook_id\": \"\",\n  \"sources__api\": false,\n  \"sources__user\": false,\n  \"sources__admin\": false,\n  \"events__cleaned\": false,\n  \"events__profile\": false,\n  \"events__upemail\": false,\n  \"events__campaign\": false,\n  \"events__subscribe\": false,\n  \"events__unsubscribe\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_update_workflow_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/workflow/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "workflow",
            "email"
          ]
        },
        "description": "Update settings for a classic automation workflow email. only works with workflows of type: abandonedbrowse, abandonedcart, emailfollowup, or singlewelcome.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"delay__type\": \"\",\n  \"workflow_id\": \"\",\n  \"delay__action\": \"\",\n  \"delay__amount\": 0,\n  \"settings__title\": \"\",\n  \"delay__direction\": \"\",\n  \"workflow_email_id\": \"\",\n  \"settings__reply__to\": \"\",\n  \"settings__from__name\": \"\",\n  \"settings__preview__text\": \"\",\n  \"settings__subject__line\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_verify_connected_site_script",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/verify/connected/site/script",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "verify",
            "connected",
            "site",
            "script"
          ]
        },
        "description": "Verify that the connected sites script has been installed, either via the script url or fragment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"connected_site_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_verify_domain",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/verify/domain",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "verify",
            "domain"
          ]
        },
        "description": "Verify a domain for sending.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"code\": \"\",\n  \"domain_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_view_default_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/view/default/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "view",
            "default",
            "content"
          ]
        },
        "description": "Get the sections that you can edit in a template, including each section's default content.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"template_id\": \"\",\n  \"exclude_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_view_recent_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/view/recent/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "view",
            "recent",
            "activity"
          ]
        },
        "description": "Get a member's activity on a specific list, including opens, clicks, and unsubscribes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"count\": 0,\n  \"fields\": \"\",\n  \"offset\": 0,\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\",\n  \"activity_filters\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mailchimp_view_recent_activity50",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/view/recent/activity50",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "view",
            "recent",
            "activity50"
          ]
        },
        "description": "Get the last 50 events of a member's activity on a specific list, including opens, clicks, and unsubscribes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action\": \"\",\n  \"fields\": \"\",\n  \"list_id\": \"\",\n  \"exclude_fields\": \"\",\n  \"subscriber_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}