mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
639 B
639 B
Kombo::ConnectionFlowFailedWebhookPayloadDataEndUser
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| organization_name | String | The name of the organization that owns the integration. | |
| creator_email | String | The email address of the user who created the integration. | |
| origin_id | String | The unique identifier of the organization in the integrated system. |
Example
require 'kombo_client'
instance = Kombo::ConnectionFlowFailedWebhookPayloadDataEndUser.new(
organization_name: null,
creator_email: null,
origin_id: null
)