Skip to main content

Hello Community!

I’m researching a way to send an API call FROM Acumatica TO a third-party endpoint. I’ve read through the I310 course document and I’m not seeing what I’m looking for.

Example flow: User clicks a button on a screen, API call goes out, data is returned to the screen.

Could anyone please point me in the direction of the right documentation or any resource that could assist?

Few quick notes:

We are on 2024 R1 Build 24.108.0034

Our tenant is hosted in the cloud (I do not have back-end access)

I’m familiar with API and Postman, just not how to send from Acumatica

 

Thank you,

Justin Long

Hi @jlongidm,

To send outbound request, you have to extend the graph, create/modify the action to send the request and read the response from the request.

You might have to check the T Series courses(T200, T210, etc.,) to learn the customization basics. You would have a head start if you are familiar with programming.

Hope that helps.! Good Luck,


Thank you @Vignesh Ponnusamy !!

I think this is exactly what I need.


Reply