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 information about chatrooms and their members. Specifically, for the "Rooms" resource and the "Get members" operation, it fetches the list of members in a specified chatroom by its ID.
Common scenarios where this node is useful include:
- Managing team collaboration by listing all participants in a chatroom.
- Synchronizing chatroom member data with other systems or databases.
- Auditing or monitoring chatroom membership for administrative purposes.
For example, you might use this node to get all members of a project discussion room to send them notifications or update user roles based on membership.
Properties
| Name | Meaning |
|---|---|
| Chatroom ID | The unique numeric identifier of the chatroom whose members you want to retrieve. |
Output
The output is a JSON array containing member objects of the specified chatroom. Each object represents a member with details as returned by the Chatwork API (such as member ID, name, role, etc.). The exact structure depends on the API response but typically includes member identification and role information.
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 API key to read chatroom member information.
Troubleshooting
- Error: Operation not supported — This occurs if an unsupported operation is selected. Ensure "Get members" is chosen under the "Rooms" resource.
- Error: Resource not supported — Happens if the resource parameter is incorrect or missing. Confirm that "Rooms" is selected.
- API request failures — Could be due to invalid or expired API tokens, insufficient permissions, or network issues. Verify API credentials and connectivity.
- Invalid Chatroom ID — If the provided chatroom ID does not exist or is inaccessible, the API will return an error. Double-check the ID value.
