API anrop för att skapa en konversation från PHP
Här är ett kort exempel på hur du anropar LiveAgent API och skapar en konversation med anpassade fält.
<?php
$service_url = 'http://localhost/LiveAgent/LiveAgent/server/api/index.php?handler=conversations';
$curl = curl_init($service_url);
//use custom field codes defined by administrator, otherwise they will not be visible in ticket detail (but still inserted to DB)
$arrcustomVars = array(array('code'=>'varsymbol', 'value'=>'43894209'), array('code'=>'anotherfield', 'value'=>'tes...