Mailchimp · Example Payload

Mailchimp Postallowlistsadd Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postallowlistsadd Example is an example object payload from Mailchimp, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "postAllowlistsAdd",
  "method": "POST",
  "path": "/allowlists/add",
  "summary": "Mailchimp Add an Allowlist Entry",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostallowlistsaddRequestExample",
      "example": {
        "key": "example_value",
        "email": "user@example.com",
        "comment": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postallowlistsadd200Example",
      "example": {
        "email": "user@example.com",
        "added": true
      }
    }
  ]
}