TeleFlow icon

TeleFlow

Interact with TeleFlow API

Overview

This node interacts with the TeleFlow API to manage various resources, including Tariff Codes. Specifically, for the "Tariff Code" resource and the "Create" operation, it allows users to create new tariff code entries by sending specified fields to the API.

Common scenarios where this node is beneficial include automating the creation of tariff codes in a telecom or billing system, integrating tariff management into workflows, or bulk-creating tariff codes based on external data sources.

For example, a user might use this node to create a new tariff code with specific attributes such as name, description, or pricing details by providing those fields dynamically in the workflow.

Properties

Name Meaning
Fields A collection of field-value pairs to include in the creation request. Users can add multiple fields specifying the name of the field and its corresponding value. This allows flexible and specific data to be sent when creating a tariff code.

Output

The node outputs an array of JSON objects, each representing the response from the TeleFlow API after creating a tariff code. The structure of the JSON output corresponds directly to the API's response for the created tariff code, typically including identifiers, status, and any other relevant data returned by the API.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the TeleFlow API.
  • The base URL for the API must be configured in the node credentials.
  • The node uses HTTP requests to communicate with the TeleFlow REST API endpoints.

Troubleshooting

  • Missing Required Fields: If required fields for creating a tariff code are not provided, the API may return errors. Ensure all mandatory fields are included in the "Fields" property.
  • API Authentication Errors: Incorrect or missing API credentials will cause authentication failures. Verify that the API key and base URL are correctly set in the node credentials.
  • Invalid Field Names or Values: Providing incorrect field names or invalid values may result in API errors. Double-check field names against the TeleFlow API documentation.
  • Network Issues: Connectivity problems can cause request failures. Confirm network access to the TeleFlow API endpoint.
  • Error Messages: The node throws errors if required parameters like IDs (for other operations) are missing. For the create operation, ensure the "Fields" collection is properly populated.

Links and References

Discussion