Hi Remigijus! I ca'nt find the way to send offline chat attachments to new created ticket in osTicket. How to take LHC attachments ($chat->attachments ???) and send with $data to osTicket api.
$data = array(
‘name’ => $name,
’email’ => $email,
(...)
‘attachments’ => array()
);
Hi Remigijus! I ca'nt find the way to send offline chat attachments to new created ticket in osTicket. How to take LHC attachments ($chat->attachments ???) and send with $data to osTicket api.
$data = array(
‘name’ => $name,
’email’ => $email,
(...)
‘attachments’ => array()
);