Zum Inhalt springen
BirdAPI powered by SKYLITE.DESIGN
Kontakt
VelinScript Automationen

Webhook senden

HTTP-POST an externen Endpoint.

Fortgeschritten 5 Min.

Code

VelinScript bash
curl -X POST "$WEBHOOK_URL" -H 'Content-Type: application/json' -d '{"event":"deploy.done"}'
Als Datei laden Im Kundenportal speichern (bald)