You can use the below PHP code to send a message using our Whatsapp API.
$apikey="Enter your API key here"; $mobile="Enter 10 digit mobile number here"; $msg=urlencode("Enter your message here"); $image=urlencode("Enter full Image URL here with https:// or leave blank"); $pdf=urlencode("Enter full PDF URL here with https:// or leave blank");