Actions21
- Message Actions
- Group Actions
- Chat Actions
- Contact Actions
Overview
This node enables automation and management of WhatsApp messages via the Green API. Specifically, the 'Delete Message' operation allows users to delete a message from a chat. This is useful in scenarios where a message needs to be retracted or removed after being sent, such as correcting mistakes or managing chat content dynamically.
Use Case Examples
- Deleting a mistakenly sent message in a customer support chat.
- Removing outdated information from a group chat automatically.
Output
JSON
result- The result of the delete message operation, typically confirmation of deletion or status information.
Dependencies
- Requires Green API credentials including an instance ID and API token for authentication.
Troubleshooting
- Common issues include invalid or expired API credentials, which will cause authentication failures.
- Errors may occur if the message ID to delete is incorrect or the message is already deleted.
- Network or API service downtime can cause request failures; retrying later or checking service status is recommended.
Links
- Green API Documentation - Official documentation for Green API, including message operations and authentication details.