Update Sender

Updates an existing email sender's configuration. Use this to: - Modify sender display name or email address - Update dedicated IP associations - Change sender configuration settings - Correct sender information Key information returned: - Success confirmation - Updated sender details

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

senderIdlongRequired
Id of the sender

Request

sender's configuration to update
emailstringOptionalformat: "email"
From Email to update the sender
ipslist of objectsOptional

Only in case of dedicated IP. IPs to associate to the sender. If passed, will replace all the existing IPs. Not required for standard accounts.

namestringOptional
From Name to update the sender

Response

Sender updated successfully

Errors