Reply to a post
replyReply to a post or to a reply. Leave replyTo empty to reply to the post itself; pass a reply id from list_replies to nest a reply under that reply.Like publish, this returns before the reply is live. Call get_post with the returned id to see the final status and link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here. | |
| content | Yes | ||
| replyTo | No | Reply id from list_replies. Omit to reply to the post itself. |