TeleFlow icon

TeleFlow

Interact with TeleFlow API

Overview

This node integrates with the TeleFlow API to perform various operations on different resources, including Mobile SIMs. Specifically, for the Mobile SIM - Create operation, it allows users to create a new Mobile SIM record in the TeleFlow system by sending specified fields as part of the request.

Common scenarios where this node is beneficial include automating the provisioning of mobile SIM cards within a telecom management workflow, integrating SIM creation into larger automation pipelines, or syncing SIM data from external systems into TeleFlow.

For example, a user can automate the creation of multiple Mobile SIM entries by providing field-value pairs such as SIM identifier, status, or associated account details, which the node sends to the TeleFlow API to create those records.

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 to customize the Mobile SIM creation data sent to the API.

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

  • Name: The field name to set on the Mobile SIM resource.
  • Value: The corresponding value for that field.

Output

The node outputs an array of JSON objects, each representing the response from the TeleFlow API after creating a Mobile SIM. The structure of the JSON output corresponds directly to the API's response for the created Mobile SIM resource, typically including identifiers, status, and any other relevant properties 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 TeleFlow 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 Mobile SIM are not provided, the API may return errors. Ensure all mandatory fields expected by the TeleFlow API for Mobile SIM creation are included in the "Fields" property.
  • Authentication Errors: If the API key or base URL is incorrect or missing, authentication will fail. Verify the API credentials configuration.
  • API Request Failures: Network issues or invalid field names/values can cause the API request to fail. Check error messages logged by the node for details.
  • Error Message: "ID is required for get/update/delete" — This does not apply to the create operation but indicates that for other operations, an ID parameter must be provided.

If the node is set to continue on failure, errors will be returned in the output JSON under an error property instead of stopping execution.

Links and References

Discussion