Actions46
- Calendar Actions
- ClientProfile Actions
- Company Actions
- Invoice Actions
- Project Actions
- Role Actions
- Status Actions
- Task Actions
- Time Entry Actions
- Trigger Actions
- User Actions
Overview
This node integrates with the Scoro API to perform various operations on different resources within a Scoro account. Specifically, for the Company resource with the Get operation, it retrieves detailed information about a single company by its ID or from a selectable list. This is useful in scenarios where you need to fetch company details for reporting, automation workflows, or data synchronization tasks.
For example, you might use this node to:
- Retrieve company profile details before creating related projects or invoices.
- Automate updates or notifications based on company-specific data.
- Integrate company data into other systems or dashboards.
Properties
| Name | Meaning |
|---|---|
| Company | Select the company to retrieve either by choosing from a searchable list or entering its numeric ID manually. |
The "Company" property supports two modes:
- From List: Search and select a company from a list fetched dynamically.
- By ID: Enter the numeric ID of the company directly (must be numeric).
Output
The node outputs JSON data representing the company details retrieved from the Scoro API. The structure typically includes fields such as company name, address, contact information, and other metadata defined by Scoro's company resource schema.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Scoro API via an API key credential.
- The node expects configuration of the base URL and authentication credentials for Scoro.
- The node uses internal helper methods to handle API requests and list searching.
Troubleshooting
- Operation Not Supported Error: If you select an unsupported operation-resource combination, the node will throw an error indicating the operation is not supported.
- Invalid Company ID: When entering a company ID manually, ensure it is numeric; otherwise, validation will fail.
- Authentication Issues: Ensure that the API key and base URL are correctly configured in the credentials; otherwise, API calls will fail.
- Empty Results: If no company matches the selected ID or search criteria, the output will be empty or an error may occur.
Links and References
- Scoro API Documentation
- n8n Documentation on Creating Custom Nodes