What’s supported
Supported actions
This connector supports:- Read Actions, including full historic backfill. Please note that incremental read is supported only for
contacts,newsandscoopscurrently. For all other objects, a full read of the ZoomInfo instance will be done per scheduled read. - Write Actions.
- Proxy Actions, using the base URL
https://api.zoominfo.com.
Supported objects
The ZoomInfo connector supports reading from and writing to the following objects:Read objects
- agent-teams
- audience-folders
- audiences
- board-members
- buying-groups
- companies
- company-rankings
- company-types
- contacts
- continents
- countries
- customer-buyer-personas
- customer-competitors
- departments
- employee-count
- hashtags
- ideal-company-profile
- industries
- intent-topics
- job-functions
- job-titles
- management-levels
- metro-regions
- naics-codes
- news
- news-categories
- products
- pulses
- revenue-ranges
- scoop-departments
- scoop-topics
- scoop-types
- scoops
- sic-codes
- states
- sub-unit-types
- tech-categories
- tech-skills
- tech-vendors
- usage
- years-of-experience
Write objects
- audience-folders
- audiences
- customer-buyer-personas
- customer-competitors
- ideal-company-profile
- products
Example integration
For an example manifest file of a ZoomInfo integration, visit our samples repo on GitHub.Before you get started
To connect ZoomInfo with Ampersand, you will need a ZoomInfo account with access to the ZoomInfo Developer Portal. Once your account is created, you’ll need to register an app in the Developer Portal and obtain the following credentials:- Client ID
- Client Secret
Creating a ZoomInfo app
- Log in to the ZoomInfo Developer Portal.
- Click Create App.
- Enter a descriptive name for your application, and select OAuth 2.0 Authorization Code as the authentication type.
-
Under redirect URIs, add:
https://api.withampersand.com/callbacks/v1/oauth - Assign the OAuth scopes that your integration needs. Scopes define the specific types of data and actions your application can access.
- Note the Client ID and Client Secret. You will need these to connect your app to Ampersand.
Add your ZoomInfo app info to Ampersand
- Log in to your Ampersand Dashboard.
- Select the project where you want to create a ZoomInfo integration.
- Select Provider Apps.
- Select ZoomInfo from the Provider list.
- Enter the Client ID and Client Secret obtained from your ZoomInfo app.
- Click Save Changes.
Using the connector
To start integrating with ZoomInfo:- Create a manifest file like the example above.
- Deploy it using the amp CLI.
- If you are using Read Actions, create a destination.
- Embed the InstallIntegration UI component. The UI component will prompt the customer for OAuth authorization.
- 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.

