###Workaround for welcome latter
-
Subscribe the user to List
ListSubscribeMethod req1 = new ListSubscribeMethod(); req1.apikey = API_KEY; req1.id = LIST_ID; req1.email_address = "[email protected]"; // There is no need to send confirm letter
req1.double_optin = false;