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

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
)