Thanks Manoj, I used the following JS and that did the trick:var recipient = {recipient: {"_key": "email", "email": email, "recipient-id":iRecipientId, "service-id":iServiceId}}
nms.subscription.Subscribe("name_of_service", recipient, false) Thanks for your help,Adam