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
senderId
Id of the sender
Request
sender's configuration to update
email
From Email to update the sender
ips
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.
name
From Name to update the sender
Response
Sender updated successfully