Scoro icon

Scoro

Interact with the Scoro API

Overview

This node interacts with the Scoro API, allowing users to perform various operations on different Scoro resources. Specifically, for the Trigger resource and the Delete operation, the node deletes a specified trigger by its ID. This is useful in automation workflows where you need to programmatically remove triggers that are no longer needed or were created erroneously.

Practical examples include:

  • Automatically cleaning up outdated or test triggers in your Scoro account.
  • Managing triggers dynamically based on workflow conditions without manual intervention.

Properties

Name Meaning
Trigger ID The ID of the trigger to delete

Output

The output JSON typically contains the response from the Scoro API after attempting to delete the trigger. This usually includes confirmation of deletion or an error message if the deletion failed. The node does not output binary data.

Dependencies

  • Requires an active connection to the Scoro API via an API key credential.
  • Needs configuration of the base URL and authentication credentials for Scoro within n8n.
  • The node depends on the Scoro API being accessible and the provided credentials having sufficient permissions to delete triggers.

Troubleshooting

  • Common issues:

    • Invalid or missing Trigger ID will cause the operation to fail.
    • Insufficient permissions or invalid API credentials can result in authorization errors.
    • Network connectivity problems may prevent communication with the Scoro API.
  • Error messages:

    • "Operation 'delete' for resource 'trigger' is not supported." — indicates a misconfiguration or unsupported operation/resource combination.
    • API errors returned from Scoro (e.g., "Trigger not found" or "Unauthorized") should be checked against the provided Trigger ID and credentials.
  • Resolutions:

    • Verify the Trigger ID is correct and exists in your Scoro account.
    • Ensure API credentials are valid and have the necessary permissions.
    • Check network connectivity and Scoro service status.

Links and References

Discussion