Documentation Index Fetch the complete documentation index at: https://messenger-docs.cogfy.com/llms.txt
Use this file to discover all available pages before exploring further.
The Message Received node is a trigger that provides complete information about message, contact and conversation associated with it.
Output Schema
The output schema defines the properties that will be available to the next nodes.
Information about the message received Unique message identifier
Unique message identifier
Role of the message sender
WhatsApp Id of the sender of the message In most cases will be the user’s phone number.
WhatsApp Id of the recipient of the message In most cases will be the WhatsApp Business Phone Number Id of the number that received the message.
Contact information of the sender Unique contact identifier
firstName
string | null | undefined
First name of the contact
lastName
string | null | undefined
Last name of the contact
email
string | null | undefined
Contact’s email address
Information about the conversation Unique conversation identifier
isFirstMessageFromContact
Flag that indicates if the message received is the first message from the user . Will be undefined if it fails to determine. Note : even if there are assistant messages before the first user message, this flag will still be true on the first user message.