set_webhook
Set (or clear) a push webhook URL for your monitoring, instead of or in addition to polling. When we detect a change for a monitored NIP, we send a POST signed with HMAC-SHA256 (X-Skanfirmy-Signature header). Returns the secret ONCE. Pass an empty url to disable. Requires a skanfirmy API key. Public https addresses only (port 443).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public https URL of the receiver (empty = disable the webhook). | |
| api_key | No | skanfirmy API key (optional, if not in the header). |