Actions54
- Blueprint Actions
- Process Actions
- Task Actions
- Form Field Actions
- Comment Actions
- User Actions
- Guest Actions
- Group Actions
- Search Actions
- ID Finder Actions
Overview
This node interacts with the Tallyfy workflow automation platform, specifically to update an existing comment on a task. It allows users to modify the content of a comment identified by its unique Comment ID. This is useful in scenarios where comments need to be corrected, clarified, or updated after they have been posted.
Practical examples include:
- Editing a comment to fix typos or add additional information.
- Updating a comment to reflect changes in task status or decisions.
- Modifying bot-generated comments to provide more context.
Properties
| Name | Meaning |
|---|---|
| Comment ID | The unique identifier of the comment to update. |
| Comment Content | The new content of the comment. Supports HTML formatting for rich text comments. |
Output
The output is a JSON object representing the updated comment as returned by the Tallyfy API. It typically includes fields such as the comment's ID, updated content, timestamps, author information, and any other metadata provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Tallyfy API.
- Needs the organization ID configured within the credentials.
- The base URL for the Tallyfy API defaults to
https://go.tallyfy.com/apibut can be overridden in the credentials.
Troubleshooting
Common Issues:
- Providing an invalid or non-existent Comment ID will result in an error from the API indicating the comment was not found.
- Insufficient permissions or incorrect API credentials may cause authentication failures.
- Malformed HTML content in the comment might be rejected or cause unexpected rendering.
Error Messages:
- "Comment not found": Verify that the Comment ID is correct and exists within the specified organization.
- "Unauthorized" or "Authentication failed": Check that the API key credential is valid and has appropriate access rights.
- "Invalid content format": Ensure the comment content is properly formatted and does not contain unsupported HTML tags.
Links and References
- Tallyfy API Documentation (general reference for endpoints and payloads)
- Tallyfy Workflow Automation Platform