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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":5,"spfError":true,"dkimError":false}