Actions50
- Status Actions
- Task Actions
- Calendar Actions
- ClientProfile Actions
- Comment Actions
- Company Actions
- Invoice Actions
- Project Actions
- Role Actions
- Time Entry Actions
- Trigger Actions
- User Actions
Overview
This node integrates with the Scoro API, allowing users to interact with various Scoro resources such as companies, projects, tasks, and more. Specifically, the "Company" resource with the "Get" operation enables retrieving detailed information about a single company by its ID or from a selectable list.
Common scenarios for this node include:
- Fetching company details to enrich CRM data.
- Automating workflows that require company-specific information.
- Integrating company data into reports or dashboards.
For example, a user might use this node to get a company's profile before creating a project linked to that company in another system.
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. This typically includes fields such as company name, address, contact information, and other metadata as provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Scoro API.
- The base URL and company account ID are also required and configured via credentials.
- The node depends on internal methods to handle API requests and list searching.
Troubleshooting
- Unsupported Operation Error: If you select an operation not supported for the chosen resource, the node will throw an error indicating the operation-resource combination is invalid.
- Invalid Company ID: When entering a company ID manually, ensure it is numeric; otherwise, validation will fail.
- Authentication Issues: Ensure the API key and other credential details are correctly set up; otherwise, API calls will fail.
- Empty Results: If no company matches the selected ID or search, verify the input and permissions.
Links and References
- Scoro API Documentation
- n8n Documentation on Creating Custom Nodes