Developer forum

Forum » Development » Subscribe/unsubscribe

Subscribe/unsubscribe

Steen Nørgaard Perdersen
Reply
Hi All,

I have a question relating to Newsletter V3 subscriptions.

I import and update user. I also like to add them as subscribers to certain newsletters, and that part is done.

Unsubscribing how ever removes the user from the maillist, and I need to know that so not to add them again in the next import.

Inactivating them in backend in module seems to do the trick, still on list, but not receiving. To the questions:
1. Will that inactivation cause problems with the users status elsewhere? User needs to log in and receive other mails, regardless
2. How do I set that inactivation? Can't find it in the api
3. How do I detect that inactivation? Subscription object does not tell me this..

Cheers



Replies

 
Vladimir
Reply
Hi Steen!

I'm afraid inactivating will cause problems...
Inactive user can not log on, and will not receive the letter. To detect and manage activation you can use AccessUserActive property of Recipient object.
Try to uncheck the option "Add category to users that are already in the system" on import. It should solve your problem.

Kind regards,
Vladimir


 
Steen Nørgaard Perdersen
Reply

Thank for the reply. Looks I will need to implement an alternative way of achieving this..

 

You must be logged in to post in the forum