React to a post (staged)
react_to_postStage a reaction on a post to preview it and get a confirmation token, so the public reaction is applied only after you approve.
Instructions
Stage a reaction on a post. Does NOT react yet — returns a preview and a confirmation_token. Reactions are public and attributed to you, so they go through the same approval step as comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_url | Yes | Permalink of the post | |
| reaction | No | Which reaction to apply | like |
| require_confirmation | No | Must be true. Setting it false is refused unless the server operator has explicitly enabled unconfirmed writes in the environment. |