TeleFlow icon

TeleFlow

Interact with TeleFlow API

Overview

This node interacts with the TeleFlow API to perform various operations on different resources, including Tenant Audit. Specifically, for the "Tenant Audit" resource and the "Create" operation, the node allows users to create a new tenant audit record by sending specified fields to the TeleFlow API.

Common scenarios where this node is beneficial include automating tenant audit record creation in TeleFlow as part of workflows that track changes or events related to tenants. For example, after provisioning a new tenant or updating tenant settings, you might want to log an audit entry automatically.

Properties

Name Meaning
Fields A collection of field-value pairs to include in the request. You can add multiple fields, each specifying a field name and its corresponding value. This allows for flexible and specific data to be sent when creating the tenant audit record.

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

  • Name: The name of the field to set.
  • Value: The value to assign to that field.

Output

The node outputs JSON data representing the response from the TeleFlow API after creating the tenant audit record. This typically includes details of the newly created audit entry such as its ID and any other metadata 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 credentials.
  • The node uses HTTP requests to communicate with the TeleFlow API endpoints.

Troubleshooting

  • Missing Required Fields: If required fields are not provided in the "Fields" collection, the API may reject the request. Ensure all mandatory fields for tenant audit creation are included.
  • Authentication Errors: If the API key or base URL is incorrect or missing, authentication will fail. Verify the credential configuration.
  • API Request Failures: Network issues or invalid field values can cause errors. Check error messages logged by the node for details.
  • Error Messages: The node throws errors if required parameters like resource or operation are missing or invalid. It also logs API error messages which should be reviewed to correct input data or configuration.

Links and References

  • TeleFlow API Documentation (replace with actual URL)
  • n8n HTTP Request Node documentation for understanding how HTTP calls are made within n8n workflows.

Discussion