Integrations
You can use Integrations to connect to other systems to your Catalytic Workflows. Catalytic has a number of built-in Integrations for common systems. Each Integration can have multiple Connections. For example, if you integrate with Google, you can have different Connections for different users or groups. A Workflow can then use different connections based on what it automates.
Learn more about Integrations
https://help.catalytic.com/docs/general-integration-information
The Integrations
client allows you to view existing Integrations and their Connections, and create and manage custom Integrations. It provides the following methods:
Method | Description |
---|---|
get | Gets an Integration and its Connections by Id |
find | Search for Integrations by Name |
create | Creates a new Integration |
update | Updates an Integration by Id |
delete | Deletes an Integration by Id |
getConnection | Gets an IntegrationConnection by Id |
createConnection | Creates a new IntegrationConnection |
deleteConnection | Deletes an IntegrationConnection by Id |
Updated almost 3 years ago