Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node enables searching within the Tallyfy workflow automation platform, specifically supporting a "Search Blueprints" operation under the "Search" resource. It allows users to perform searches for blueprints (process templates) based on a search query.

Typical use cases include:

  • Quickly finding specific process templates by name or content keywords.
  • Automating workflows that require dynamic retrieval of blueprint information.
  • Integrating blueprint search results into larger automation pipelines.

For example, you might use this node to find all blueprints related to "onboarding" processes and then trigger further actions based on those results.

Properties

Name Meaning
Search Query The search query string used to find matching blueprints. This is a required text input where you specify what to search for.

Output

The node outputs an array of JSON objects representing the search results. Each item corresponds to a blueprint matching the search query and includes all relevant blueprint data returned by the Tallyfy API.

The output structure in json typically contains fields such as blueprint ID, title, description, and other metadata depending on the API response.

No binary data output 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 from the credentials to scope the search within the correct Tallyfy organization.

Troubleshooting

  • Empty Results: If no blueprints are returned, verify that the search query is correctly specified and that the organization contains blueprints matching the query.
  • Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to perform searches.
  • API Rate Limits: Excessive requests may be throttled; consider adding delays or limiting the number of calls.
  • Network Issues: Check connectivity to the Tallyfy API endpoint.

Common error messages will typically come from the HTTP request layer and may indicate invalid credentials, missing parameters, or server errors. Review the error message details and confirm all required inputs are set.

Links and References

Discussion