Chatwork integration (Communication, Productivity). Imported from open-connector.
https://api.chatwork.com/v2/me
/contacts
/rooms
/rooms/{roomId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
/rooms/{roomId}/members
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
/rooms/{roomId}/messages
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| force | boolean | optional | Whether to force returning the latest 100 messages. |
/rooms/{roomId}/messages/{messageId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| messageId | string | required | The Chatwork message ID. |
/rooms/{roomId}/messages/{messageId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| messageId | string | required | The Chatwork message ID. |
| body | string | required | The updated message body. |
/rooms/{roomId}/messages/{messageId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| messageId | string | required | The Chatwork message ID. |
/my/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| assignedByAccountId | integer | optional | The Chatwork account ID. |
| status | string | optional | The task completion status. |
/rooms/{roomId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| accountId | integer | optional | The Chatwork account ID. |
| assignedByAccountId | integer | optional | The Chatwork account ID. |
| status | string | optional | The task completion status. |
/rooms/{roomId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| taskId | integer | required | The Chatwork task ID. |
/rooms/{roomId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| body | string | required | The task body. |
| assigneeAccountIds | array | required | The assignee Chatwork account IDs. |
| limitTime | integer | optional | The Unix timestamp deadline. |
| limitType | string | optional | The deadline type. |
/rooms/{roomId}/tasks/{taskIdValue}/status
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The Chatwork room ID. |
| taskId | integer | required | The Chatwork task ID. |
| status | string | required | The task completion status. |
| taskIdValue | string | required | Path parameter: taskIdValue |