Mailchimp · Example Payload

Mailchimp Posttemplateslist Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Posttemplateslist 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": "postTemplatesList",
  "method": "POST",
  "path": "/templates/list",
  "summary": "Mailchimp List Templates",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PosttemplateslistRequestExample",
      "example": {
        "key": "example_value",
        "label": "Example Title"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Posttemplateslist200Example",
      "example": [
        {
          "slug": "example_value",
          "name": "Example Title",
          "labels": [
            "example_value"
          ],
          "code": "example_value",
          "subject": "example_value",
          "from_email": "user@example.com",
          "from_name": "example_value",
          "text": "example_value",
          "publish_name": "example_value",
          "publish_code": "example_value",
          "publish_subject": "example_value",
          "publish_from_email": "user@example.com",
          "publish_from_name": "example_value",
          "publish_text": "example_value",
          "published_at": "2026-01-15T10:30:00Z",
          "created_at": "2026-01-15T10:30:00Z",
          "updated_at": "2026-01-15T10:30:00Z"
        }
      ]
    }
  ]
}