Actions83
- Instances Actions
- Client Actions
- Message Actions
- Chat Actions
- Contact Actions
- Number Actions
- Group Actions
- Channel Actions
- Label Actions
- Story Actions
Overview
The node interacts with the WaAPI API to retrieve reactions for a specific message. It is useful in scenarios where you want to analyze or display user reactions (such as emojis or other reaction types) associated with a particular message in a chat or messaging platform. For example, this node can be used in workflows that monitor message engagement or trigger actions based on certain reactions.
Properties
| Name | Meaning |
|---|---|
| Id | Instance ID, a required numeric identifier for the instance of the resource or operation. |
| Message Id | The unique identifier of the message to get reactions for. Example format: true_123456789@c.us_ABC123DEF456 |
Output
The node outputs JSON data containing the reactions associated with the specified message. This typically includes details such as the type of reaction, the users who reacted, and possibly timestamps. The output does not include binary data.
Dependencies
- Requires an API key credential for authenticating with the WaAPI service.
- The node sends requests to the base URL
https://waapi.app/api/v1. - No additional external dependencies are indicated beyond the API access.
Troubleshooting
Common issues:
- Invalid or missing message ID may result in errors or empty reaction lists.
- Authentication failures if the API key credential is incorrect or expired.
- Network connectivity problems preventing access to the WaAPI endpoint.
Error messages:
- Errors related to authorization usually indicate issues with the provided API key; verify and update credentials.
- "Message not found" or similar errors suggest the message ID does not exist or is malformed; ensure the correct message ID format.
- Timeout or connection errors imply network issues; check internet connectivity and API availability.
Links and References
- WaAPI Official Documentation (for detailed API usage and authentication)
- n8n Documentation on Creating Custom Nodes