POST

Identify Sender Address


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

Authentication

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

Permissions
Access Verticals by Automations
Set Up Automations
Manage Email Marketing
Learn more about app permissions.
Body Params
emailAddressstringRequiredformat EMAILminLength 6maxLength 254

Email address to verify.

Response Object
senderAddressstringformat EMAILminLength 6maxLength 254

Actual "from" address that will be used for sending emails.

Identify Sender Address
Request
cURL
Response
JSON
Errors

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

Did this help?