Skip to main content

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.

Sends a text message from and to a specific phone number using Meta’s WhatsApp.

Input

Phone Number WhatsApp ID
string
required
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}}.
Recipient WhatsApp ID
string
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}}.
Message Content
string
required
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.
messaging_product
string
Identifies the messaging platform.Always returns whatsapp.
contacts
contact_object[]
A list of contacts that received the message.Each contact includes the original input and the resolved WhatsApp ID.
messages
message_object[]
A list of messages sent, including their unique identifiers.