Hey guys, I need a small Amember 4 plugin in order to automatically add new Amember subscribers into my self-hosted mailing-list manager. Here's what I need: Every time someone subscribes in Amember for product X (I should be able to select which products from the plugin console), they will be added to my mailing list A (I should be able to select which list from the plugin console). I should be able to add multiple of these instructions from the plugin console: if subscribed for product X, join list A. If subscribed for product Y, join list B. If subscribed for product Z, don't join any list. Etc. The way my self-hosted mailing list manager adds users to the mailing list is by triggering the following line: <img src="http://www.MyDomain.com/cron/ActiveCampaignAddSubscriberByNameAndEmail.php?listid=<? echo $LIST_NUMBER; ?>&name=<? echo $NAME; ?>&email=<? echo $EMAIL; ?>&product=<? echo $AMEMBER_PRODUCT_NUMBER; ?>" width="0" height="0" border="0"/> So, in a nutshell, the idea is that the plugin triggers that <img> line (with the appropriate variables embedded in) every time someone registers to Amember for product X, Y or Z. Is anyone interested in this quick job? if so, my email is hectorbusiness@gmail.com . I would pay via PayPal by the way Thanks in advance! Hector