Set the organization default sender
Marks a verified, active sender as the organization default, atomically clearing any previous default.
Marks a verified, active sender as the organization default, atomically clearing any previous default. Used for omitted-from sends when no default domain sender applies.
Authorization
apiKey x-api-key<token>
In: header
Path Parameters
id*string
Match
^sender_[0-9a-hjkmnp-tv-z]{16,24}$Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/email/senders/string/default"{ "success": true, "message": "string"}Related
Set the default sending domain
Marks a verified domain as the organization's default sending domain, atomically clearing any previous default.
Set a domain's default sender
Sets the default sender used for omitted-`from` sends from this domain. The sender must belong to the domain and be verified and active.