Gate

PWA · Push

Push-Mitteilungen

Verlauf

API senden

curl -X POST https://gate.fredericzart.com/api/notify \
  -H "Authorization: Bearer <GATE_API_TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Neuer Build",
    "body": "Deploy gruen ✓",
    "kind": "success",
    "html_body": "

Report

Alle Tests gruen.

", "image_url": "https://…/screenshot.png", "link_url": "https://github.com/…/actions/runs/123", "link_label": "Run oeffnen", "source": "ci" }'

Felder: title (Pflicht), body, html_body, url, image_url, link_url+link_label, kind (info/success/warning/alert), tag, source.

html_body wird beim Oeffnen der App in einem isolierten Sandbox-Rahmen gezeigt (kein Script, kein Tracking-Zugriff) — erscheint als „Inhalt ansehen"-Kachel, nicht im Push-Banner.

Inhalt