create_comment
Add a reply to an existing Loomio discussion. Specify discussion ID and body; optionally set format to 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 |
|---|---|---|---|
| body | Yes | Comment body (required). | |
| body_format | No | Format of `body`. Defaults to Loomio's group default when omitted. | |
| discussion_id | Yes | ID of the discussion to comment on. |