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!