Railway Webhooks API

GraphQL operations for project webhooks that notify external URLs of deployment status changes. Queries include projectWebhooks; mutations include webhookCreate, webhookUpdate, and webhookDelete.

API entry from apis.yml

apis.yml Raw ↑
aid: railway-app:railway-app-webhooks-api
name: Railway Webhooks API
tags:
- Webhooks
- Events
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.railway.com/reference/public-api
baseURL: https://backboard.railway.com/graphql/v2
properties:
- url: https://docs.railway.com/reference/public-api
  type: Documentation
- url: graphql/railway-app-graphql.md
  type: GraphQL
- url: graphql/railway-app-schema.graphql
  type: GraphQL
description: GraphQL operations for project webhooks that notify external URLs of deployment status changes.
  Queries include projectWebhooks; mutations include webhookCreate, webhookUpdate, and webhookDelete.