π Quickstart
Connect to Agiloft with Nango using client credentials and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Agiloft (Client Credentials).
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 (Client Credentials) integration guides
- How do I link my account?
Learn how to obtain your Hostname, Client ID, and Client Secret from Agiloft and use them to connect your account.