add_comment
Add a comment to a Kanban card by providing card ID, author, and body. Use idempotency key to avoid duplicate comments.
Instructions
Add a comment to a card (card_id, author = User id, body).
idempotency_key (reused on retry) prevents duplicate comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ext | No | ||
| body | Yes | ||
| author | Yes | ||
| card_id | Yes | ||
| created_at | No |