Pumble icon

Pumble

Interact with Pumble API

Overview

This node interacts with the Pumble API to perform messaging operations within Pumble channels. Specifically, the 'Reply' operation allows users to reply to an existing message in a specified channel by providing the channel ID, the message ID to reply to, and the reply text. This is useful for automating responses in team communication workflows, such as acknowledging messages, providing updates, or continuing conversations programmatically.

Use Case Examples

  1. Replying to a message in a project discussion channel to provide status updates automatically.
  2. Automating customer support replies in a Pumble channel based on incoming queries.

Properties

Name Meaning
Channel ID (cId) The ID of the channel where the reply will be posted.
Message ID (mId) The ID of the message to which the reply is directed.
Reply Text The text content of the reply message.

Output

JSON

  • json - The JSON response from the Pumble API after posting the reply, containing details of the posted reply message.

Dependencies

  • Requires Pumble API credentials including an API key and base URL for authentication and endpoint access.

Troubleshooting

  • Common issues include invalid or missing channel ID or message ID, which will cause the API request to fail. Ensure these IDs are correct and exist in Pumble.
  • Network or authentication errors may occur if the API credentials are incorrect or expired. Verify the API key and base URL in the credentials.
  • Error messages from the API will be returned in the node output if 'Continue On Fail' is enabled, allowing troubleshooting without stopping the workflow.

Links

Discussion