Scoro icon

Scoro

Interact with the Scoro API

Overview

This node integrates with the Scoro API to perform various operations on different resources within a Scoro account. Specifically, for the Company - Delete operation, it allows users to delete a company record by specifying its unique ID. This is useful in scenarios where companies are no longer relevant or need to be removed from the system to maintain data accuracy.

Practical examples include:

  • Automating cleanup of outdated or duplicate company records.
  • Integrating with other systems to synchronize company deletions.
  • Managing company lifecycle events programmatically.

Properties

Name Meaning
Company ID The ID of the company to delete

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the deletion was successful or provide details if an error occurred. The exact structure depends on the Scoro API response but generally includes status information and possibly metadata about the deleted company.

No binary data output is expected for this operation.

Dependencies

  • Requires an active connection to the Scoro API via an API key credential.
  • The node expects configuration of credentials that include the base URL, company account ID, and API key for authentication.
  • Network access to the Scoro API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Company ID: Ensure the provided ID exists and is correct.
    • Authentication errors: Verify that the API key and other credential details are valid and have sufficient permissions.
    • Network connectivity problems: Confirm that the node can reach the Scoro API endpoint.
  • Error messages:

    • "Operation 'delete' for resource 'company' is not supported." — This indicates a misconfiguration or unsupported operation; verify the selected resource and operation.
    • API errors returned from Scoro (e.g., 404 Not Found) usually mean the specified company does not exist.

Resolving these typically involves checking input parameters, credentials, and network settings.

Links and References

Discussion