Skip to content

POST

POST(request, context): Promise<Response>

Defined in: handlers/webhooks.ts:37

Handles POST /api/webhooks/:platform.

The router only resolves the platform and delegates to the adapter webhook implementation; request semantics stay owned by the adapter package.

Request

WebhookRouteContext

Promise<Response>