Nri

Nri integration for n8n

Overview

This node is an integration for Nri within the n8n workflow automation platform. It is designed to facilitate interactions with the Nri service, allowing users to automate tasks involving Nri data or operations. Common scenarios include automating data retrieval, processing, or sending data to Nri as part of a larger workflow.

Use Case Examples

  1. Automate fetching data from Nri and processing it within n8n workflows.
  2. Send processed data from n8n to Nri for further analysis or storage.

Properties

Name Meaning
Request Options Settings to control how requests to the Nri service are made, including batching, SSL handling, proxy usage, and timeout settings.

Output

JSON

  • data - The main output data from the Nri service after processing the request.

Dependencies

  • Requires an API key credential for authenticating with the Nri service.

Troubleshooting

  • If requests fail due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Ensure the proxy settings are correct if using a proxy; incorrect proxy configuration can cause request failures.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Discussion