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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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