update_campaign_content
Set a campaign's HTML content or template. Provide raw HTML or a template ID to update email body. Returns confirmation.
Instructions
Set the HTML content or template for a campaign. Provide either html OR template_id. Returns compact confirmation by default — set verbose=true for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Full HTML content for the email | |
| verbose | No | Return full API response instead of compact summary (default false) | |
| campaign_id | Yes | Campaign ID | |
| template_id | No | Template ID to use instead of raw HTML |