Send Text
POST/message/sendText/:instanceName
Send Text
Request
Path Parameters
instanceName stringrequired
Example: {{instance}}
- application/json
Body
- object
Responses
- 201
Created
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Vary string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- example-0
- example-1
- example-2
Schema
- object
{}
201
{
"id": 1882,
"keyId": "BAE535C930C07790",
"keyFromMe": true,
"keyRemoteJid": "[email protected]",
"keyParticipant": "",
"pushName": "",
"messageType": "extendedTextMessage",
"content": {
"text": "Test v1.3.0",
"contextInfo": {}
},
"messageTimestamp": 1701767264,
"instanceId": 1,
"device": "web"
}
201 - Quoted - Text
{
"id": 1884,
"keyId": "BAE562775DFC18E6",
"keyFromMe": true,
"keyRemoteJid": "[email protected]",
"keyParticipant": "",
"pushName": "",
"messageType": "extendedTextMessage",
"content": {
"text": "Quoted",
"contextInfo": {
"stanzaId": "BAE535C930C07790",
"participant": "[email protected]",
"quotedMessage": {
"extendedTextMessage": {
"text": "Test v1.3.0"
}
}
}
},
"messageTimestamp": 1701768867,
"instanceId": 1,
"device": "web"
}
201 - Quoted Media
{
"id": 1886,
"keyId": "BAE525B9649EE922",
"keyFromMe": true,
"keyRemoteJid": "[email protected]",
"keyParticipant": "",
"pushName": "",
"messageType": "extendedTextMessage",
"content": {
"text": "Quoted - Media",
"contextInfo": {
"stanzaId": "BAE5A9A507D527DB",
"participant": "[email protected]",
"quotedMessage": {
"documentMessage": {
"url": "https://mmg.whatsapp.net/v/t62.7119-24/35317474_103457e7fwq590867_8056035352822051236_n.enc?ccb=11-4&oh=01_AdRrA4FZOSCrLN4HoajKc7atxmm59srL24OtpgKXpCT3fg&oe=659654545&_nc_sid=5e03e0&mms3=true",
"mimetype": "application/pdf",
"fileSha256": "HM8OAjW5ZyHhlVGOgxU77+cWgEesRssIGr5YXB4ORNQ=",
"fileLength": "92941",
"mediaKey": "2B78QLsqdSI9bq4aEf0cV9Z+0F8Ljz7OF8gfQPQEsHA=",
"fileName": "microsofit.pdf",
"fileEncSha256": "ZC5SLffH4gGJSmneU9uds3hDL1HUiAuTCLiSGJANczI=",
"directPath": "/v/t62.7119-24/35317474_1039171127290867_8056035352822051236_n.enc?ccb=11-4&oh=01_AdRrA4FZOSCrLN4HoajKc7atxmm59srL24OtpgKXpCT3fg&oe=65967159&_nc_sid=5e03e0",
"mediaKeyTimestamp": "1701768972",
"caption": "Media"
}
}
}
},
"messageTimestamp": 1701769053,
"instanceId": 1,
"device": "web"
}
Loading...