Created
March 5, 2015 19:25
-
-
Save filipecrosk/3d971ea6e8af15207940 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include_once("human_gateway_client_api/HumanClientMain.php"); | |
$humanMultipleSend = new HumanMultipleSend("primeiroestilo.api", "vvb7PR9RVY"); | |
$tipo = HumanMultipleSend::TYPE_C; | |
$msg_list = "18134652208;Mensagem de teste;001"; //."\n" | |
$callBack = HumanMultipleSend::CALLBACK_INTERMEDIARY_STATUS; | |
$responses = $humanMultipleSend->sendMultipleList($tipo, $msg_list, $callBack); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment