Jobber
What’s supported
Supported actions
This connector supports:
- Proxy Actions, using the base URL
https://api.getjobber.com/api/graphql
.
Before you get started
To connect Jobber with Ampersand, you will need a Jobber Account.
Once your account is created, you’ll need to Create a Jobber Developer Account and obtain the following credentials from your Jobber App:
- Client ID
- Client Secret
You will then use these credentials to connect your application to Ampersand.
Jobber uses GraphQL for all API operations. When making proxy calls, you must include the X-JOBBER-GRAPHQL-VERSION
header with the API version (e.g., 2025-01-20
) in all requests, as this is mandatory for Jobber’s GraphQL API. You can find the latest API version information in the Jobber API Changelog.
Create a Jobber developer account
Here’s how you can sign up for a Jobber account:
- Go to the Jobber Developer Center and create a developer account.
- Complete the registration process and verify your email.
Creating a Jobber app
Once your Jobber Developer account is ready, you need to create a Jobber application:
-
Log in to your Jobber Developer Center.
-
Navigate to the Apps page.
-
Click NEW to create your first app.
-
Fill in the required information:
- App name (required)
- Developer name (required)
- OAuth Callback URL: Use
https://api.withampersand.com/callbacks/v1/oauth
- App description (required)
- Scopes (required) - Select the data access permissions your app needs
-
Click Save to create your app.
Upon creation, the app will display the necessary credentials: Client ID and Client Secret. Note these down, as you will need it to connect your app to Ampersand.
Add your Jobber app info to Ampersand
- Log in to your Ampersand Dashboard.
- Select the project where you want to create a Help Scout integration.
- Select Provider apps.
- Select Jobber from the Provider list.
- Enter the previously obtained Client ID and Client Secret.
- Click Save changes.
For detailed information about available queries, mutations, and the complete schema, refer to the Jobber Developer Documentation and use their GraphiQL tool for testing.