Create an Integration
- Go to Catalog
- Click Create Integration
Configuration Steps
Step 1: Basic Details
Step 2: Authentication
Choose how users authenticate:- OAuth 2.0
- API Key
- Client Credentials
Recommended for most services
- Redirect URL
- Client ID and Secret
- Authorization endpoint
- Token endpoint
- Scopes
Step 3: Variables
Define values users provide during connection:Step 4: Base URL and Headers
Set the API base URL:Step 5: Pagination
Configure how to handle paginated responses:Step 6: Rate Limiting
Configure rate limit detection:- HTTP 429 response handling
- Retry-After header parsing
- Custom rate limit expressions
Step 7: Resources
Define the data types available:Step 8: Actions
Automated tasks after account connection:- Get Context - Retrieve user info
- Transform - Process data with JSONata
- Update Context - Store values for later use

