Skip to main content

Overview

The Chatwork tool allows you to connect with the Chatwork API, enabling you to send messages, create tasks, and manage your Chatwork account programmatically. This integration is useful for automating workflows and enhancing productivity within your team.

Key Features

  • CHATWORK_SEND_MESSAGE
    • Send messages to a specific room in Chatwork.
  • CHATWORK_GET_MESSAGES
    • Retrieve messages from a specific room in Chatwork.
  • CHATWORK_CREATE_TASK
    • Create tasks in a specific room in Chatwork.
  • CHATWORK_GET_TASKS
    • Retrieve tasks from a specific room in Chatwork.
  • CHATWORK_UPDATE_TASK_STATUS
    • Update the status of a specific task in Chatwork.

Authentication

For further details, click here. To use the Chatwork API, you need to create a developer account on the Chatwork Developer Platform and generate your API keys. This will provide you with the necessary credentials to authenticate your requests. Note: Treat API keys as sensitive information and never commit them to public repositories.

Example: Manage Chatwork Tasks and Messages