1
Go to the Developer space
Go to BoondManager Developer Apps.
2
Create an app
- Click the button to create a new app.
- Fill in the required fields: Name, Title, and App code.
- Click Save.
3
Enable OAuth2
- Open the app you just created and go to the Security tab.
- Enable OAuth2 in the dedicated section.
- Add
https://api.nango.dev/oauth/callbackas a redirect URL. - Click Save.
- Note down the Client ID and Client Secret — you will need these when configuring the integration in Nango.
4
Configure scopes and access
- In the General security section, select the API endpoints and models your integration requires.
- Click the install button, then configure app visibility by clicking the group icon and selecting the appropriate access level for your use case.
5
Start building your integration
Follow the Quickstart guide to build your integration.