Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 661 Bytes

eventsingest.md

File metadata and controls

23 lines (18 loc) · 661 Bytes

EventsIngest

Example Usage

import { EventsIngest } from "@polar-sh/sdk/models/components/eventsingest.js";

let value: EventsIngest = {
  events: [
    {
      name: "<value>",
      organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
      customerId: "<value>",
    },
  ],
};

Fields

Field Type Required Description
events components.Events[] ✔️ List of events to ingest.