PUT /senders/{senderId}

Servers

Path parameters

Name Type Required Description
senderId Integer Yes

Id of the sender

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

Only in case of dedicated IP, IPs to associate to the sender. If passed, will replace all the existing IPs.

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 No

From Name to update the sender

email String No

From Email to update the sender

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.