Have middleware call a Suitelet?

We have a connection between NetSuite, Boomi, and Salesforce. Our goal is to have Salesforce send data via boomi to a generic integration suitelet that can take the request and update the record specified in the request JSON. Is this possible to do via a Suitelet and in the same vein, how would one test such a connection via Bruno or Postman?

Rookie Asked on March 19, 2025 in SuiteScript.
Add Comment
2 Answer(s)
Best answer

A better solution would be a RESTlet (assuming you can’t just use REST Web Services).

Once you have the URL and a token, you can set up authentication using the standard options in Postman.

Advanced Answered on March 20, 2025.
Add Comment

A NetSuite Suitelet must be configured carefully to integrate middleware. To accept external requests, make sure the Suitelet’s “Available Without Login” setting is set to “Yes”. To achieve secure communication, the requestSuitelet method of the N/https module should be used, along with proper authentication and headers.

Rookie Answered on April 4, 2025.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.
  • This site made possible by our sponsors:   Tipalti   Celigo   SuiteMigration   Become a Sponsor