Pumble icon

Pumble

Interact with Pumble API

Overview

This node integrates with the Pumble API to send messages to channels. Specifically, the 'Send' operation allows users to send a text message to a specified channel by providing the channel ID and the message text. This is useful for automating communication workflows, such as sending notifications or updates to team channels in Pumble.

Use Case Examples

  1. Sending a notification message to a project channel when a new task is created.
  2. Automating daily status updates to a team channel.

Properties

Name Meaning
Channel ID (cId) The ID of the channel to send the message to.
Message Text The text content of the message to send to the channel.

Output

JSON

  • json - The JSON response from the Pumble API after sending the message, containing details about the sent message.

Dependencies

  • Requires Pumble API credentials (an API key or token) to authenticate requests.

Troubleshooting

  • Common issues include invalid or missing channel ID, which will cause the API request to fail.
  • If the message text is empty or too long, the API might reject the request.
  • Network or authentication errors can occur if the API credentials are incorrect or expired.

Links

  • Pumble API Documentation - Official documentation for the Pumble API, useful for understanding available endpoints and request formats.

Discussion