create_webhook_subscription
Register a webhook endpoint to receive push notifications when new satellite imagery matches a monitoring rule. Requires an active monitor ID to link the subscription.
Instructions
Register a webhook endpoint to receive push notifications when new imagery matching a monitoring rule is available. Requires an active monitor_id from setup_aoi_monitoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | No | Shared secret for webhook signature verification | |
| monitor_id | Yes | Monitor ID from setup_aoi_monitoring | |
| endpoint_url | Yes | HTTPS URL to receive webhook notifications |