Is it possible to monitor when the user send a message from the chat widget? | Community
Skip to main content

Is it possible to monitor when the user send a message from the chat widget?

  • April 11, 2023
  • 0 replies
  • 0 views

Hi,

We are trying to build an app(No UI. Running app only in the background).

Is it possible to monitor when the user send a message from the chat widget and have a callback function which will perform an API call to our system with the payload(user's message).

Also, is there any API available to send a response message to that particular chat.

Thank you.