Inputs
Output
Type:Dict
Returns the incoming WhatsApp message details.
Fields: message, from_number, contact_name, message_type, today_dateDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A trigger that activates workflows when a new WhatsApp message is received
| App | |
| Operation ID | whatsapp_on_new_message |
| Type | Trigger |
| Connection | whatsapp (required) |
| Credits per run | 1 |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
message | object | No | - | The message event data that triggered this workflow. This field is automatically populated when a new WhatsApp message is received and contains information like: - message: The actual message text - from_number: Sender’s phone number - contact_name: Sender’s WhatsApp profile name - message_type: Type of message (text, image, etc.) - today_date: Current date when the message was received This data can be referenced in downstream nodes using {{nodeId__data.message}}, {{nodeId__data.from_number}}, etc. |
Dict
Returns the incoming WhatsApp message details.
Fields: message, from_number, contact_name, message_type, today_date