← Tools Reference

Chatwork

Chatwork integration (Communication, Productivity). Imported from open-connector.

API key14 toolshttps://api.chatwork.com/v2
GET
chatwork_get_me
Get the authenticated Chatwork profile.

/me

GET
chatwork_get_contacts
List Chatwork contacts visible to the authenticated account.

/contacts

GET
chatwork_list_rooms
List Chatwork rooms visible to the authenticated account.

/rooms

GET
chatwork_get_room
Get metadata for one Chatwork room.

/rooms/{roomId}

1 parameter
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
GET
chatwork_list_room_members
List all members in one Chatwork room.

/rooms/{roomId}/members

1 parameter
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
GET
chatwork_list_room_messages
List messages in one Chatwork room.

/rooms/{roomId}/messages

2 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
forcebooleanoptionalWhether to force returning the latest 100 messages.
GET
chatwork_get_message
Get one message from a Chatwork room.

/rooms/{roomId}/messages/{messageId}

2 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
messageIdstringrequiredThe Chatwork message ID.
PUT
chatwork_update_message
Update one message in a Chatwork room.

/rooms/{roomId}/messages/{messageId}

3 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
messageIdstringrequiredThe Chatwork message ID.
bodystringrequiredThe updated message body.
DELETE
chatwork_delete_message
Delete one message in a Chatwork room.

/rooms/{roomId}/messages/{messageId}

2 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
messageIdstringrequiredThe Chatwork message ID.
GET
chatwork_list_my_tasks
List Chatwork tasks assigned to the authenticated account.

/my/tasks

2 parameters
ParamTypeRequiredDescription
assignedByAccountIdintegeroptionalThe Chatwork account ID.
statusstringoptionalThe task completion status.
GET
chatwork_list_room_tasks
List tasks in one Chatwork room.

/rooms/{roomId}/tasks

4 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
accountIdintegeroptionalThe Chatwork account ID.
assignedByAccountIdintegeroptionalThe Chatwork account ID.
statusstringoptionalThe task completion status.
GET
chatwork_get_task
Get one task from a Chatwork room.

/rooms/{roomId}/tasks/{taskId}

2 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
taskIdintegerrequiredThe Chatwork task ID.
POST
chatwork_create_task
Create a task in a Chatwork room.

/rooms/{roomId}/tasks

5 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
bodystringrequiredThe task body.
assigneeAccountIdsarrayrequiredThe assignee Chatwork account IDs.
limitTimeintegeroptionalThe Unix timestamp deadline.
limitTypestringoptionalThe deadline type.
PUT
chatwork_update_task_status
Update the completion status of one Chatwork task.

/rooms/{roomId}/tasks/{taskIdValue}/status

4 parameters
ParamTypeRequiredDescription
roomIdintegerrequiredThe Chatwork room ID.
taskIdintegerrequiredThe Chatwork task ID.
statusstringrequiredThe task completion status.
taskIdValuestringrequiredPath parameter: taskIdValue