Skip to main content
Solved

How to create custom endpoint with additional logic/processing

  • September 9, 2025
  • 3 replies
  • 95 views

I’m looking to create a custom webservices endpoint that will take in a request with a custom format, extract Ids from some of the objects in the request, retrieve data on stock items and some related tables based on the Ids provided then put that data into a specific json format to return it.
Is this possible and how would I go about doing this?

Best answer by Buccianti

Sure. In that case you can look at Webhooks in Acumatica 

You can see that there’s coding involved so an interesting option would be if you posted this job on Upwork. You can find cost effective programmers that can easily develop that interface using the info on the link.

Let me know how it goes. I’m more focused on workflow automation tools and AI agents but I’m always interested in learning something new.

3 replies

Buccianti
Freshman II
  • Freshman II
  • September 23, 2025

I think you can look at Zapier to create the workflow that will connect the two systems if you are running Acumatica on the cloud. If you run the two systems on premises then you can use Node-RED (another workflow tool but free for using on premises) and it can accept connections, process data directly from SQL Server (or via API) and return the results in multiple ways (send back to calling service, save to file, save to database, etc)


  • Author
  • Freshman I
  • October 23, 2025

Thanks, but I’m looking for a way to do this in Acumatica. Preferably in a way that can be packaged in a customization package so others can use it easily as well.


Buccianti
Freshman II
  • Freshman II
  • Answer
  • October 23, 2025

Sure. In that case you can look at Webhooks in Acumatica 

You can see that there’s coding involved so an interesting option would be if you posted this job on Upwork. You can find cost effective programmers that can easily develop that interface using the info on the link.

Let me know how it goes. I’m more focused on workflow automation tools and AI agents but I’m always interested in learning something new.