BaleMessenger Trigger icon

BaleMessenger Trigger

Starts the workflow on Bale update

Overview

This node acts as a trigger for workflows based on updates received from Bale Messenger, a messaging platform. It listens for incoming Bale Messenger webhook events and starts the workflow when a new message or channel post is received. The node supports handling different types of media attachments such as photos, videos, and documents by downloading the media file and providing it as binary data in the workflow output. This node is useful for automating responses, processing messages, or integrating Bale Messenger interactions into other systems.

Use Case Examples

  1. Automatically process incoming Bale Messenger messages to extract text and media.
  2. Trigger workflows to respond to specific Bale Messenger channel posts.
  3. Download and handle media files sent via Bale Messenger for further processing or storage.

Output

Binary

Contains media file data (photo, video, or document) if present in the incoming Bale Messenger update.

JSON

  • 0
    • json - The full JSON payload of the incoming Bale Messenger update.
    • binary
      * data - Binary data of the downloaded media file (photo, video, or document) if included in the update.

Dependencies

  • Requires Bale Messenger API token credentials for authentication.

Troubleshooting

  • Ensure the Bale Messenger API token credential is correctly configured and has the necessary permissions.
  • Verify that the webhook URL is correctly set in Bale Messenger to receive updates.
  • If media files fail to download, check network connectivity and Bale Messenger API availability.
  • Common errors include invalid token errors, webhook URL mismatches, and network request failures when fetching media files.

Links

Discussion