Is it possible to connect mendix with Oracle Netsuite ?

1
My problem is retrieve data from Oracle Netsuite to mendix and alert something  My logic in mendix is finished but I don’t know how to connect with Netsuite.  
asked
5 answers
0

Hi,

Hope this documentation will helps you

https://tray.io/connectors/netsuite-mendix-integrations

 https://tray.io/documentation/connectors/service/netsuite-rest/

answered
0

In the Oracle NetSuite System, what all integration options available to expose the data to external Systems?

1 of the way is to consume Oracle NetSuites REST APIs and pull the data when needed in Mendix.
 

answered
0

Hi,
Please check the integration endpoint in the Oracle NetSuite System :
- REST

-SOAP

-Others

also check if there is a connector from Mendix to Oracle NetSuite System in the market place

 

Thanks 

answered
0

Hi Teetach Koomoaimuk,

 

I suppest to make the API first in Postman https://www.postman.com/downloads/

https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1545058149.html#Importing-and-Setting-Up-a-Postman-Environment

 

Postman helps you to work with the API calls to find the settings you need. In point 9, the environment is setup for the usage of the Postman collection, including the key’s. These keys show up in your collection as {{variables}}. 

 

I logged at it and I think you have a Bearer Token. This token you use in the Header. (Key = “Authotization”  and the Value is: ‘Bearer ‘ + $Token (The blank space between the word Bearer and the token variable (or constant) is required)

 

Go Make It.

 

answered
0

 

and  My Header

answered