Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Currently building a MailChimp wrapper if you want to use/contribute
It's pretty simple to use:
monkeyTalk.Lists.subscribe(listId,email,null,null, false); //We form the request
monkeyTalk.request(); //And do the request
nlapiLogExecution('debug','addtoChimp',monkeyTalk. response); //The response property is what you want
https://github.com/pipechang/netsuite-chimptalk
I'll map the endpoints as I need them so feel free to contribute if you want.
0