Actions37
- Instance Actions
- Message Actions
- Group Actions
- Contact Actions
- Chat Actions
- Campaign Actions
- Chatbot Actions
Overview
The node integrates with the UazAPI service to manage WhatsApp messaging and related operations. Specifically, the "Edit Message" operation under the "Message" resource allows users to modify the text content of a previously sent WhatsApp message by specifying its message ID and the new text.
This node is beneficial in scenarios where you need to update or correct messages after they have been sent, such as fixing typos, updating information, or changing instructions without sending a new message. For example, if a customer support message contains outdated info, you can edit it directly to keep the conversation clear and up-to-date.
Properties
| Name | Meaning |
|---|---|
| Message ID | The unique identifier of the message to be edited. |
| New Text | The new text content that will replace the existing message text. |
Output
The output is a JSON object representing the response from the UazAPI endpoint for editing a message. This typically includes confirmation details about the edited message, such as status or updated message data.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the UazAPI service.
- The node uses the base URL configured in the credentials to send HTTP requests.
- The UazAPI service must support the
/message/editPOST endpoint for editing messages.
Troubleshooting
Common issues:
- Invalid or missing Message ID: The API will fail if the message ID does not exist or is incorrect.
- Insufficient permissions or invalid API credentials: Authentication errors may occur if the API key is invalid or lacks required permissions.
- Network or connectivity problems: Failures in reaching the UazAPI server will cause errors.
Error messages and resolutions:
"Message not found": Verify the Message ID is correct and corresponds to a message sent via the connected WhatsApp instance."Unauthorized"or authentication errors: Check that the API key credential is correctly set up and has access rights.- Timeout or connection errors: Ensure network connectivity and that the UazAPI service is operational.
Links and References
- UazAPI Documentation (Replace with actual link if available)
- WhatsApp Business API concepts for message management (for general understanding)