kombo-ruby-sdk/docs/DataChangedWebhookPayloadData.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

912 B

Kombo::DataChangedWebhookPayloadData

Properties

Name Type Description Notes
integration_id String The unique identifier of the integration.
integration_tool String The name of the integrated tool (e.g., "personio", "greenhouse").
integration_category String The category of the integration (HRIS, ATS, or ASSESSMENT).
changed_models Array<DataChangedWebhookPayloadDataChangedModelsInner> List of data models and connections for which one or more records were created, updated, or deleted.

Example

require 'kombo_client'

instance = Kombo::DataChangedWebhookPayloadData.new(
  integration_id: null,
  integration_tool: null,
  integration_category: null,
  changed_models: null
)