create_watch
Watch something and fire your webhook when it changes. Types: change, keyword, regex, structured, drift, redirect, sitemap, staleness, rss, dns, port, cert, heartbeat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to watch | |
| days | No | ||
| host | No | ||
| json | No | ||
| name | No | DNS name | |
| port | No | ||
| type | Yes | watch type | |
| domain | No | for cert watch | |
| record | No | DNS record type | |
| keyword | No | ||
| pattern | No | regex | |
| percent | No | drift threshold | |
| webhook | Yes | called on change | |
| selector | No | CSS selector or JSON path | |
| confirmations | No | fire only after N consecutive hits | |
| interval_seconds | No |