Actions3
Overview
This node interacts with the Pumble API to perform messaging operations such as sending messages to a channel, replying to messages, and adding reactions to messages. Specifically, the 'Add Reaction' operation allows users to add an emoji reaction to a specified message by providing the message ID and the emoji code. This is useful for automating message interactions in Pumble channels, such as acknowledging messages or expressing reactions without sending a new message.
Use Case Examples
- Automatically add a thumbs-up reaction to a message when a certain condition is met.
- Add a custom emoji reaction to a message to indicate status or approval.
Properties
| Name | Meaning |
|---|---|
| Message ID | The ID of the message to add a reaction to, required to identify the target message. |
| Emoji | The emoji code to add as a reaction to the specified message, required to specify the reaction. |
Output
JSON
json- The JSON response from the Pumble API after adding the reaction, typically containing details about the reaction added.
Dependencies
- Requires Pumble API credentials for authentication, including a base URL and an API key or token.
Troubleshooting
- Common issues include invalid or missing message ID or emoji code, resulting in API errors.
- Network or authentication errors if the Pumble API credentials are incorrect or expired.
- Error messages from the API will be returned in the output if 'Continue On Fail' is enabled, otherwise the node execution will stop on error.