Getting Started
Introduction
Getting Started
Introduction
Nango makes it easy to integrate your product with any external API.
It is:
- as powerful as building integrations yourself
- as fast as buying a pre-built solution
The result:
- Build the integrations your customers need.
- Simplify your codebase.
- Sleep at night.
ββ Nango at a glance
Nango combines production-ready infrastructure with pre-built integration components for 100+ APIs:
- π Managed auth
- π Bi-directional syncing
- π« Automatic rate-limits & retries
- π Pagination
- π§ Strong typing with your custom data models
- πͺ Webhooks
- π Built-in monitoring
- πΊ Admin console
You get full control over the integrations with none of the maintenance and ops hassle.
βπ©βπ» How it looks in my code
- 1-liner to start a new OAuth flow:
nango.auth('github', '<user-id>');
- 1-liner to fetch structured objects from any external API:
nango.github().issues('<user-id>');
Get started with the Quickstart π
β100+ pre-configured APIs, easily add your own
Nango works with any API and use-case. Adding Integration Templates is easy and we already have the main APIs covered.
100+ APIs are pre-configured to work out-of-the-box, including:
- CRM: Front, Hubspot, Salesforce, etc.
- Accounting: Xero, Sellsy, Zoho Books, etc.
- Fintech: Brex, Stripe, Braintree, Ramp etc.
- Developer tools: GitHub, GitLab, Linear, Jira etc.
- Communication: Gmail, Microsoft Teams, Slack, Discord, Zoom etc.
- Productivity: Asana, Airtable, Google Drive, Google Calendar, Trello, GSheet, ClickUp etc.
- Social: Twitter, LinkedIn, Reddit, Facebook etc.
- and moreβ¦
If your favorite API is missing open a GitHub issue or contribute it.