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.
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