DropTrack Create Draft Campaign
droptrack_create_draft_campaignCreate and read back a complete Draft-status campaign without sending it. Supports customer-owned and linked DropTrack-managed contact lists, persists a required subject/message, exact playlist, active subscribed recipients, creator identity, theme, and settings, and can exclude normalized-email members of linked lists or exact saved recipient snapshots from prior campaigns. Use campaign exclusions for historical no-repeat guarantees. Rejects U+2014 em dashes. Run droptrack_validate_campaign_draft before opening the native Send Test flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| themeId | No | Built-in or company-owned active campaign theme ID | |
| allowMp3 | No | Allow MP3 downloads | |
| allowWav | No | Allow WAV downloads | |
| playlistId | Yes | Active playlist ID containing the tracks to send | |
| campaignName | Yes | Internal name for the campaign | |
| allowDownload | No | Allow recipients to download tracks | |
| contactListId | Yes | Contact list ID whose active subscribed members become saved draft recipients | |
| expectedStage | Yes | Intended DropTrack environment from droptrack_get_runtime_context; use prod only for production | |
| campaignMessage | Yes | Required recipient-facing message; U+2014 is rejected | |
| campaignSubject | Yes | Required recipient-facing email subject; U+2014 is rejected | |
| requireFeedback | No | Require feedback before downloading | |
| excludeCampaignIds | No | Prior campaign IDs whose exact saved recipient snapshots must be excluded by normalized email; use this for historical no-repeat guarantees | |
| excludeContactListIds | No | Other linked contact list IDs whose normalized-email members must be excluded from this draft audience | |
| expectedDatabaseFingerprint | Yes | Exact non-secret database fingerprint returned by droptrack_get_runtime_context |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Structured DropTrack result returned by this tool |