Chatwork icon

Chatwork

Retrieve data from Chatwork API.

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 synchronize with other project management tools.
  • Trigger notifications or reminders based on task deadlines or assignees.

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 contains a JSON object representing the detailed information of the requested task. This includes all data fields returned by the Chatwork API for that task, such as task description, status, assigned members, due date, and any other metadata associated with the 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 read task details within the specified chatroom.

Troubleshooting

  • Common issues:

    • Invalid or missing Chatroom ID or Task ID parameters will cause the request to fail.
    • Insufficient API permissions or expired API tokens may result in authorization errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • "operation is not supported." — This indicates an unsupported operation was selected; ensure "Get task detail" is chosen.
    • "resource is not supported." — This means the resource parameter is incorrect; verify that "Rooms" is selected.
    • API errors from Chatwork (e.g., 404 Not Found) typically mean the task or room does not exist or is inaccessible; double-check IDs and permissions.

To resolve these issues:

  • Verify input parameters are correct and non-empty.
  • Confirm API credentials are valid and have necessary scopes.
  • Check network connectivity and retry.

Links and References

Discussion