API ReferenceEvent Referenceintegration.quo.webhook.received.v1

integration.quo.webhook.received.v1

Constant

import { EVENT_NAMES } from "@platform/contracts";
 
EVENT_NAMES.INTEGRATION_QUO_WEBHOOK_RECEIVED_V1;

Publishers

Subscribers

No service currently subscribes to this event.

Payload schema

z.object({
  provider: z.literal("quo"),
  ...vendorWebhookBase,
}

Delivery semantics

  • At-least-once delivery. Consumers must dedupe by event ID.
  • Fanned out to both NATS (in-cluster) and EventBridge (durable). See Events concept.