Create a new comment on a post
esa_create_commentAdd a comment to an existing esa post using Markdown. Specify the post number and comment content; optionally set the author's username with owner permissions.
Instructions
Creates a new comment on an existing post in an esa team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Comment author's screen_name (owner permission required) | |
| bodyMd | Yes | The comment content in Markdown format. Use 4 spaces for indentation. | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| postNumber | Yes | The post number to comment on |