How to get an array of subscribed contacts from Wix Contacts CRM

We will do a TIME-JUMP back to the past…

This also maybe could give you more informations…

And here, this one deals also with SUBSCRIPTION-STATUS…

In the past it was easier, now there are things like …

  1. ELEVATE-FUNCTIONS
  2. webMethod(Permissions.Anyone, () => {});
  3. and still old versions, like —>
const options = {
    suppressAuth: true
  };

Check all these options / functions to get maybe right permission.

You have your code in front of you → use more console-logs and inspect every little step.

And this one also maybe interesting…