🚀 Quickstart
Connect to Jobber with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Jobber. Nango doesn’t provide a test OAuth app for Jobber yet. You’ll need to set up your own by following these instructions. After that, make sure to add the OAuth client ID and secret in the integration settings in Nango.
3
Call the Jobber API
Let’s make your first request to the Jobber API (fetch the connected account). Replace the placeholders below 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 obtain your own production credentials, follow the setup guide linked below.
📚 Jobber integration guides
Nango maintained guides for common use cases.-
How to register your own Jobber OAuth app
Register an OAuth app with Jobber and obtain credentials to connect it to Nango -
How to set up webhooks with Jobber on Nango
Receive real-time Jobber events in your app