write_comment
Add a comment to any Targetprocess card, choosing markdown, HTML, or plain text. Reply to an existing comment by referencing its ID.
Instructions
Add a comment to a card. Pass format markdown for Markdown; otherwise plain text lines become paragraphs and HTML is sent as-is. replyTo answers another comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | Yes | ||
| format | No | How the text is written: markdown (stored as a Targetprocess Markdown description), html (sent as-is), or text (plain lines). Default: HTML and text starting with <!--markdown--> are kept, anything else is treated as plain text, so Markdown needs format: markdown. | |
| private | No | ||
| replyTo | No |