Skip to main content

Create Sender Details

POST 

/sender-details

Adds a new sender email address to your account

Use this endpoint to register a sender that can be used for sending campaigns. Sender verification may be required to ensure that the email address is authorized and properly configured for sending.

Request

Body

required
    name stringrequired
    email stringrequired
    replyTo string
    address stringrequired
    city stringrequired
    region stringrequired
    country stringrequired
    postalCode stringrequired

Responses

Successful operation

Schema
    id uuid
    name string
    email string
    replyTo string
    address string
    city string
    region string
    country string
    postalCode string
    emailConfirmed boolean
    defaults boolean
    assignedToCampaigns boolean
    dkimSigned boolean
Loading...