sendDmNip44
Send encrypted direct messages on Nostr using NIP-44 protocol. Provide recipient pubkey and message content; optionally include private key and relays for secure publishing.
Instructions
Send a NIP-44 direct message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message content | |
| recipientPubkey | Yes | Recipient pubkey (hex or npub) | |
| privateKey | No | Private key (nsec or hex). Optional when NOSTR_BUNKER_URI is configured. | |
| relays | No | Relays to publish to |