Create an Integration
- Go to Catalog
- Click Create Integration
Configuration Steps
Step 1: Basic Details
| Field | Description |
|---|---|
| Label | Display name (e.g., “My WMS”) |
| Identifier | Unique code used in URLs and SDK |
| Category | Optional grouping |
| Logo | Optional icon for the connection UI |
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:| Method | Description |
|---|---|
| Cursor | Next page token in response |
| Offset | Skip N records |
| Page | Page number parameter |
| None | Single response, no pagination |
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

