Set Email Sender
Beta/v1/messaging/email-senderThis endpoint is idempotent. Learn more
Sets the address your order, invoice, and statement emails are sent from, replacing any address already configured.
The domain must be verified first. Emails about someone's OpenMRP account — password resets, verification, plan changes — continue to send from the platform address.
email_domain_idstringThe verified email domain to send from.
local_partstringThe mailbox name before the @, for example orders.
from_nameoptional stringThe name shown in a mail client's sender column. When unset, mail shows the bare address.
reply_tooptional stringWhere customer replies are delivered. When unset, replies go to the sending address.
idstringEmail sender ID.
objectstringenumValues:email_senderResource type identifier.
email_domain_idstringThe verified email domain this address belongs to.
local_partstringThe mailbox name before the @.
addressstringThe full sending address.
from_namestringnullableThe name shown in a mail client's sender column. When unset, mail shows the bare address.
reply_tostringnullableWhere customer replies are delivered. When unset, replies go to the sending address.
domainstringThe domain name the address sends from.
domain_statusstringenumValues:pendingverifiedfailedVerification status of the underlying domain.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for Set Email Sender