Update sender

View as MarkdownOpen in Claude
Update sender details (email in path). **Request body fields (wrapped in `sender` object):** - `seat_id` (string, required) - Associated seat ID. - `account_id` (string, required) - Account this sender belongs to. - `status` (string, optional) - `ENABLED` | `DISABLED`. - `name` (string, optional) - Display name for this sender.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

account_idstringRequired

Request

This endpoint expects an object.
senderobjectRequired

Response

This endpoint returns an object.
successboolean
senderobject

Errors