What’s Supported
Supported Actions
This connector supports:- Read Actions, including full historic backfill and incremental read.
- Write Actions.
- Proxy Actions, using the base URL
https://api.lever.co
.
Supported Objects
The Lever connector supports reading to the following objects:- archive_reasons
- audit_events
- sources
- stages
- tags
- users
- feedback_templates
- opportunities
- postings
- form_templates
- requisitions
- requisition_fields
Example integration
For an example manifest file of an Lever integration, visit our samples repo on Github.Before You Get Started
To connect Lever with Ampersand, you need a Lever Account. Once your account is created, you’ll need to contact the support team to enable the OAuth option, and you’ll need to create an app in Lever and obtain the following credentials from your app:- Client ID
- Client Secret
Creating a Lever App
Follow the steps below to create a Lever app and add the Ampersand redirect URL.- Log in to your Lever account.
- Go to Settings > Integrations and API > OAuth in your Lever account.
- Enter the integration name in the Integration Name section.
- In the Integration Description section, enter the description for the OAuth application.
-
Enter the Ampersand Callback URI:
https://api.withampersand.com/callbacks/v1/oauth
in the Callback URI section. - Provide the URL for the Square logo URI.
- Enable the required scopes. For each module, enable both read and write access. A maximum of 20 scopes can be selected.
-
Click the Submit.
Add Your Lever App Info to Ampersand
- Log in to your Ampersand Dashboard.
-
Select the project where you want to create a Lever integration.
- Select Provider Apps.
- Select Lever from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
- Create a manifest file using the example.
- Deploy it using the amp CLI.
- If you are using Read Actions, create a destination.
- Embed the InstallIntegration UI component.
- Start using the connector!
- If your integration has Read Actions, you’ll start getting webhook messages.
- If your integration has Write Actions, you can start making API calls to our Write API.
- If your integration has Proxy Actions, you can start making Proxy API calls.