Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to Metabase with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Metabase.
Authorize Metabase
Go to Connections -> Add Test Connection -> Authorize, then enter your Metabase API key and hostname. Later, youβll let your users do the same directly from your app.
Call the Metabase API
Letβs make your first request to the Metabase API. 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.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Metabase Integration Guides
Nango maintained guides for common use cases.- How do I link my Metabase account?
Learn how to generate your Metabase API key and link your account
π§© Pre-built syncs & actions for Metabase
Enable them in your dashboard. Extend and customize to fit your needs.Users
| Function name | Description | Type | Source code |
|---|---|---|---|
create-user | Creates a user in Metabase. | Action | π Github |
disable-user | Disables a user in Metabase by id. | Action | π Github |
enable-user | Enables a disabled user. | Action | π Github |
fetch-user | Fetches details of a specific user by ID. | Action | π Github |
update-user | Updates an existing, active user in Metabase. | Action | π Github |
users | Fetches a list of users from Metabase, including active and inactive users. | Sync | π Github |