Send a test email
Marketing · Campaigns
Send a test email
Sends a one-off preview of the campaign mailing to a single address, so you can check rendering before sending to a list. The subject is prefixed with [Test], and the message is sent from your account’s default brand from_email and from_name.
Test sends are not recorded as a campaign send and do not appear in analytics.
Example curl command:
curl -X GET \
'https://api.paubox.com/v1/marketing/campaign_mailings/123e4567-e89b-12d3-a456-426614174000/send_test_email?to_email=me@example.com' \
-H 'authorization: Token token=YOUR_API_KEY'
GET
Send a test email
Authorizations
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
Path Parameters
UUID of the campaign mailing
Query Parameters
Address to send the test message to
Response
Test email queued. The response has no body.