EDM Integration to NetSuite
Hi, we're trying to integrate to NetSuite and wanted to garner consensus on the best (most efficient) integration methodology as we have a few options:
- Create a global connection (Oracle Object Storage)
- This seems to be the most straightforward approach (client is using Workato as middleware to facilitate placement into an Oracle Object Storage Cloud Bucket)
- Custom REST Endpoint - OAuth Credentials
- On the NetSuite side - The destination folder is set as a script parameter and is not accessible through this endpoint. We would need to encode the file to Base64
- NetSuite has created a custom REST endpoint which will allow us to upload Base64-encoded file contents to the NetSuite file cabinet using a Postman collection which shows how to form the request. It only supports the POST method, and the body only has two properties:
- On the NetSuite side - The destination folder is set as a script parameter and is not accessible through this endpoint. We would need to encode the file to Base64
Tagged:
0