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.
Parameters
Section titled “Parameters”request
Section titled “request”Request
context
Section titled “context”WebhookRouteContext
Returns
Section titled “Returns”Promise<Response>