When sending an email campaign, you are required to confirm your email address to ensure that your letter reaches its destination. With the Sender Email API, you can create and verify "from" and "reply-to" email addresses for your email campaign. Once verified, these emails are used to create and manage different senders using the Sender Details API.
With the Sender Emails API you can:
The following steps describe the process for verifying an email address using the Sender Email API:
It's important to note the following:
pianosinfo@gmail.com
it will appear as the "reply-to" address, while the "from" address will be something like pianos@pb01.wixemails.com
or pianos@wixsiteautomations.com
. This ensures that your email reaches your recipients' inbox rather than their junk folder or being rejected entirely.This article presents possible use cases and corresponding sample flows that your app can support. It provides a useful starting point as you plan your app's implementation.
This use case demonstrates how to add a new sender to your email campaign. In this example, your business now accepts bookings and you want to start a new email campaign, where the new sender's email address is bookings@website.com
.
Note: This flow assumes you already have the Core or Advanced Email Marketing plans.
fromEmailAddress
field. Also, enter the sender's name into the fromName
field.Sender email ID.
Date and time when the sender email was created.
Date and time when the sender email was updated.
Sender email address.
Whether the sender email is verified.
Extensions allowing users to save custom data related to the sender emails.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a sender email by ID.
You can only call this method when authenticated as a Wix app or Wix user identity.
ID of the sender email to retrieve.
The requested sender email info.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Deletes a sender email.
You can only call this method when authenticated as a Wix app or Wix user identity.
ID of the sender email to delete.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.