Key Capabilities
3,500+ Integrations
Connect to cloud storage, productivity tools, databases, communication platforms, and more.
36,000+ Actions
Access a comprehensive library of pre-built actions for each integration.
Credential Management
Secure credential storage with organization, workspace, and individual scoping.
No-Code Setup
Connect services through OAuth or API keys without writing code.
Using Integrations
In Workflows
Once you’ve configured integrations here in the marketplace, use them in your workflows through the Integrations Task:Integrations Task
Add pre-configured integrations to your workflow to import data, export results, send notifications, and more.
Setting Up Integrations
1
Open the Integrations Marketplace
Go to the Integrations Marketplace from the left navigation bar in the Opus platform.
2
Select a service
Browse or search for the service you want to connect—Google Sheets, Slack, AWS S3, Salesforce, and thousands more.
3
Authenticate
Choose your authentication method and connect your account. Opus supports:
- OAuth: Sign in with your service account
- API Key: Paste your API key
- Access Token: Provide your access token
- JWT: Use JSON Web Token authentication
- Custom Auth: Configure custom authentication headers
- No Auth: For services that don’t require authentication
- And many more depending on the service.
4
Complete the connection flow
Configure your credential by providing:
- Action: Select what this credential will be used for
- Name: Give your credential a recognizable name
- Description: Add a description to help identify this credential later
Currently, Opus only supports organization-scoped credentials, which means any credentials you create can be used by all users in your organization. Support for workspace and personally-scoped credentials is coming soon.
5
Use in workflows
Add an Integrations Task in the Builder and select your pre-configured integration.
Best Practices
Monitor credential expiration
Monitor credential expiration
- OAuth tokens may expire and require re-authentication
- Test integrations regularly to catch issues early
Test in preview mode
Test in preview mode
- Verify credentials work before activating workflows
- Test with representative data
- Confirm read/write permissions are correct
Use least privilege
Use least privilege
- Grant only the permissions needed for your workflow
- Use read-only credentials when writes aren’t required
- Scope to specific folders or resources when possible
Custom APIs
For APIs not covered by the Integration Marketplace, use the External Service task:External Service
Connect to any REST API with custom authentication and request configuration.