Actions33
Overview
This node interacts with the Quepasa (Whatsapp) API to revoke a specific message identified by its unique Message ID. It is useful in scenarios where a sent message needs to be withdrawn or invalidated, such as correcting mistakes or retracting information sent in error.
Use Case Examples
- Revoke a mistakenly sent WhatsApp message by providing its Message ID to prevent the recipient from seeing it.
- Automate message management by revoking messages that meet certain criteria, such as containing outdated information.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for the API request, either by providing parameters directly or using predefined Quepasa 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 be revoked. |
Output
JSON
messageId- The unique ID of the revoked message.status- The status result of the revoke operation, indicating success or failure.
Dependencies
- Quepasa API access with appropriate authentication token or credentials.
Troubleshooting
- Ensure the Message ID provided is correct and corresponds to an existing message; otherwise, the revoke operation will fail.
- Verify that the authentication token or credentials are valid and have the necessary permissions to revoke messages.
- Common error messages may include authentication failures or invalid message ID errors; resolving these involves checking credentials and input parameters.
Links
- Quepasa API Documentation - Official API documentation for Quepasa (Whatsapp) to understand endpoints and authentication.
