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
Methods
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 |
getIntegrationConnection | Gets an Integration Connection by id |
createIntegrationConnection | Creates a new Integration Connection |
deleteIntegrationConnection | Deletes an Integration Connection by id |
Updated over 2 years ago