reqopfamous.blogg.se

Php 3 tier whatsapp login
Php 3 tier whatsapp login









php 3 tier whatsapp login

$api=$client->sendAudioMessage($to,$audio)

php 3 tier whatsapp login

Print_r($api) Send Audio $to="put_your_mobile_number_here" $api=$client->sendDocumentMessage($to,$filename,$document) Print_r($api) Send Document $to="put_your_mobile_number_here" $api=$client->sendImageMessage($to,$image,$caption) Send Image $to="put_your_mobile_number_here" Note: You can see here how to send WhatsApp messages to a group. $to: The recipient’s WhatsApp number with international format e.g., +14155552671 or chatID for contact or group e.g  or.$api=$client->sendChatMessage($to,$body) $client = new UltraMsg\WhatsAppApi($token,$instance_id) $instance_id="instance1150" // instance id Send your first WhatsApp message require_once ('vendor/autoload.php') // if you use Composer Example usage for WhatsApp API using PHP: Sign up and Go to your instance dashboard and copy your Instance ID and Token which will be used for authenticating.











Php 3 tier whatsapp login