Sends a text message from and to a specific phone number using Meta’s WhatsApp.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.
Input
WhatsApp Id of the number that will send the message. In practice, you will usually want to have this as your WhatsApp Business Account Phone Number’s WhatsApp Id.In case of a Message Received trigger node, you can use
Use fallback to set this as the phone number that received the message in the trigger node.The Use fallback option is equivalent to interpolating {{$nodes['Message Received'].message.to}}.WhatsApp Id of the phone number that will receive the message.In most use cases of a Message Received trigger node, you will want to set this as the user’s WhatsApp Id, that is who sent the message to the trigger node.To achieve this result, you can leave this field blank or use interpolation mode with
{{$nodes['Message Received'].message.from}}.Content of the message to be sent.
Output Schema
Represents the delivery confirmation response returned by the Meta WhatsApp API after a message is successfully sent.Identifies the messaging platform.Always returns
whatsapp.A list of contacts that received the message.Each contact includes the original input and the resolved WhatsApp ID.
A list of messages sent, including their unique identifiers.