(* I understand that node-mialwizz is not your library, but your experience with PHP SDK may help *)
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 "confirmed".
I have not found how to do that in API docs for Node or for PHP.
Does anyone know?
Thank you
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 "confirmed".
I have not found how to do that in API docs for Node or for PHP.
Does anyone know?
Thank you
Last edited: