Skip to content

Webhooks API

FlightStack uses webhooks to receive events from GitHub.

POST /webhook/github

This endpoint receives push, tag, and PR events from GitHub.

FlightStack handles these GitHub events:

EventDescription
pushCode pushed to branch
createTag created
pull_requestPR opened/updated

Webhooks are validated using the secret configured during repository setup. Invalid signatures are rejected with 401.

Configure outgoing webhooks in pipeline Webhook jobs to notify external services.