theborakompanioni/Nostr Send Event Action
Send events with Nostr
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | nostr private key | yes | — |
| relay | nostr relay | yes | — |
| content | nostr content | yes | — |
| event_template | nostr event template | no | { "kind": 1, "tags": [] } |
| dry | dry-run mode - connection to relays will be established, but no event will be sent | — | false |
Outputs
| name | description |
|---|---|
| event | The published event as JSON string |