Webhook Subscriptions
mesh_subscribeSubscribe to live mesh events via webhook: get notified on call settlements, new followers, and capability listings. HMAC-signed deliveries secure your endpoint.
Instructions
Wire a webhook to your node's LIVE mesh events: call.settled when someone rents your capability, vibe.followed when you gain a follower, capability.listed when a node you follow ships something new. HMAC-signed deliveries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | subscription id (for delete) | |
| url | No | public https endpoint to POST events to | |
| action | Yes | ||
| events | No | event types to receive (omit = all) |