🚀 Quickstart
Connect to Tripletex with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Tripletex.
2
Connect your Tripletex account
Go to Connections -> Add Test Connection. Enter your Consumer Token and Employee Token, select the Environment (
tripletex.no for production or api-test.tripletex.tech for the sandbox), set the Proxy Company ID (usually 0), then save. See the connect guide for how to generate these tokens.3
Call the Tripletex API
Make your first request (returns the employee the session represents). Replace the placeholders 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
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To set up your own credentials, follow the connect guide linked below.
📚 Tripletex integration guides
Nango maintained guides for common use cases.- How to connect your Tripletex account
Generate an employee token in Tripletex and connect it to Nango