Squarespace export mailing list

Squarespace allows you to export your mailing list from your website's settings. Here's a step-by-step guide on how to do it:

Method 1: Exporting a CSV file

  1. Log in to your Squarespace account and go to the "Settings" icon (looks like a gear) in the top right corner of your screen.
  2. Click on "Marketing" from the dropdown menu.
  3. Scroll down to the "Email" section and click on "Export subscribers".
  4. Choose the format you want to export your list in (CSV is a good option).
  5. Select the fields you want to include in your export (e.g., email address, name, subscription date).
  6. Click "Export" to download your mailing list as a CSV file.

Method 2: Exporting a CSV file using the Squarespace API

  1. You'll need to set up a Squarespace API token to access your mailing list data. To do this, go to the "Settings" icon (looks like a gear) in the top right corner of your screen, then click on "Advanced" and then "API".
  2. Click on "Create API token" and follow the instructions to set up a token.
  3. Use a tool like Postman or cURL to send a GET request to the Squarespace API endpoint for exporting subscribers. The endpoint is: https://api.squarespace.com/1.0/subscribers/export
  4. In the request, include your API token, the format you want to export your list in (CSV), and the fields you want to include.
  5. The API will return a CSV file containing your mailing list data.

Tips and considerations