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 and manage data related to chatrooms, contacts, messages, tasks, files, and user information. Specifically, for the Rooms resource with the Get tasks operation, it fetches the list of tasks associated with a specified chatroom.
Use cases include:
- Monitoring task lists within specific chatrooms.
- Automating task retrieval for project management or team collaboration workflows.
- Integrating Chatwork task data into other systems or dashboards.
Example: Automatically fetching all tasks from a particular chatroom to display in a project management tool or trigger follow-up actions based on task status.
Properties
| Name | Meaning |
|---|---|
| Chatroom ID | The unique numeric identifier of the chatroom from which to retrieve tasks (required). |
Output
The output is a JSON array where each item represents a task object retrieved from the specified chatroom. Each task object contains details as provided by the Chatwork API, such as task ID, body/content, assigned members, due date, status, and other metadata.
No binary data output is involved in 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 read tasks from the specified chatroom.
Troubleshooting
Common issues:
- Invalid or missing Chatroom ID: Ensure the Chatroom ID is correctly provided and corresponds to an existing chatroom.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network or API downtime: Check network connectivity and Chatwork service status.
Error messages:
"operation is not supported."— This indicates an unsupported operation was requested; verify that "Get tasks" is selected under the Rooms resource."resource is not supported."— Indicates an invalid resource selection; ensure "Rooms" is chosen.- API response errors (e.g., 401 Unauthorized, 404 Not Found) typically relate to credential issues or invalid IDs.
Resolving these usually involves verifying input parameters, credentials, and network conditions.
