WhatsApp API Integration in Coimbatore
WhatsApp API Integration for business is a messaging platform developed by Facebook that allows businesses to communicate with customers easily.
It includes features like message broadcasting, rich media support, and chatbot integration, enabling businesses to deliver high quality customer service and more effectively reach their target audiences.
Live Support
Content Management
Broadcast Management
Template Submission
Chatbot Builder
APIs & Webhooks
Integrations
Send Whatsapp Text Message
Sending a message to a user through the WhatsApp messaging platform using an Application Programming Interface (API) with our WhatsApp API push notification.
Some examples of notifications serve to send important information or updates to the users,
- new product releases
- special promotions
- even emergency alerts and more.
Send Text Message to Whatsapp Number Using API in PHP
Before Sending Message Scan Whatsapp QR Code..
To create a WhatsApp API push notification, you will need to use our API which allows you to send messages through the WhatsApp platform. Once you have set up your account and obtained the necessary API credentials, you can begin crafting your message.
This WhatsApp API Integration allows sending media files such as images, videos, and audio files, in addition to text messages. You can include media files in your messages by specifying the URL of the file or by sending the file data directly in the API request.
Send Text Message:
GET /api/sendText?token=<instance id>&phone=<phone>&message=<message>
http://whatsappsms.domain.in/api/sendText?token=&phone=91xxxxxxxxxx&message=hello
Request Parameter:
token: instance id
phone: phone number with country code before phone no. e.g. for India 91xxxxxxxxxx
message: Use urlencode to message before sending
Response:
{ "status": "success", "message": "00-Success", "data": { "connStatus": true, "messageIDs": [ "61b84e20683424077a302b00" ] }, "responsetime": 4.589305109 }
Using PHP Curl Function to Send Whatsapp API
<?php $instance = '123XXX456XXXX789'; $whatsapp_number = '123XXXXXX'; // with country Code $content = 'Hello World'; $url = "http://whatsappsms.creativepoint.in/api/sendText?token=".$instance."&phone=".$whatsapp_number."&message=".urlencode($content).""; $ch = curl_init(); // set url curl_setopt($ch, CURLOPT_URL,$url); //return the transfer as a string curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_close($ch); ?>
Output :
WhatsApp API also allows businesses to communicate with their customers in a more personal and efficient way. And it can be a powerful tool for customer engagement and retention.
Overall, message sending via WhatsApp API can be a valuable addition to a business communication strategy. But it’s important to use it responsibly and in compliance with the guidelines provided by Creative Point.
For Demo Account Please Call
+91 99941 75754
+91 96777 75754
+91 98944 75754