Fatture in Cloud icon

Fatture in Cloud

Interact with Fatture in Cloud API

Overview

This node integrates with the Fatture in Cloud API, a platform for managing invoicing and accounting tasks. Specifically, when using the Company resource with the Get Info operation, the node retrieves detailed information about a specific company registered in the Fatture in Cloud system.

Typical use cases include:

  • Fetching company details to display or process within an automation workflow.
  • Synchronizing company data from Fatture in Cloud into other systems like CRMs or ERPs.
  • Validating company existence or status before performing further operations such as invoicing or reporting.

For example, you might use this node to get the full profile of a company by its ID, then use that data to generate customized invoices or update your internal records.

Properties

Name Meaning
Company ID The unique numeric identifier of the company whose information you want to retrieve. This is a required input.

Output

The node outputs JSON data representing the company's information as returned by the Fatture in Cloud API. This typically includes fields such as company name, address, tax identifiers, contact details, and other metadata related to the company profile.

The output is structured as an array of JSON objects, each corresponding to one input item processed. Each object contains the detailed company info under standard JSON keys as provided by the API.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Fatture in Cloud API via OAuth2 authentication.
  • The node depends on having valid credentials configured in n8n for accessing the Fatture in Cloud service.
  • Network access to the Fatture in Cloud API endpoints is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Company ID will cause the API call to fail.
    • Expired or invalid OAuth2 credentials will result in authentication errors.
    • Network connectivity problems can prevent successful API communication.
  • Error messages:

    • Fatture in Cloud API Error: <message> indicates an error response from the API. The message may include validation errors or authorization failures.
    • If the node throws "Unknown resource" error, it means the specified resource is not recognized (likely a configuration issue).
  • Resolutions:

    • Ensure the Company ID is correct and corresponds to an existing company in your Fatture in Cloud account.
    • Refresh or reconfigure the OAuth2 credentials if authentication fails.
    • Check network settings and firewall rules to allow outbound requests to the API.

Links and References

Discussion