Skip to main content
POST
Schedule a new campaign mailing

Authorizations

authorization
string
header
required

Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key

Body

application/json
send_at
string<date-time>
required

The time at which to send the campaign, in RFC3339 format

from_email
string<email>
required

The email address from which the campaign will be sent. It should be from a verified domain from your Paubox Marketing settings page

from_name
string
required

The name to appear as the sender of the campaign

sender_email
string<email>
required

The email address of the person/entity sending this email. Should be a Paubox user email address and is NOT going to appear as the From email

subscription_list_id
string<uuid>
required

The uuid of the subscription list to which the campaign will be sent

subject
string
required

The subject line of the campaign mailing

dynamic_list_id
string<uuid>

The uuid of the dynamic list to which the campaign will be sent (optional)

recipient_emails
string<email>[]

A list of extra recipient email addresses for the campaign to be sent to. These are not tracked for analytics purposes and are usually just for verification and/or testing

Response

Campaign mailing scheduled successfully

data
object