Skip to main content
PUT
Update an email sender

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

senderId
string
required

Email sender id (esend_…).

Body

application/json
default_from_email
null | string

Default From address — must be on the sender's domain.

default_from_name
null | string

Display name shown to recipients.

default_reply_to
null | string

Reply-To routing address.

isDefault
boolean

Set true to promote this sender to the org default.

streamId
null | string

Reassign to a sending stream (estream_…), or null to clear the assignment.

Response

200 - application/json

The updated email sender.

data
object

A verified email sending identity for the tenant — a sending domain plus its default from-fields, reply-to, sending-stream assignment, and derived DNS-verification state.

meta
object