Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node operation allows users to add a comment to a specific project task within the awork platform. It is useful for automating communication and collaboration by programmatically posting comments to tasks, which can help teams keep track of updates, feedback, or important notes related to their projects.
Use Case Examples
- Automatically add status update comments to tasks when certain conditions are met in a workflow.
- Post reminders or instructions as comments on tasks when triggered by external events.
Properties
| Name | Meaning |
|---|---|
| Task ID | The ID of the task to which the comment will be added. |
| Comment Message | The content of the comment message to be posted on the task. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
commentid- The unique identifier of the added comment.message- The content of the comment that was added.createdAt- Timestamp when the comment was created.createdBy- Information about the user who created the comment.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the Task ID is valid and corresponds to an existing task in awork; invalid IDs will cause errors.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Verify that the comment message is not empty to avoid submission errors.