paymo_add_comment
Add a comment to a Paymo task using a numeric ID or task code. Supports HTML formatting for rich text content.
Instructions
Add a comment to a Paymo task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Numeric task id (e.g. 1234) or human task code (e.g. ABC-1). | |
| content | Yes | Comment text. Paymo renders HTML here (p, b, i, u, s, ul, ol, li, h2, blockquote, a, br, code, pre, span) and strips anything else. Markdown is not rendered: use tags, not ** or backticks. |