Actions145
- Account Actions
- Account Audit Actions
- Billing Entry Actions
- Call Detail Record Actions
- Carrier Actions
- Device Actions
- Device Template Actions
- Email Template Actions
- Feature Code Actions
- File Actions
- Flow Actions
- Flow Template Actions
- LCR Actions
- Mobile SIM Actions
- Number Port Actions
- Phone Number Actions
- Provision Actions
- Report Actions
- Reseller Actions
- SIP Trunk Actions
- Tariff Actions
- Tariff Code Actions
- Tariff Profile Actions
- Tenant Actions
- Tenant Audit Actions
- Transcription Actions
- User Actions
- Voice Actions
- Voice Mail Message Actions
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
errorproperty.
Links and References
- TeleFlow API Documentation (Replace with actual URL)
- n8n HTTP Request Node documentation: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/