Create a draft campaign
reach_createADraftCampaignV1Create a draft email campaign without sending or touching contacts. Configure sender, subject, and template to prepare a campaign for later review and sending from the Reach interface.
Instructions
Create a campaign in a profile.
The campaign is created as a draft, so nothing is sent and no contact is touched. It has no audience yet either - targeting and scheduling are not part of this request, the draft is finished and sent from the Reach interface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Name the campaign is listed under. Not shown to the recipients. | |
| subject | No | Subject line of the email. | |
| metadata | No | Extra campaign fields. Any key outside the listed ones is rejected. | |
| profileUuid | Yes | Profile uuid parameter | |
| sender_name | Yes | From name shown to the recipients. | |
| sender_email | Yes | From address of the campaign. Its domain has to be verified on the profile before the campaign can be sent. | |
| template_uuid | No | Template to send, as returned by the template endpoints. Can be left out and attached later, but the campaign cannot be sent without one. |