Send message with attachments in live chat from App | Community
Skip to main content

Send message with attachments in live chat from App

  • September 6, 2023
  • 0 replies
  • 0 views

Hello!

I am building a client-side support app with ZafClient and React and I would like to send a message with attachments using:

client.invoke("ticket.sendMessage", {
      channel: "messaging",
      message: text,
})
 
How do I add attachments here? Or how else can I send a message with attachments to the end-user when being in a live chat?

Thank you!