Skip to content
PACKAGES

fromWebhook()

Emit webhook delivery events for a registration id.

import { fromWebhook } from "@graphrefly/ts/sources";
function fromWebhook(id: string): Operator<never, WebhookEvent>
ParameterTypeDescription
idstringWebhook registration id.

A source operator that emits each webhook delivery event.

fromWebhook("ingest-events");

packages/ts/src/graph/sources.ts