v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SINGLE SENDER EMAILS

Add a single sender email

Use the API to add a single sender email address to your account, to use from which to send mail. If the email address has previously been added and not yet verified, this action will simply resend the verification email.

post/single_sender_emails/add

Request body

email_addressstring required

The email address that you wish to send emails from

messagestring

(Optional) If provided, will add a text only message to the email.

subaccount_idstring

If you wish to make this API call on behalf of a subaccount then include its unique ID here

Response

Single sender email added

request_idstring required

Example response

{
  "request_id": "e023461c-8c86-11e9-b984-408d5cce2644"
}