Skip to content

Moving subscribers between lists

edited April 2015 in Questions

Hi,

I have two lists on different languages for my app.
My users can select the language they prefer, so when the user change the language (example from ES to EN), I unsubscribe the user from the old language (ES) and subscribe it to the new language (EN).

If the user decided to change the language to th original (ES) i will unsubscribe him from EN and subscribe him to ES.
Because the user was unsubscribed from list ES, will the api be able to add him as subscribed again to the list ES?

If now, what will be the procedure to make this possible?

Thanks

Comments

  • Because the user was unsubscribed from list ES, will the api be able to add him as subscribed again to the list ES?

    Yes when you subscribe the user to the 'ES' list via the API, his status will be changed from 'Unsubscribed' to 'Subscribed'.

    Best regards,
    Ben

  • Great! Thanks! :)

This discussion has been closed.