react_to_comment
React to a Substack comment using a given comment ID, reaction emoji, and comment type (post or note). Dry run option allows testing before committing.
Instructions
WRITE. React on a comment (default ❤). Set kind='post' for comments under a post (uses the publication host) or kind='note' for replies on a Note (uses substack.com). Defaults to dry_run=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ||
| kind | No | post | |
| reaction | No | ❤ | |
| on | No | ||
| pub | No | ||
| dry_run | No |