Actions16
- Rooms Actions
- Create a new group chat
- Leave/Delete a group chat
- Get detail
- Update info
- Get members
- Change associated members
- Get messages
- Send message
- Get message detail
- Update the specified message
- Delete message
- Get tasks
- Get task detail
- Add a new task to the chat
- Get the list of files
- Get information about the specified file
Overview
This node integrates with the Chatwork API to retrieve detailed information about a specific task within a chatroom. It is useful in scenarios where you need to automate workflows involving task management inside Chatwork rooms, such as fetching task details for reporting, monitoring task progress, or triggering subsequent actions based on task status.
For example, you might use this node to:
- Automatically fetch and log details of a particular task when it is updated.
- Retrieve task information to notify team members via other communication channels.
- Integrate task details into project management dashboards.
Properties
| Name | Meaning |
|---|---|
| Chatroom ID | The unique numeric identifier of the chatroom containing the task. |
| Task ID | The unique numeric identifier of the specific task whose details are to be retrieved. |
Output
The output is a JSON object representing the detailed information of the specified task within the given chatroom. This typically includes fields such as task description, assigned members, due date, status, and any other metadata provided by the Chatwork API for that task.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Chatwork API using a valid API authentication token configured in n8n credentials.
- Network access to Chatwork's API endpoints.
- Proper permissions on the Chatwork account to access room and task details.
Troubleshooting
Common issues:
- Invalid or missing Chatroom ID or Task ID parameters will cause the request to fail.
- Insufficient permissions or invalid API credentials may result in authorization errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
"operation is not supported."— indicates an unsupported operation was requested; ensure "Get task detail" is selected."resource is not supported."— indicates an unsupported resource was selected; ensure "Rooms" resource is chosen.- API errors from Chatwork (e.g., 404 Not Found) usually mean the specified task or room does not exist or is inaccessible; verify IDs and permissions.
To resolve these issues, double-check input parameters, confirm API credentials, and ensure the user has access rights to the specified chatroom and task.
