POST /senders

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
ips[] Array No

Mandatory in case of dedicated IP, IPs to associate to the sender

ips[].domain String Yes

Domain of the IP

ips[].ip String Yes

Dedicated IP available in your account

ips[].weight Integer No

Weight to apply to the IP. Sum of all IP weights must be 100. Should be passed for either ALL or NONE of the IPs. If it's not passed, the sending will be equally balanced on all IPs.

name String Yes

From Name to use for the sender

email String Yes

From email to use for the sender. A verification email will be sent to this address.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.