Chatwork

30 tools available

Chatwork is a team communication platform featuring group chats, file sharing, and task management, aiming to enhance collaboration and productivity for businesses

Connect Chatwork to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Chatwork's 30 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.

Common workflows with Chatwork

01

Trigger on event

  1. Listen for a new event
  2. Parse and validate the payload
  3. Take an action with the linked tool
02

Daily summary

  1. Pull yesterday's activity
  2. Summarise with the model of your choice
  3. Send the digest via email or Slack
03

Cross-tool sync

  1. Read records from one app
  2. Transform with a persona
  3. Write the result back via this integration

Chatwork actions 30

Every Chatwork action below is a callable tool any Definable persona can invoke.

Create Chatwork Room

Tool to create a new group chat room in Chatwork. Use when you need to set up a new collaborative space for team communication. This action allows you to specify room administrators, members with different permission levels (admin, regular, read-only), and optionally configure invitation links with custom access controls.

Create Room Invitation Link

Tool to create an invitation link for a Chatwork room. Returns a URL that can be shared for others to join the room. Use when you need to generate a shareable link for room access. Returns 400 error if a link already exists for the room.

Create Task in Chatwork Room

Tool to create a new task in a Chatwork room. Use when you need to assign tasks to users in a specific chat room. Requires the task description, assignee account IDs, and optionally a deadline timestamp.

Delete Message

This tool allows you to delete a specific message from a Chatwork room by calling the DELETE endpoint at https://api.chatwork.com/v2/rooms/{room_id}/messages/{message_id}. It requires authentication using a Chatwork API token provided in the X-ChatWorkToken header, and the necessary permissions to delete messages in the specified room.

Delete or Leave Chatwork Room

Tool to leave or delete a Chatwork room. When leaving, your tasks and files in the room are deleted. When deleting, all messages, tasks, and files in the room are permanently deleted. Use with caution as deletion is irreversible.

Delete Room Link

Delete the invitation link for a Chatwork room. Use when you need to disable or remove the invite link for a chat room. Returns a 400 error if the invitation link is already disabled.

Get Chatwork Contacts

This tool retrieves a list of all contacts from Chatwork. It is a fundamental tool that fetches all contact information such as account_id, room_id, name, chatwork_id, organization details, department, and avatar image URL, without needing additional parameters beyond authentication.

Get Chatwork File Information

Tool to get information about a specific file in a chat room. Use when you need to retrieve file metadata including filename, size, upload time, and optionally a download URL.

Get Incoming Contact Requests

Tool to retrieve pending contact approval requests received by the authenticated user. Use when you need to check incoming connection requests from other users (up to 100 items).

Get My Chatwork Profile

Tool to retrieve the authenticated user's profile information including account details, organization, contact information, and avatar URL. Use when you need to get the current user's complete profile data.

Get Message

Tool to retrieve information about a specific message in a Chatwork room. Use when you need to get details about a particular message, including its content, sender, and timestamps.

Get My Chatwork Status

This tool retrieves the current status of the authenticated user, including unread message counts and task status. It provides a quick overview of unread messages, mentions, and tasks, making it valuable for monitoring ChatWork activity and building automation workflows.

Get My Chatwork Tasks

Tool to retrieve the authenticated user's task list from Chatwork (up to 100 items). Use when you need to fetch tasks assigned to the user, with optional filtering by assigner or completion status.

Get Chatwork Room

Retrieves detailed information about a specific Chatwork room using the API endpoint GET /rooms/{room_id}. Returns comprehensive room details including name, icon, type, role, message/file/task counts, and other metadata. Useful for obtaining room-specific information when you already have the room ID.

Get Room Files

Tool to get list of files in a chat room (up to 100 files). Use when you need to retrieve file information from a Chatwork room, optionally filtered by uploader.

Get Room Invitation Link

Retrieves the invitation link for a specified Chatwork room using the API endpoint GET /rooms/{room_id}/link. Returns link information including the URL, public/private status, whether admin acceptance is needed, and a description. Useful for sharing room access and managing room invitations.

Get Room Members

Retrieves a complete list of all members in a specified Chatwork room using the API endpoint GET /rooms/{room_id}/members. Returns detailed member information including account IDs, roles (admin/member/readonly), names, Chatwork IDs, organization details, departments, and avatar URLs. Useful for managing room permissions, generating member lists, and understanding room composition.

Get Room Messages V2

Tool to retrieve messages from a Chatwork room (up to 100 messages). Use when you need to fetch chat history from a specific room. By default (force=0), returns only messages since the last retrieval. Set force=1 to get the latest 100 messages.

Get Chatwork Rooms

Tool to retrieve a list of all chat rooms the authenticated user belongs to. Use when you need to get information about all accessible rooms including group chats, direct messages, and personal chats.

Get Room Tasks

Retrieves a list of tasks from a Chatwork room. Returns up to 100 tasks. Use optional filters to narrow results by assignee, assigner, or completion status. Returns an empty list if there are no matching tasks.

Get Task

Retrieves detailed information about a specific task in a Chatwork room using the API endpoint GET /rooms/{room_id}/tasks/{task_id}. Returns task details including assignee, creator, body, deadline, and completion status. Use this when you need to check the current state of a specific task or retrieve its full details.

Mark Messages as Read

Tool to mark messages as read in a Chatwork room. Use when you need to update the read status of messages up to a specific message ID. All messages up to and including the specified message will be marked as read.

Mark Messages as Unread

Tool to mark messages as unread in a Chatwork room. Use when you need to mark a specific message and all subsequent messages as unread. This is useful for re-flagging important messages that need attention.

Post Message

Tool to post a new message to a Chatwork room. Use when you need to send a message to a specific chat room. Supports marking the message as unread for the sender via the self_unread parameter.

Update Message

Tool to update an existing message in a Chatwork room. Use when you need to modify the content of a previously sent message. Requires appropriate permissions to edit messages in the room.

Update Chatwork Room

Tool to update chat room information (name, icon, description). Use when you need to modify existing chat room settings. At least one field (name, icon_preset, or description) must be provided.

Update Room Invitation Link

Tool to update the invitation link settings for a Chatwork room. Use when you need to modify the link code, description, or acceptance settings for a room's invitation link. Returns 400 if the invitation link feature is disabled for the room.

Update Room Members

Updates the complete member list of a Chatwork room with bulk assignment of member roles (admin, member, readonly). This is a bulk update operation that replaces the entire member list - any existing members not included in the request will be removed from the room. At least one admin must be specified. Use this when reorganizing room permissions or changing multiple member roles at once.

Update Task Status

Tool to update the completion status of a task in a Chatwork room. Use when you need to mark a task as done or reopen a completed task. Requires appropriate permissions to modify tasks in the specified room.

Upload File to Chatwork Room

This tool allows users to upload files to a specific Chatwork room. It enables file sharing functionality within the Chatwork platform by providing an endpoint to upload files (along with an optional message) to a given room.

Frequently asked questions

What can I automate with Chatwork on Definable?

Anything Chatwork exposes through its API. Common team chat workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 30 Chatwork tools directly, then chain the result into another integration without you writing code.

How does Chatwork authentication work?

Chatwork uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.

Is the Chatwork integration included in my Definable plan?

Yes — every Definable plan, including Starter, includes access to all 30 Chatwork tools. You only need a separate Chatwork subscription if Chatwork itself charges per seat or per API call.

Is using Chatwork through Definable secure?

Every call from a persona to Chatwork is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.

How do I get started with Chatwork on Definable?

Sign up for Definable, open the integrations page, find Chatwork, and connect via OAuth or API key. You can immediately attach Chatwork to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.

What Chatwork actions does Definable expose?

Definable exposes all 30 Chatwork actions as callable tools — including `Create Chatwork Room`, `Create Room Invitation Link`, `Create Task in Chatwork Room`, plus 27 more. Each tool gets a typed parameter schema so personas know exactly how to call it.

Ready to automate with Chatwork?

Wire it up in minutes. No coding required.

← All integrations