1
Create a developer account
If you don’t already have one, sign up for a Jobber developer account.
2
Create a new app
- Go to Manage Apps.
- Click + New in the top right corner.
- Fill in the required details (app name, description, scopes).
- For Callback URL, add
https://api.nango.dev/oauth/callback. - Save the app.
3
Get your credentials
After saving, copy the Client ID and Client Secret — you will need these when configuring the integration in Nango.
Keep your Client Secret safe. It is also used as the Webhook Secret for verifying incoming webhook payloads.
4
Start building your integration
Follow the Quickstart guide to build your integration.