create_email_campaign
Create new email campaigns with customizable subject, sender, HTML content, and targeting options like lists or segments. Supports scheduling and A/B testing.
Instructions
Create a new email campaign in Brevo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Internal campaign name | |
| subject | Yes | Email subject line | |
| sender | No | Sender information (optional - defaults to verified sender from account) | |
| htmlContent | No | HTML content of the email | |
| htmlUrl | No | URL to fetch HTML content from | |
| templateId | No | ID of existing Brevo template to use | |
| listIds | No | List IDs to send campaign to | |
| exclusionListIds | No | List IDs to exclude from campaign | |
| segmentIds | No | Segment IDs to target | |
| type | No | Campaign type | classic |
| tag | No | Campaign tag for organization | |
| replyTo | No | Reply-to email address | |
| scheduledAt | No | ISO 8601 datetime to schedule campaign | |
| abTesting | No | Enable A/B testing | |
| sendAtBestTime | No | Enable send time optimization | |
| utmCampaign | No | UTM campaign parameter for tracking | |
| params | No | Template parameters if using templateId |