Mark As Read
Marks a WhatsApp message as read via the WhatsApp Business Cloud API. This updates the message status and displays read receipts to the sender.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Phone Number ID - WhatsApp Business Phone Number ID from Meta Developer Portal.
- Message ID - The WhatsApp message ID to mark as read (format:
wamid.xxx...).
Options
- API Version - Meta Graph API version. Default is
21.0. - Access Token - WhatsApp Cloud API Access Token credential (required).
Output
- Response - The complete API response object containing the operation status.
How It Works
The Mark As Read node updates a message's read status. When executed, the node:
- Validates all required inputs
- Retrieves the access token from the credential
- Constructs the read status payload with message ID
- Sends a POST request to the WhatsApp API
- Returns the API response confirming the status update
Requirements
- A WhatsApp Business Account in Meta Developer Portal
- Access Token with appropriate permissions
- Valid message ID from a received message
- The message must have been sent to your business number