Site-health autopilot — alert webhook when the score drops
An autopilot rule: audit your site on a schedule, and when the site-wide SEO score drops below your threshold, send an alert webhook (Slack/Discord/Zapier) — after you approve it. The alert step is a write, so it always pauses in the approval inbox; if the score is healthy, the run ends quietly.
- Get sitemap URLsStarts immediately
web_get_sitemap - Take first/last N of a listAfter sitemap
util_take - Audit page SEOLoop After cap
web_audit_page - Summarize SEO auditsAfter audit
web_audit_summary - Check conditionAfter summary
condition - Send webhook (POST)Approval After healthy + summary
web_post_webhook
- Plan
- Starter manual / Growth scheduled
- Connection
- No provider connection
- Approval
- 1 approval-gated write