mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
912 B
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
)