Connectors
fyrn provides pre-built connectors for popular platforms. Each connector handles authentication, API versioning, rate limiting, and schema tracking.
Available connectors
Section titled “Available connectors”| Connector | Type | Auth | API Version |
|---|---|---|---|
| Shopify | E-Commerce | OAuth2 | 2024-10 |
| SAP Business One | ERP | API Key + Certificate | 10.0 |
| Salesforce | CRM | OAuth2 | v59.0 |
| HubSpot | CRM / Marketing | OAuth2 | v3 |
| Stripe | Payments | API Key | 2024-12 |
| NetSuite | ERP / Accounting | OAuth1 + TBA | 2024.1 |
| ShipStation | Fulfillment | API Key | v3 |
| Slack | Communication | OAuth2 | v2 |
| Jira | Project Management | OAuth2 | v3 |
Adding a connector
Section titled “Adding a connector”fyrn connector add <name>Custom connectors
Section titled “Custom connectors”Define custom connectors in YAML:
name: custom-apitype: RESTbase_url: https://api.example.com/v1auth: type: api_key header: X-API-Keyendpoints: - name: orders.list method: GET path: /orders - name: orders.create method: POST path: /orders