Integrations
An integration is any system that you need to connect to. Strata agents are capable of creating an integration from any SaaS API schema. We have templates for many popular SaaS APIs, and you can create your own custom integration from an OpenAPI spec.Connections
A connection is created once you connect to an integration. Connections commonly contain the following data:- Credentials for accessing the service provider’s APIs
- A list of scopes required by your integration
- Additional metadata about your account with the service provider (e.g. team ID, subdomain, instance URL)
Workflows
A workflow reads data from sources, transforms it, and writes it to one or more destinations. The heavy lifting of workflow creation and maintenance is handled by Strata agents. As a user, you stay focused on the intent and business requirements of your workflow. The following are example workflows:- Every 5 minutes, pull all HubSpot line items tied to deals that moved to ‘Closed Won’, group them by deal, and POST each group as a new invoice to our internal billing API.
- When a new order hits our Shopify store, look up the customer in Zendesk to check for any open tickets tagged ‘shipping-issue.’ If one exists, send a message to our priority order slack channel and add an internal note to the Zendesk ticket.
- Sync new Salesforce opportunities over $50K to our Snowflake data warehouse every 15 minutes, deduplicate by opportunity ID, and flag records where the close date has been pushed back more than twice.