n8n Semble Integration

  • Home
Getting Started
  • Configuration
  • Installation
Node Reference
  • Booking Nodes
  • Credentials
  • Overview
  • Patient Nodes
  • Product Nodes
  • Trigger Nodes
API Reference
  • Overview
  • Components
  • Core
Examples
  • Common Workflows
  • Integration Patterns
  • Troubleshooting
Development
  • Architecture
  • Contributing
  • Testing

EventActionType

n8n-nodes-semble v2.1.0


n8n-nodes-semble / components/EventActionSelector / EventActionType

Enumeration: EventActionType¶

Defined in: components/EventActionSelector.ts:15

Available CRUD action types EventActionType

Enumeration Members¶

CREATE¶

CREATE: "create"

Defined in: components/EventActionSelector.ts:16


GET¶

GET: "get"

Defined in: components/EventActionSelector.ts:17


GET_MANY¶

GET_MANY: "getMany"

Defined in: components/EventActionSelector.ts:18


UPDATE¶

UPDATE: "update"

Defined in: components/EventActionSelector.ts:19


DELETE¶

DELETE: "delete"

Defined in: components/EventActionSelector.ts:20

Menu
Home
Getting Started
Configuration Installation
Node Reference
Booking Nodes Credentials Overview Patient Nodes Product Nodes Trigger Nodes
API Reference
Overview Components Core
Examples
Common Workflows Integration Patterns Troubleshooting
Development
Architecture Contributing Testing

On This Page

Enumeration Members CREATE GET GET_MANY UPDATE DELETE
shadcn theme provided by @asiffer