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 with the Create operation, it allows users to upload or create new file entries in TeleFlow by sending specified fields as part of the request.

Common scenarios where this node is beneficial include automating file management tasks within TeleFlow, such as uploading configuration files, documents, or other data files programmatically as part of a workflow. For example, you might use this node to automatically create a file record when a new document is generated elsewhere in your system.

Properties

Name Meaning
Fields A collection of field-value pairs to include in the create request. Users can add multiple fields specifying the name and value for each. This allows customizing the file creation request with specific attributes required by the TeleFlow API.

The "Fields" property supports multiple entries, each consisting of:

  • Name: The field name to send.
  • Value: The corresponding value for that field.

Output

The node outputs an array of JSON objects, each representing the response from the TeleFlow API for the create file request. The structure of the JSON output depends on the API's response but generally includes details about the created file resource.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the TeleFlow API.
  • The base URL for the API is configured via credentials.
  • The node uses HTTP requests with JSON content type to communicate with the TeleFlow API.

Troubleshooting

  • Missing Required Fields: If mandatory fields for creating a file are not provided, the API may return errors. Ensure all required fields are included in the "Fields" property.
  • API Authentication Errors: Incorrect or missing API credentials will cause authentication failures. Verify that the API key credential is correctly set up.
  • Network Issues: Connectivity problems to the TeleFlow API endpoint will result in request failures.
  • Error Messages: The node throws errors if required parameters like IDs (for other operations) are missing. For create operation, ensure fields are properly defined.
  • Continue On Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error messages in the output JSON.

Links and References

Discussion