Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node integrates with the Tallyfy workflow automation platform, allowing users to manage various resources such as blueprints, processes, tasks, and more. Specifically, for the Blueprint - Delete operation, it enables the deletion of a blueprint (process template) by its ID within a specified organization.

Use cases include:

  • Removing outdated or obsolete process templates from your Tallyfy organization.
  • Automating cleanup of blueprints that are no longer needed.
  • Managing lifecycle of process templates programmatically in workflows.

Example: Automatically delete a blueprint after archiving all related processes to keep your workspace tidy.

Properties

Name Meaning
Blueprint ID The unique identifier of the blueprint to delete. This is required to specify which blueprint should be removed.

Output

The output JSON contains the response from the Tallyfy API after attempting to delete the blueprint. Typically, this will be an empty object or confirmation message indicating successful deletion. If an error occurs, the output will contain an error message describing the failure.

No binary data is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Tallyfy API.
  • The node uses the base URL https://go.tallyfy.com/api or a custom base URL if provided in credentials.
  • Requires the organization ID to scope requests properly.

Troubleshooting

  • Common issues:

    • Invalid or missing Blueprint ID: Ensure the Blueprint ID is correct and exists in the organization.
    • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
    • Network or API endpoint issues: Confirm connectivity to the Tallyfy API endpoint.
  • Error messages:

    • "404 Not Found": The specified blueprint ID does not exist.
    • "401 Unauthorized": Authentication failed due to invalid API key.
    • "400 Bad Request": The request parameters are incorrect or incomplete.

To resolve these, double-check input parameters, credentials, and network access.

Links and References

Discussion