Whatsapp Private API

FREEMIUM
(Ким) Prabunesia | Оновлено 2 mesi fa | Communication
Популярність

1.9 / 10

Затримки

656ms

Рівень обслуговування

92%

Health Check

N/A

Назад до всіх навчальних посібників (1)

Webhook Payload

  1. Update status account

{
“account_id”: “<account_id>”,
“type”: “status_account”,
“data”: {
“status”: “active”,
“detail”: “”,
“qr_data”: “<qr_data>”,
“page_url”: “”,
“wa_id”: “<wa_id>”
}
}

  1. New Message

{
“account_id”: “<account_id>”,
“type”: “new_message”,
“data”: {
“id”: “<id_msg>”,
“body”: “<text_msg>”,
“sender”: {
“id”: “<sender_id”,
“name”: “”,
“is_me”: “<is me == true>”
},
“group”: {
“id”: “<id_group>”,
“name”: “
}
“attachment”: {
“url”: “url”,
“type”: “type”,
“filename”
}
}
}

  1. Status Message

{
“account_id”: “<account_id>”,
“type”: “update_status_change”,
“data”: {
“to”: “<no_wa>”,
“msgId”: <msg_id>,
“status”: “deleted/sent/read/deliverd”,
“timestamp”: “timesampt”,
}
}