Overview
This node provides a Fabric integration for n8n, designed to perform operations related to the Fabric service. It is useful for automating workflows that involve Fabric, such as data transformation or interaction with Fabric APIs. The node supports configuration of request options like batching, SSL certificate validation, proxy settings, and request timeout, allowing users to customize how requests to Fabric are handled.
Use Case Examples
- Automate data processing tasks using Fabric APIs within an n8n workflow.
- Batch multiple requests to Fabric to optimize performance and avoid rate limits.
- Use proxy settings to route Fabric API requests through a specific network path.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to customize how requests to Fabric are made, including batching, SSL validation, proxy, and timeout. |
Output
JSON
operation- The operation performed by the node.resource- The resource targeted by the node.data- The data returned from the Fabric service or resulting from the operation.
Dependencies
- Requires an API key credential for Fabric API authentication.
Troubleshooting
- If requests fail due to SSL errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
- Ensure proxy settings are correct if using a proxy; incorrect proxy URLs or credentials can cause request failures.
- Timeout errors may occur if the Fabric service is slow to respond; increase the timeout setting if needed.
Links
- n8n Fabric Node Documentation - Official documentation for the Fabric node in n8n.