Skip to main content
Answer

Do you know somebody that has integrated any chat tool with Acumatica like chatwoot, whatsapp, etc?

  • April 10, 2025
  • 4 replies
  • 147 views

Forum|alt.badge.img

The scenario is:

 

External user comes to a web page, starts a chat conversation, an agent start conversation but at the end depending on user feedback they can create a case or a sales order. 

Best answer by harutyungevorgyan

Hello ​@tadeo23 ,

Thank you for the interesting question!

This scenario is definitely doable and doesn’t have to be too complex. The key is being able to capture the event when the client provides their feedback at the end of the chat.

Suppose the web page is under your control. In that case, it becomes much easier—you can implement custom logic to send an HTTP request via Acumatica's REST API right after feedback is submitted. Based on the feedback, you can then automate the creation of either a case or a sales order in Acumatica.

If it’s a third-party website or chat platform, you typically have two options:

  1. Webhook/HTTP Trigger Support: If they support sending HTTP requests after receiving feedback, you can configure it to call an endpoint on your side that interacts with Acumatica accordingly, or just send an HTTP request directly to Acumatica.
  2. API Access to Feedback Data: If they store the feedback in your account and offer an API, you can periodically retrieve that data from their system and, based on the feedback received, create the necessary records in Acumatica.

Either way, integrating it with Acumatica is very feasible as long as you can access the feedback data or the event itself.

4 replies

gary92
Jr Varsity II
Forum|alt.badge.img
  • Jr Varsity II
  • April 17, 2025

@tadeo23 

We have developed a chat function inside of Acumatica. If you are interested please reach out. 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • April 20, 2025

Hello Gary,

Thanks for reaching out — it sounds interesting.

I’ll keep your solution in mind and may contact you regarding other prospects or customers who could benefit from this add-on. In the meantime, I’m still looking for someone with experience integrating external chat tools with Acumatica.

Appreciate the connection and I’ll be in touch if there's a fit.

 

@tadeo23 

We have developed a chat function inside of Acumatica. If you are interested please reach out. 

 

 


harutyungevorgyan
Jr Varsity I
Forum|alt.badge.img+2

Hello ​@tadeo23 ,

Thank you for the interesting question!

This scenario is definitely doable and doesn’t have to be too complex. The key is being able to capture the event when the client provides their feedback at the end of the chat.

Suppose the web page is under your control. In that case, it becomes much easier—you can implement custom logic to send an HTTP request via Acumatica's REST API right after feedback is submitted. Based on the feedback, you can then automate the creation of either a case or a sales order in Acumatica.

If it’s a third-party website or chat platform, you typically have two options:

  1. Webhook/HTTP Trigger Support: If they support sending HTTP requests after receiving feedback, you can configure it to call an endpoint on your side that interacts with Acumatica accordingly, or just send an HTTP request directly to Acumatica.
  2. API Access to Feedback Data: If they store the feedback in your account and offer an API, you can periodically retrieve that data from their system and, based on the feedback received, create the necessary records in Acumatica.

Either way, integrating it with Acumatica is very feasible as long as you can access the feedback data or the event itself.


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • June 17, 2025

Hello ​@tadeo23 ,

Thank you for the interesting question!

This scenario is definitely doable and doesn’t have to be too complex. The key is being able to capture the event when the client provides their feedback at the end of the chat.

Suppose the web page is under your control. In that case, it becomes much easier—you can implement custom logic to send an HTTP request via Acumatica's REST API right after feedback is submitted. Based on the feedback, you can then automate the creation of either a case or a sales order in Acumatica.

If it’s a third-party website or chat platform, you typically have two options:

  1. Webhook/HTTP Trigger Support: If they support sending HTTP requests after receiving feedback, you can configure it to call an endpoint on your side that interacts with Acumatica accordingly, or just send an HTTP request directly to Acumatica.
  2. API Access to Feedback Data: If they store the feedback in your account and offer an API, you can periodically retrieve that data from their system and, based on the feedback received, create the necessary records in Acumatica.

Either way, integrating it with Acumatica is very feasible as long as you can access the feedback data or the event itself.

Hello @harutyungevorgyan,

Thanks so much for your helpful response!

At ClandBus, we’ve done similar integrations using Acumatica’s REST API, so we’re comfortable building something like this. We were just hoping that—since it’s a fairly common scenario—maybe someone had already built a connector or shared an example we could leverage.

If not, no problem—we’ll go ahead and tailor the integration based on the platform’s capabilities, as you suggested.

Appreciate your time and insights!