Create a new sender

POST {{baseUrl}}/senders

Request Body

{"email"=>"newsletter@mycompany.com", "name"=>"Newsletter", "ips"=>[{"domain"=>"mycompany.com", "ip"=>"123.98.689.7", "weight"=>50}, {"domain"=>"mycompany.com", "ip"=>"123.98.689.7", "weight"=>50}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":5,"spfError":true,"dkimError":false}