Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node operation allows you to create a new comment on a specific task within the Tallyfy workflow automation platform. It is useful for adding notes, feedback, or updates directly related to a task in a process. Typical use cases include team collaboration where users want to document progress, ask questions, or provide clarifications on tasks.

For example, when a task requires additional context or communication among team members, this node can be used to post a comment that supports HTML formatting, enabling rich text content such as links or styled text.

Properties

Name Meaning
Task ID The unique identifier of the task to which the comment will be added.
Comment Content The content of the comment to add. Supports HTML formatting for rich text comments.

Output

The output contains the JSON response from the Tallyfy API representing the created comment object. This typically includes details such as the comment's ID, content, author, timestamps, and any other metadata returned by the API.

No binary data is output by this node operation.

Dependencies

  • Requires an active connection to the Tallyfy API via an API key credential.
  • The node uses the base URL https://go.tallyfy.com/api or a custom base URL if configured.
  • Requires the organization ID associated with the authenticated user to construct API endpoints.

Troubleshooting

  • Common Issues:

    • Invalid or missing Task ID: Ensure the Task ID provided corresponds to an existing task in your Tallyfy organization.
    • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
    • Network issues: Confirm that the n8n instance can reach the Tallyfy API endpoint.
  • Error Messages:

    • "404 Not Found": The specified Task ID does not exist or is inaccessible.
    • "401 Unauthorized": Authentication failed; check API credentials.
    • "400 Bad Request": The comment content may be empty or malformed; ensure required fields are correctly set.

Resolving these usually involves verifying input parameters, checking credentials, and ensuring network connectivity.

Links and References

Discussion