Actions33
Overview
This node interacts with the Quepasa (Whatsapp) API to find and retrieve a specific message by its unique Message ID. It is useful for scenarios where users need to fetch details of a particular Whatsapp message, such as for auditing, tracking, or processing message content in automation workflows.
Use Case Examples
- Retrieve a Whatsapp message by its ID to analyze its content or status.
- Fetch message details to verify delivery or read status in a customer support automation.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for the API request, either by providing parameters directly or using predefined credentials. |
| BaseUrl | The base URL of the Quepasa API endpoint, required if using Parameters authentication. |
| Token | The token of the Whatsapp bot used for authentication, required if using Parameters authentication. |
| Message ID | The unique identifier of the message to find. |
Output
JSON
id- Unique identifier of the found message.content- Content or body of the message.timestamp- Timestamp when the message was sent or received.status- Current status of the message (e.g., delivered, read).
Dependencies
- Quepasa API access with appropriate authentication token or credentials.
Troubleshooting
- Ensure the Message ID provided is correct and exists in the Quepasa system to avoid 'message not found' errors.
- Verify that the BaseUrl and Token are correctly set when using Parameters authentication to prevent authentication failures.
- If using predefined credentials, ensure they are valid and have not expired.
- Common error messages include authentication errors and message not found errors; resolving them involves checking credentials and message ID validity.
