The Integration Entity
Catalytic\SDK\Entities\Integration
The Integration entity contains metadata about Integrations in the Catalytic platform.
Common Methods
These are the most commonly used methods of an Integration
.
Name | Type | Description |
---|---|---|
getId | string | The unique ID of the Integration |
getName | string | The name of the Integration |
getIsCustomIntegration | boolean | Boolean indicating whether Integration is a built-in Catalytic Integration or a custom Integration |
getConnections | array | List of IntegrationConnections to this Integration |
getConnectionParams | array | List of values required to create a new Connection of this Integration |
Updated almost 3 years ago