Integrate WhatsApp messaging into your app in less than 5 minutes.
YOUR_APP_API_KEY
LOGIN TO GENERATE
Send all your JSON payloads to this URL with Content-Type: application/json
https://www.wa.tamilanpromotion.in/api/v1/send.php
Use this to send pre-approved Fast2SMS templates. Great for OTPs and notifications.
template
{
"api_key": "YOUR_APP_API_KEY",
"to": "919876543210",
"type": "template",
"template_id": "15309",
"variables": ["123456", "Login"]
}
Send any custom message or media file. The user must have replied to you within the last 24 hours.
session
text, image, document
{
"api_key": "YOUR_APP_API_KEY",
"to": "919876543210",
"type": "session",
"msg_type": "image",
"url": "https://yourdomain.com/poster.jpg"
}