reactToEvent
Publish a reaction (kind 7) to a Nostr event. Requires event ID and author pubkey. Allows custom reaction content, relays, and optional private key.
Instructions
React to an event (kind 7)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | ID of the event to react to | |
| eventPubkey | Yes | Pubkey of the event author | |
| reaction | No | Reaction content (default: "+") | + |
| privateKey | No | Private key (nsec or hex). Optional when NOSTR_BUNKER_URI is configured. | |
| relays | No | Relays to publish to |