Skip to main content

Type Alias: MondayUpsertMode

MondayUpsertMode = "create_only" | "update_only" | "upsert"

Defined in: packages/sdk/src/types/event-types.ts:428

Upsert mode for Monday.com item action. Controls whether to create new items, update existing items, or both.