TeleFlow icon

TeleFlow

Interact with TeleFlow API

Overview

This node integrates with the TeleFlow API to perform various operations on different resources, including files. Specifically, for the File resource and the Create operation, it allows users to create a new file entry in TeleFlow by sending specified fields as part of the request.

Common scenarios where this node is beneficial include automating file management within TeleFlow, such as uploading or registering new files programmatically as part of a workflow. For example, you might use this node to add metadata about a file stored elsewhere or trigger further processing once a file record is created in TeleFlow.

Properties

Name Meaning
Fields A collection of field-value pairs to include in the creation request. Users can specify multiple fields, each with a name and corresponding value, to customize the file creation data sent to TeleFlow.

The "Fields" property supports multiple entries, allowing flexible specification of any number of attributes relevant to the file being created.

Output

The node outputs an array of JSON objects, each representing the response from the TeleFlow API after creating a file. The structure of the json output corresponds directly to the API's response for the file creation endpoint, typically including details of the newly created file such as its ID, name, and other metadata.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the TeleFlow API.
  • Needs an API authentication token credential configured in n8n (referred generically as an API key credential).
  • The base URL for the TeleFlow API must be set in the credentials configuration.

Troubleshooting

  • Missing Required Fields: If required fields for file creation are not provided, the API may return errors. Ensure all mandatory fields expected by TeleFlow for file creation are included in the "Fields" property.
  • API Authentication Errors: If the API key or base URL is incorrect or missing, requests will fail. Verify that the credential is correctly configured.
  • Network Issues: Connectivity problems can cause request failures. Check network access to the TeleFlow API endpoint.
  • Error Messages: The node throws errors if required parameters like IDs are missing for other operations, but for create operation on File resource, ensure fields are properly set. If an error occurs, it will be logged, and if "Continue On Fail" is enabled, the error message will be returned in the output JSON under an error property.

Links and References

Discussion