How to get wix mail subsctiption list

To get a Wix Mail subscription list, you can follow these steps:

Method 1: Using Wix Mail's built-in feature

  1. Log in to your Wix account and go to the Wix Mail dashboard.
  2. Click on the "Contacts" tab.
  3. Click on the "Export Contacts" button.
  4. Choose the format you want to export your contacts in (e.g., CSV, Excel).
  5. Click on the "Export" button to download your contact list.

Method 2: Using Wix's API

  1. Create a Wix API account and obtain an API key.
  2. Use the Wix API to retrieve your contact list. You can use the GET /mail/contacts endpoint to retrieve a list of contacts.
  3. You can also use the GET /mail/contacts/export endpoint to export your contact list in a specific format (e.g., CSV, Excel).

Here's an example of how you can use the Wix API to retrieve your contact list using cURL:

curl -X GET \
  https://api.wix.com/v1/mail/contacts \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Replace YOUR_API_KEY with your actual Wix API key.

Method 3: Using a third-party app

  1. Install a third-party app that integrates with Wix Mail, such as Mailchimp or Constant Contact.
  2. Connect your Wix Mail account to the third-party app.
  3. Use the app's built-in features to export your contact list.

For example, if you use Mailchimp, you can connect your Wix Mail account to Mailchimp and then export your contact list using Mailchimp's built-in export feature.

Remember to always respect your subscribers' privacy and comply with anti-spam laws when using their contact information.