Skip to main content

🚀 Quickstart

Connect to Ergo with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Ergo.
2

Authorize Ergo

Go to Connections -> Add Test Connection -> Authorize, then enter your token. Later, you’ll let your users do the same directly from your app.
3

Call the Ergo API

Let’s make your first request to the Ergo API (discover meetings). Replace the placeholders below with your secret key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the connect guide linked below.
Ergo’s GET /v1/meetings list is paginated with an opaque nextCursor — pass it back verbatim with the same created_after/created_before/limit filters to get the next page; a null cursor means you’ve reached the end. GET /v1/meetings/{id} returns 404 for both missing and inaccessible meeting IDs, and does not distinguish between the two. Ergo enforces 60 requests per 60 seconds per token; on a 429, wait at least the Retry-After value (in seconds) before retrying.

📚 Ergo integration guides

Nango maintained guides for common use cases.

🧩 Pre-built syncs & actions for Ergo

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.