BeeAI icon

BeeAI

Interact with BeeAI API

Overview

The node "BeeAI" allows interaction with the BeeAI API, providing multiple resources including Todos. Specifically, the "Create Todo" operation lets users create a new todo item by specifying its text and optionally setting an alarm time. This node is useful for automating task management workflows, integrating AI-powered todo creation into automation pipelines, or syncing todos from other systems.

Practical examples:

  • Automatically creating reminders or tasks based on incoming emails or messages.
  • Adding todos with deadlines triggered by calendar events.
  • Generating todo items from AI-generated suggestions or chatbot conversations.

Properties

Name Meaning
Text The content or description of the todo item to be created. This is a required string.
Alarm At (Optional) An optional string representing the date/time when an alarm or reminder should trigger for the todo.

Output

The node outputs JSON data representing the created todo item as returned by the BeeAI API. This typically includes fields such as the todo's unique identifier, text, alarm time if set, creation timestamp, and possibly status or metadata related to the todo.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the BeeAI API.
  • The base URL for API requests is https://api.bee.computer.
  • Proper configuration of the API key credential in n8n is necessary for successful requests.

Troubleshooting

  • Authentication errors: Ensure the API key credential is correctly configured and valid.
  • Missing required property "Text": The "Text" field must be provided; otherwise, the API will reject the request.
  • Invalid date format for "Alarm At": If provided, the alarm time should be in a valid string format accepted by the API (e.g., ISO 8601). Invalid formats may cause errors.
  • Network or API errors: Check network connectivity and API service status if requests fail unexpectedly.

Links and References

Discussion