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 interacts with the Chatwork API to retrieve detailed information about a specific file within a chatroom. It is designed for scenarios where users need to access metadata or download links of files shared in Chatwork rooms. For example, a user might want to fetch details about a project document uploaded to a team chatroom or generate a temporary download URL for a file to share externally.
Properties
| Name | Meaning |
|---|---|
| Chatroom ID | The unique numeric identifier of the chatroom containing the file. |
| File Id | The unique numeric identifier of the file whose details are being requested. |
| Create download url | Boolean flag indicating whether to create a temporary download link valid for 30 seconds. |
Output
The output JSON contains the detailed information about the specified file in the chatroom. This includes metadata such as file name, size, upload date, and potentially a temporary download URL if requested. If the "Create download url" option is enabled, the output will include a download link valid for 30 seconds.
The node does not output binary data directly; instead, it provides URLs or metadata related to the file.
Dependencies
- Requires an active connection to the Chatwork API.
- Needs an API authentication token configured in n8n credentials to authorize requests.
- No additional external dependencies beyond the Chatwork API.
Troubleshooting
Common issues:
- Invalid or missing Chatroom ID or File Id can cause errors or empty responses.
- Requesting a download URL without proper permissions may fail.
- Network connectivity issues can prevent successful API calls.
Error messages:
"operation is not supported."— indicates that the selected operation is invalid for the resource."resource is not supported."— indicates an unsupported resource was selected.
To resolve these, ensure the correct Resource ("Rooms") and Operation ("Get information about the specified file") are selected, and all required parameters are provided.
Links and References
- Chatwork API Documentation
- Chatwork File Management API (for detailed file info and download URL usage)
