react_to_post
Add or remove a reaction (default ❤) on a Substack post. Use dry run to preview without applying.
Instructions
WRITE. Add (on=true, default) or remove (on=false) a reaction on a post. Defaults to ❤ and dry_run=true. For comment-level reactions use react_to_comment. Reactions are not deduped (Substack itself idempotent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| reaction | No | ❤ | |
| on | No | ||
| pub | No | ||
| dry_run | No |