I am new to NetSuite and I need to integrate it with a 3-rd party system. Each time a new sales order is created, I need to pass its details to the 3-rd party. Is there any way in NetSuite to call some external API on transaction creation?
There are user-event suitescripts which can be run before record load/submit and after submit. Is there any NetSuite server-side API which can be used to send record data to some external web-service?