mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
790 B
790 B
Kombo::ConnectionFlowFailedWebhookPayloadData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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). | |
| end_user | ConnectionFlowFailedWebhookPayloadDataEndUser | ||
| log_url | String | URL to view detailed logs for the operation. |
Example
require 'kombo_client'
instance = Kombo::ConnectionFlowFailedWebhookPayloadData.new(
integration_tool: null,
integration_category: null,
end_user: null,
log_url: null
)