Outgoing message status
POST
/Documentation Outgoing message status
To receive notifications about the sending/delivery/reading statuses of messages sent from your phone, you must enable settings in your personal account or using the SetSettings method:
"outgoingMessageWebhook": "yes",
"outgoingWebhook": "yes"
Request
Body Params application/json
typeWebhook
string
required
chatId
string
required
instanceData
object
required
idInstance
integer
required
wid
string
required
typeInstance
string
required
timestamp
integer
required
idMessage
string
required
status
string
required
sendByApi
boolean
required
Example
{
"typeWebhook": "outgoingMessageStatus",
"chatId": "71231234567@c.us",
"instanceData": {
"idInstance": 1101000002,
"wid": "71234567890@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705901090,
"idMessage": "ECE6BBEA514B66872790C3D9D52C5C19",
"status": "sent",
"sendByApi": true
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 20 days ago