gql_reply_to_post
Post replies to discussions on Thinkific using GraphQL by specifying the parent post ID and reply content.
Instructions
Reply to a post (GraphQL). Note: uses 'content' for the body and 'parentId' for the post ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | The parent post ID to reply to | |
| body | Yes | Reply body/content |