Update email sender details
Changes the name and address your app’s mail is sent from.
Both fields are required, so send the current value for whichever you are not changing.
from_email picks which domain you are editing: its part after the @ has to be a domain already set up on this app, and you get a 404 when it is not. That means you cannot move to a different domain here, even though this looks like the endpoint that would. Use Replace the email domain for that.
The change applies at once and does not re-run verification, so a domain that was active keeps sending.
Authorizations
Personal API key.
Path Parameters
ID of the app whose email domains you want to work with.
Body
Request to update email domain configuration.
Name recipients see in the From line. Required, so resend the current value to keep it.
"Nordwind Furniture"
Address mail is sent from. Its domain picks which of the app's email domains you are editing and has to be one already set up.
"hello@example.com"
Response
The updated sender details.
Response for updating email domain configuration.
The name now in use.
"Nordwind Furniture"
The address now in use, lower-cased.
"hello@example.com"
The domain this configuration belongs to.
"example.com"
Where setup stands. Updating these fields does not change it.
"active"