Webhooks API
Webhooks API
Section titled “Webhooks API”FlightStack uses webhooks to receive events from GitHub.
GitHub Webhook Endpoint
Section titled “GitHub Webhook Endpoint”POST /webhook/githubThis endpoint receives push, tag, and PR events from GitHub.
Webhook Events
Section titled “Webhook Events”FlightStack handles these GitHub events:
| Event | Description |
|---|---|
push | Code pushed to branch |
create | Tag created |
pull_request | PR opened/updated |
Webhook Security
Section titled “Webhook Security”Webhooks are validated using the secret configured during repository setup. Invalid signatures are rejected with 401.
Outgoing Webhooks
Section titled “Outgoing Webhooks”Configure outgoing webhooks in pipeline Webhook jobs to notify external services.