Actions22
- Chat Actions
- Channel Actions
- Message Actions
- Contact Actions
- OTP Code Actions
- OTP Link Actions
Overview
This node allows you to send an emoji reaction to a specific message within the CrunchzApp platform. It is useful in scenarios where you want to programmatically acknowledge, respond to, or highlight messages by adding emoji reactions. For example, you might use this node to automatically react with a thumbs-up emoji when a task update message is received, or to add celebratory emojis to congratulatory messages.
Properties
| Name | Meaning |
|---|---|
| Message Id | The unique identifier of the message to which you want to add a reaction. |
| Reaction | The emoji character to use as the reaction (e.g., ๐). |
Output
The node outputs JSON data representing the result of the reaction operation. This typically includes confirmation that the reaction was successfully applied to the specified message. The exact structure depends on the API response but generally contains status and possibly updated message details.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the CrunchzApp API.
- Needs an API authentication token configured in n8n credentials to authorize requests.
- The base URL for API requests is
https://api.crunchz.app/api. - Requests are sent with JSON content type headers.
Troubleshooting
- Invalid Message Id: If the provided message ID does not exist or is incorrect, the API will likely return an error indicating the message was not found. Verify the message ID before sending.
- Unauthorized Access: Missing or invalid API credentials will cause authentication errors. Ensure the API key/token is correctly set up in n8n.
- Unsupported Emoji: Using an unsupported or malformed emoji string may cause the reaction to fail. Use standard emoji characters.
- Network Issues: Connectivity problems can prevent the request from reaching the API. Check network settings and API availability.
Links and References
- CrunchzApp API Documentation: https://api.crunchz.app/docs (hypothetical link)
- Emoji List Reference: https://unicode.org/emoji/charts/full-emoji-list.html