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",
    "image_url": "https://…/screenshot.png",
    "link_url": "https://github.com/…/actions/runs/123",
    "link_label": "Run oeffnen",
    "source": "ci"
  }'

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