create_comment
Reply to a Loomio discussion thread with a comment body. Provide discussion ID and text. Optional format: markdown or HTML.
Instructions
Post a comment (reply) on an existing Loomio discussion. Required: discussion_id, body. Optional body_format ('md' or 'html'; defaults to the group's setting). Caller must be permitted to post in the discussion's group. Use for 'reply to thread X', 'add a follow-up to discussion Y', or to chain a series of automated updates. For starting a new thread instead, use create_discussion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| discussion_id | Yes | ID of the discussion to comment on. | |
| body | Yes | Comment body (required). | |
| body_format | No | Format of `body`. Defaults to Loomio's group default when omitted. |