Executable distribution catalog

Workflow templates

These are the workflows MarkMate actually ships. Every card is generated from its executable JSON and cross-checked against generally available registry operations.

distribution/templatesRegistry checked
1executable templates6declared nodes1approval workflow
  1. 01
    Site-health autopilot — alert webhook when the score drops6 nodes / 5 operations
6 nodesread from executable JSON1 schedule-readyGrowth plan when automatedRequirements shownplan, connection, approval
Release A / shipped now

Pick the outcome. Inspect the wiring.

Open any workflow to see its exact node order, operation IDs, runtime notes, and the point where a human decision is required.

01
6 nodes Schedule ready

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.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Take first/last N of a listutil_take
    After sitemap
  3. Audit page SEOweb_audit_page
    Loop After cap
  4. Summarize SEO auditsweb_audit_summary
    After audit
  5. Check conditioncondition
    After summary
  6. Send webhook (POST)web_post_webhook
    Approval After healthy + summary
Plan
Starter manual / Growth scheduled
Connection
No provider connection
Approval
1 approval-gated write
Start from something executable

Open a workspace. Keep every requirement visible.

Free workspaces can inspect and build workflows. The catalog marks paid execution gates before you start.

Start free
Workflow templates | MarkMate