In a flow using WhatsAppTrigger, when trying to do tests via the Aps panel of the meta all fields such as account_alerts, flows, security, the message is received by the webhook and returned. However, when testing with “messages” nothing happens in Postman tests I only get the return “{”message“: ‘Webhook call received’}”, without any output.
Sending:
{
“field": ‘account_alerts’,
“value": {
“entity_type": ‘WABA’,
“entity_id": 123456,
“alert_severity": ‘INFORMATIONAL’,
“alert_status": ‘NONE’,
“alert_type": ‘OBA_APPROVED’,
“alert_description": ”Sample alert description, informational in nature with no status”
}
}
Output:
[
{
“entity_type": ‘WABA’,
“entity_id": 123456,
“alert_severity": ‘INFORMATIONAL’,
“alert_status": ‘NONE’,
“alert_type": ‘OBA_APPROVED’,
“alert_description": ‘Sample alert description, informational in nature with no status’,
“field": ”account_alerts”
}
]
Sending:
{
“field": ‘messages’,
“value": {
“messaging_product": ‘whatsapp’,
“metadata": {
“display_phone_number": ‘16505551111’,
“phone_number_id": ”123456123”
},
“contacts": [
{
“profile": {
“name": ”test user name”
},
“wa_id": ”16315551181”
}
],
“messages": [
{
“from": ‘16315551181’,
“id”: “ABGGFlA5Fpa”,
“timestamp”: “1504902988”,
“type”: “text”,
“text”: {
“body”: “this is a text message”
}
}
]
}
}
Output:
No response
##workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: n8n Version1.61.0
- Database : SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via npm
- Operating system: Linux Ubuntu 24.04