repositório com os arquivos utilizados para integração entre o sistema SimplesIP e diversos sistemas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
330 B

<?php
include "IPCall.php";
//$testee = $ipcall->agi()->get_variable('MATRICULAORIGEM', true);
$ipcall = new IPCall($url = 'https://chat.zapichat.com.br/');
$matricula = '1051';
$telefone = '8388166902';
$response = $ipcall->geraLinkWhatsApp($matricula, $telefone);
$linkWhatsApp = $response['url'];
print_r($response);
?>