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 GetAsync | Gets an Integration and its Connections by Id |
Find FindAsync | Search for Integrations by Name |
Create CreateAsync | Creates a new Integration |
Update UpdateAsync | Updates an Integration by Id |
Delete DeleteAsync | Deletes an Integration by Id |
GetIntegrationConnection GetIntegrationConnectionAsync | Gets an Integration Connection by Id |
CreateIntegrationConnection CreateIntegrationConnectionAsync | Creates a new Integration Connection |
DeleteIntegrationConnection DeleteIntegrationConnectionAsync | Deletes an Integration Connection by Id |
Updated almost 4 years ago
What’s Next