mesh_subscribe
Subscribe to live mesh events from a node. Receive webhooks for call.settled, vibe.followed, capability.listed, and mesh.welcome with HMAC-signed deliveries.
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) |