Chatwork
Overview
SLUG: CHATWORK
Description
Chatwork is a team communication platform featuring group chats, file sharing, and task management, aiming to enhance collaboration and productivity for businesses
Authentication Details
API Key
Connecting to Chatwork
Create an auth config
Use the dashboard to create an auth config for the Chatwork toolkit. This allows you to connect multiple Chatwork accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Chatwork Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Chatwork toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
CHATWORK_CHATWORK_DELETE_MESSAGE
Tool Name: Delete Message
Description
Action Parameters
Action Response
CHATWORK_GET_CHATWORK_CONTACTS
Tool Name: Get Chatwork Contacts
Description
Action Parameters
Action Response
CHATWORK_GET_FILE
Tool Name: Get Chatwork File
Description
Action Parameters
Action Response
CHATWORK_GET_MY_STATUS
Tool Name: Get My Chatwork Status
Description
Action Parameters
Action Response
CHATWORK_UPLOAD_FILE
Tool Name: Upload File to Chatwork Room
Description
Action Parameters
Action Response
CHATWORK_GET_ROOMS
Tool Name: Get Chatwork Rooms
Description
Action Parameters
Action Response
CHATWORK_GET_ROOM_MEMBERS
Tool Name: Get Room Members
Description
Action Parameters
Action Response
CHATWORK_GET_ROOM_MESSAGES
Tool Name: Get Room Messages
Description
Action Parameters
Action Response