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 - Create operation, it enables creating a new blueprint (process template) within an organization on Tallyfy.

Typical use cases include automating the creation of standardized workflows or templates for business processes, forms, or documents. For example, a user can create a new procedure blueprint titled "Employee Onboarding" that defines the steps and tasks required for onboarding new employees.

Properties

Name Meaning
Title The title of the blueprint to create. It is a required string with a maximum length of 250 characters.
Type The type of blueprint to create. Options are: Procedure, Form, Document.

Output

The output is JSON data representing the created blueprint object returned from the Tallyfy API. This typically includes details such as the blueprint's ID, title, type, creation timestamps, and other metadata.

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 to be set in the credentials to scope API requests properly.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing a title longer than 250 characters may result in validation errors.
    • Network connectivity issues can prevent successful API calls.
    • Incorrect or missing organization ID in credentials will cause resource not found or permission errors.
  • Error messages:

    • Authentication errors: Check that the API key credential is correctly configured.
    • Validation errors on input fields: Ensure all required fields are provided and meet constraints (e.g., title length).
    • HTTP errors from the API: Review the error message for details; verify network access and API endpoint correctness.

Links and References

Discussion