mailchimp_templates
Retrieve email templates from your Mailchimp account. List all templates, view full template details, or fetch default section content using action parameter.
Instructions
Email templates available on the account. Set action to one of: list (all templates); details (full template record); default_content (the template's default section content).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum items to return, 1-1000. Defaults to 1000. | |
| action | Yes | Which data to retrieve. See the tool description. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| template_id | No | Template ID, from action=list. |