Scoro icon

Scoro

Interact with the Scoro API

Overview

The node integrates with the Scoro API to perform various operations on different resources within a Scoro account. Specifically, for the Project - Get operation, it retrieves detailed information about a single project by its ID or by selecting from a list of projects. This is useful when you want to fetch up-to-date project data such as status, deadlines, budgets, or other metadata stored in Scoro.

Practical examples include:

  • Automatically fetching project details to update dashboards.
  • Using project data to trigger workflows based on project status.
  • Integrating project information into reports or notifications.

Properties

Name Meaning
Project Select a project either from a searchable list of existing projects or by entering its numeric ID manually.

The "Project" property supports two modes:

  • From List: Search and select a project from available projects.
  • By ID: Enter the numeric project ID directly (must be numeric).

Output

The node outputs JSON data representing the project details retrieved from the Scoro API. The structure typically includes fields such as project name, description, status, start and end dates, budget, and other relevant project metadata as provided by the API.

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 credentials that provide:
    • Base URL of the Scoro instance.
    • Company account identifier.
    • API key for authentication.
  • No additional external dependencies are required beyond the configured API credentials.

Troubleshooting

  • Common issues:

    • Invalid or missing project ID: Ensure the project ID is numeric and corresponds to an existing project.
    • Authentication errors: Verify that the API key and company account ID are correctly set in the credentials.
    • Network or connectivity problems: Confirm that the base URL is reachable and correct.
  • Error messages:

    • "Operation 'get' for resource 'project' is not supported."
      This indicates a misconfiguration or unsupported operation; verify the selected resource and operation.
    • Validation error for project ID format if non-numeric input is provided.
    • API errors returned from Scoro will typically indicate permission issues or invalid parameters.

Links and References

Discussion