Mailchimp · Example Payload

Mailchimp Posttemplatesrender Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Posttemplatesrender 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": "postTemplatesRender",
  "method": "POST",
  "path": "/templates/render",
  "summary": "Mailchimp Render a Template",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PosttemplatesrenderRequestExample",
      "example": {
        "key": "example_value",
        "template_name": "example_value",
        "template_content": [
          {
            "name": "Example Title",
            "content": "example_value"
          }
        ],
        "merge_vars": [
          {
            "name": "Example Title",
            "content": "example_value"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Posttemplatesrender200Example",
      "example": {
        "html": "example_value"
      }
    }
  ]
}