create_task
Assign tasks to users in Chatwork rooms by specifying room ID, task description, assignee IDs, and optional due date to organize team work.
Instructions
Assign a task to a user in a Chatwork room.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room_id | Yes | The unique identifier of the Chatwork room. | |
| body | Yes | Task description/body. | |
| to_ids | Yes | Array of account IDs to assign the task to. | |
| limit | No | Task due date (Unix timestamp). |