Devbase AI

Minimal Devbase AI node to validate loading in n8n.

Overview

This node is a minimal Devbase AI test node designed to validate that the node loads and executes correctly within n8n workflows. It processes incoming data by appending a user-defined message and optionally adds the current ISO timestamp to the output. This node is useful for testing and debugging workflows to ensure data is passing through nodes as expected.

Use Case Examples

  1. A user wants to confirm that their workflow is correctly passing data through the Devbase AI node by adding a custom message and timestamp to each item.
  2. A developer uses this node to verify that the node is properly installed and functioning in their n8n environment before integrating more complex AI functionalities.

Properties

Name Meaning
Message A simple string message to return with the incoming data to validate that the node loads and executes correctly.
Add Timestamp A boolean flag to determine whether to add the current ISO timestamp to the output.

Output

JSON

  • input - The original incoming JSON data item.
  • message - The user-defined message string returned with the data.
  • timestamp - The current ISO timestamp added if the 'Add Timestamp' option is enabled.

Troubleshooting

  • If the node does not output the expected message, verify that the 'Message' property is correctly set in the node parameters.
  • If the timestamp is missing despite enabling 'Add Timestamp', check that the property is set to true and that the system clock is correctly configured.

Discussion