🚀 Quickstart
Connect to Agiloft with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Agiloft.
Call the Agiloft API
Let’s make your first request to the Agiloft REST API (fetch records from a table). Replace the placeholders below with your Nango API 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
<KB-NAME>— the name of your Agiloft knowledge base (e.g.Demo). Find it in your Agiloft instance URL or under Setup > Knowledge Base.<TABLE-NAME>— the name of the table you want to query (e.g.Company,Contract). Table names are visible in Setup > Tables.
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.
📚 Agiloft integration guides
Nango maintained guides for common use cases.-
How do I link my account?
Learn how to find your Agiloft hostname and use it to connect your account. -
How to register your own Agiloft OAuth app
Register an OAuth app with Agiloft and obtain credentials to connect it to Nango