identifySenderAddress( )


Checks if the sender's email address will be used as the "from" address or will it be replaced and to what exactly.

Authentication

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

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

Email address to verify.

Returns
Return Type:Promise<IdentifySenderAddressResponse>
Errors

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

Did this help?