cURL
curl --request POST \ --url https://api.botifiy.com/message/sendText/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "number": "<string>", "text": "<string>", "linkPreview": true } '
{ "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" }, "message": { "extendedTextMessage": { "text": "<string>" } }, "messageTimestamp": "<string>", "status": "<string>" }
Send text message to WhatsApp number
Name of the instance
Number to receive the message (with country code)
Text message content
Whether to show link preview
Created
Show child attributes