updateSenderDetails( )


Deprecated

This method has been replaced with wix.promote.v1.SenderEmailService.GetOrCreateSenderEmail + wix.promote.v1.SenderEmailService.SendVerificationCode, and will be removed on January 24, 2024.

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

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Email Marketing
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
senderDetailsSenderDetailsRequired

New sender details.

Returns
Return Type:Promise<UpdateSenderDetailsResponse>
Did this help?