updateSenderDetails( )


Deprecated

This method has been replaced with Get Or Create Sender Email, and will be removed on September 30, 2025.

Updates sender details.

If the fromEmail is changed, a verification code will be sent to the new email address.

If verification is needed, a verification email will be sent to the user, and the returned verificationNeeded value will be true.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Access Verticals by Automations
Set Up Automations
Manage Email Marketing
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
senderDetailsSenderDetailsRequired

New sender details.

Returns
Return Type:Promise<UpdateSenderDetailsResponse>
JavaScript
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?