WhatsApp Channel
When there are new incoming messages, or message status is updated (e.g., sent, read), iSlash will post data to the Webhook URL.
Incoming
{
"messages": [
{
"profile": {
"name": "iSlash"
},
"wa_id": "85256872847",
"from": "85256872847",
"id": "ABGGhSlIRoQvAgo-sL8KNOJ1WUnK",
"text": {
"body": "testing"
},
"type": "text",
"sequence": "35500920",
"timestamp": "1649756854"
}
]
}
{
"messages": [
{
"image": {
"sha256": "5b743dde51ec4e888f1b16e9773bafc2a36a4f0e729f2e6f60017623b9fb6069",
"mime_type": "image/jpeg",
"id": "5774c685-a393-42d9-a0d2-8e9c57690348"
},
"profile": {
"name": "iSlash"
},
"wa_id": "85256872847",
"from": "85256872847",
"id": "ABGGhSlIRoQvAgo-sB6rm0wvh_fz",
"type": "image",
"sequence": "35546638",
"timestamp": "1649834056"
}
]
}
Other Message Status
Last updated