RE: NetSuite calling external APIs
Hi – new here as a general solution architect as opposed to a NetSuite expert.
Trying to work out how we can get NetSuite to call 3rd party APIs (i.e. REST Webservice etc). Wondering if this is possible via a Workflow or whether we would need to write a Bundle. Struggling to find information on creating bundles, and tools / language you would use, with worked examples etc.
Grateful for some pointers here.
Thx !
I’ve never used a workflow, so no idea whether it’s possible, but I’d imagine not.
It’s pretty simple to create a Suitescript 2.0 script to fetch remote data using the https.post() function though. This could be one of a variety of different script types, which will depend on the exact process. We fetch data from remote systems in both client and server suitescripts.