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”CRM & Sales
Section titled “CRM & Sales”| Connector | Type | Auth |
|---|---|---|
| Salesforce | http | oauth2 |
| HubSpot | http | oauth2 |
| Zendesk | http | api_key |
| Dynamics 365 | http | oauth2 |
E-commerce
Section titled “E-commerce”| Connector | Type | Auth |
|---|---|---|
| Shopify | http | oauth2 |
| WooCommerce | http | api_key |
Finance & Accounting
Section titled “Finance & Accounting”| Connector | Type | Auth |
|---|---|---|
| Stripe | http | api_key |
| SAP Business One | http | api_key |
| NetSuite | http | oauth2 |
| QuickBooks | http | oauth2 |
| Xero | http | oauth2 |
Communication
Section titled “Communication”| Connector | Type | Auth |
|---|---|---|
| Slack | webhook | bearer |
| Microsoft Teams | webhook | bearer |
| SendGrid | http | api_key |
Warehousing & Logistics
Section titled “Warehousing & Logistics”| Connector | Type | Auth |
|---|---|---|
| ShipStation | http | api_key |
Developer Tools
Section titled “Developer Tools”| Connector | Type | Auth |
|---|---|---|
| Jira | http | oauth2 |
Generic
Section titled “Generic”| Connector | Type | Auth |
|---|---|---|
| SFTP | custom | basic |
| PostgreSQL | database | basic |
| MySQL | database | basic |
| MSSQL | database | basic |
| Generic HTTP | http | none |
| Amazon S3 | http | api_key |
| Google Drive | http | oauth2 |
| Generic Webhook | webhook | none |
Managing connectors
Section titled “Managing connectors”# Browse the connector catalogfyrn connector catalog
# List configured connector instancesfyrn connector instances
# Test a specific connectionfyrn connector test <id>Custom connectors
Section titled “Custom connectors”Build custom connectors with AI by pointing fyrn connector build at an API’s documentation, a description, or an OpenAPI spec:
# From a docs URLfyrn connector build https://api.acme.com/docs
# From a descriptionfyrn connector build "Acme CRM REST API with OAuth2" --name acme-crm
# From an OpenAPI specfyrn connector build --spec ./openapi.yaml --name acme-crmSee the Custom Connectors guide for a full walkthrough.