---
title: "Trigger configured webhook"
method: POST
path: "/ingest/v1/webhooks/{id}"
tags: ["Webhook Triggers"]
---

# Trigger configured webhook

`POST /ingest/v1/webhooks/{id}`

Public webhook receiver. Looks up the configured webhook by its trigger UUID, applies the configured field mappings to the incoming payload, builds a marker, and publishes it through the ingestion pipeline. If the webhook is disabled or has no field mappings yet, the raw payload is stored as the `lastReceivedPayload` (so dashboard users can configure mappings against a real sample) and the response is `{ status: 'captured' | 'disabled' }`. Successful publishes respond `{ status: 'ok' }`; publish failures return 502.

## Path parameters

- `id` string, required

## Request body

- object

## Response `200`

Default Response

---

[API](https://skmtc.dev/gamebeast/apis/gamebeast-api.md) · [All operations](https://skmtc.dev/gamebeast/apis/gamebeast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gamebeast/gamebeast-api/revisions/e9940594b0cc/schema)
