| Client ID | Type | Status | Secret Key (Keep Safe) | QR / Action |
|---|
Use the following endpoint to send messages from your own software:
Endpoint: GET /send-text
Example URL:
http://otp.turnkeyinfotech.live/send-text?phone=91XXXXXXXXXX&message=Hello&clientId=YOUR_ID&apiKey=YOUR_KEY
phone: Number with country code (e.g. 91 for India)message: Your text messageclientId: The ID from the table aboveapiKey: The Secret Key from the table aboveEndpoint: GET /send-pdf or POST /send-pdf
Example URL:
http://otp.turnkeyinfotech.live/send-pdf?phone=91XXXXXXXXXX&pdfUrl=https://example.com/invoice.pdf&fileName=invoice.pdf&caption=Your+invoice&clientId=YOUR_ID&apiKey=YOUR_KEY
phone: Number with country codepdfUrl: Public http(s) link to the PDF filefileName (optional): Filename shown in WhatsAppcaption (optional): Message text with the PDFclientId / apiKey: Same as text messages* Note: Ensure you restart the Node.js app in cPanel after any code updates.