BeeAI icon

BeeAI

Interact with BeeAI API

Overview

The node interacts with the BeeAI API to retrieve details about a specific conversation. It is designed to fetch information for a given conversation ID, which can be useful in scenarios where you want to review or process the content and metadata of a particular conversation stored in the BeeAI system.

Practical examples include:

  • Fetching a conversation's transcript for analysis or display.
  • Retrieving conversation details to trigger follow-up actions based on its content.
  • Integrating conversation data into other workflows or systems for reporting or automation.

Properties

Name Meaning
Conversation ID The unique identifier of the conversation to retrieve. This is required to specify which conversation to get.

Output

The node outputs JSON data representing the details of the requested conversation. This typically includes all relevant fields returned by the BeeAI API for that conversation, such as messages, participants, timestamps, and any associated metadata.

If the node supports binary data output (not indicated here), it would represent attachments or media related to the conversation, but this is not evident from the provided code.

Dependencies

  • Requires an active connection to the BeeAI API endpoint at https://api.bee.computer.
  • Needs an API authentication token credential configured within n8n to authorize requests to the BeeAI service.

Troubleshooting

  • Missing or invalid Conversation ID: Ensure the Conversation ID property is set and correctly references an existing conversation. Errors may occur if the ID is empty or malformed.
  • Authentication errors: Verify that the API key credential is properly configured and has sufficient permissions.
  • Network issues: Confirm that the n8n instance can reach the BeeAI API endpoint without firewall or proxy restrictions.
  • API rate limits or downtime: If requests fail repeatedly, check for possible rate limiting or service outages on the BeeAI side.

Links and References

Discussion