Newsletter subscribe and unsubscribe feature
Hi, I am looking to use the newsletter feature of CQ and wanted to provide options to the end user for subscribing/unsubscribing to receive the newsletter.
Can someone suggest the best way to go forward for providing such functionality? The documentation seems rather incomplete on those features and it looks like AEM assumes some external service to be used for enabling this functionality (like exact target etc.). IS there a way to get the functionality working in CQ? The current documentation suggests going to geometrixx in the toolbar and adding email address and clicking signup for subscribing to newsletter,which unfortunately doesn't work at all.
So, do I need to custom code the functionality to allow users to subscribe, or is there a feature that I can use for doing the subscription and unsubscription.
IF I have to custom code, do I need to follow the below steps or am I missing something.
1) Essentially when on a publish instance user selects subscribe, add that user to the list created for sending the newsletter(maybe using some API).
2) Then sync up that info back to author and publish it back to all publish instances so that all instances know that the user is now a member of the newsletter receiving group.
Appreciate if someone can guide the right way to use the functionality.