Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to perform various operations related to messages. Specifically, the 'React to Message' operation allows users to send an emoji reaction to a specific message within a chat. This is useful for automating message interactions, such as acknowledging messages or expressing sentiments without sending a new message. For example, it can be used in customer support workflows to quickly react to customer messages or in social media automation to engage with content.
Use Case Examples
- Reacting to a message in a chat by sending a thumbs-up emoji.
- Automatically reacting to messages in a group chat based on certain triggers.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the Evolution API instance to use for the operation. |
| Chat Number | The chat number (remoteJid) where the target message is located. |
| Message ID | The unique identifier of the message that will receive the reaction. |
| Own Message | Boolean indicating whether the message to react to is sent by the user themselves. |
| Reaction Emoji | The emoji character that will be used as the reaction to the message. |
Output
JSON
reactionResult- The result or confirmation of the reaction sent to the message.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- Ensure the instance name and chat number are correctly specified to avoid targeting the wrong chat.
- Verify the message ID is accurate and corresponds to an existing message in the chat.
- Check that the API key credential is valid and has the necessary permissions to send reactions.
- Common error: 'Unsupported operation' indicates the specified operation is not implemented or incorrectly named; verify the operation parameter.