Add pages to daily monitoring
add_monitored_pagesUse this when a page that matters is not being watched at all — a checkout, an account area, a campaign landing page missing from list_monitored_pages — and should be checked from now on. WRITES to this website's Inclusify configuration — never to the site itself: adds URLs to the set of pages scanned on the daily monitoring rotation. Add-only: it never removes, pauses or edits a page; those stay in the Inclusify panel. Idempotent: a URL already monitored is reported back as alreadyMonitored, not duplicated and not an error. Every URL must be on the website's own domain(s); up to 20 per call. All-or-nothing against the plan's audited-page allowance: if the batch would not fit (paused pages hold their slots too), nothing is added and the response says what would. Loads no page and costs no page allowance. New pages are picked up by the scan worker's continuous queue — never-scanned pages first, then a re-scan roughly every 20h — not instantly; for an immediate answer use start_crawl or a live check tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Pages to monitor: full URLs on the website's own domain(s), or paths starting with "/" (resolved against the website's domain). At most 20 per call. | |
| website | Yes | The website domain as registered in Inclusify, e.g. "example.com". |