{
  "origin": "https://hookpulse.net",
  "templates": {
    "ingest_curl": "curl -fsS \"https://hookpulse.net/in/YOUR_ID\"",
    "ingest_cron": "*/15 * * * * curl -fsS \"https://hookpulse.net/in/YOUR_ID\"",
    "ingest_n8n": {
      "method": "GET",
      "url": "https://hookpulse.net/in/YOUR_ID",
      "note": "Last node of the scenario: HTTP Request GET this URL. If the scenario stops, we miss."
    },
    "miss_json": {
      "type": "hookpulse.miss",
      "id": "YOUR_ID",
      "name": "nightly-backup",
      "last_event_at": null,
      "interval_sec": 900,
      "miss_count": 1,
      "text": "[HookPulse] Miss: nightly-backup",
      "content": "[HookPulse] Miss: nightly-backup",
      "app": "https://hookpulse.net"
    },
    "miss_url_hint": "HTTPS URL we POST on miss (Slack Incoming Webhook, Discord webhook, or n8n Webhook). No http, no localhost."
  }
}