MikelCalvo / node-mailwizz

[UNOFFICIAL] MailWizz API for NodeJS
https://npmjs.org/package/node-mailwizz
ISC License
10 stars 14 forks source link

Node API to change the status of a subscriber to "subscribed" #63

Closed chengtie closed 3 months ago

chengtie commented 3 months ago

We are creating a web page where a user can set the subscription (or unsubscription) of several different lists. We thus need to update the database in MailWizz via API.

One possible case is that previously a user has unsubscribed from a list, now he wants to subscribe to it. So we need to change the status of this user (which exists already in the MailWizz) to "subscribed".

I have not found how to do that in API docs for Node or for PHP.

Does anyone know?

Thank you

chengtie commented 3 months ago

https://forum.mailwizz.com/threads/node-api-to-change-the-status-of-a-subscriber-to-confirmed.9136/