Use a pre-built integration
Guide on how to use a pre-built integration.
Find the right pre-built integration
Pick an API you are interested in from the list of APIs or ask support for a new one.
On the API docs page, go to the Pre-built integrations section and view the available pre-built integrations. Go to the integration’s .md
file for details about the integration. Optionally explore it’s configuration (nango.yaml
) and implementation in code (.ts
).
Activate the integration in the Nango UI
Go to the Integrations tab in the Nango UI, select an API, and enable the desired integration toggle in the Endpoints tab.
Call the relevant integration endpoint
Refer to the endpoint reference available in the Nango UI (Integrations tab > select an API > Endpoints tab > select an endpoint) or in the integration’s .md
file in the integration GitHub repository.
You interact with integration types (syncs & actions) slightly differently. Refer to the related guides (sync guide, action guide) for detailed instructions.
Questions, problems, feedback? Please reach out in the Slack community.
Was this page helpful?