update_email_campaign
Update an existing email campaign by modifying its name, subject, sender, content, recipients, schedule, or UTM parameters. Pass the campaign ID with any fields to change.
Instructions
Update an existing email campaign
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | ID of the campaign to update | |
| name | No | Internal campaign name | |
| subject | No | Email subject line | |
| sender | No | Sender information | |
| htmlContent | No | HTML content of the email | |
| htmlUrl | No | URL to fetch HTML content from | |
| templateId | No | ID of existing Brevo template | |
| recipients | No | Recipients configuration | |
| scheduledAt | No | ISO 8601 datetime to reschedule campaign | |
| sendAtBestTime | No | Enable send time optimization | |
| utmCampaign | No | UTM campaign parameter |