ZoomInfo · Arazzo Workflow
ZoomInfo Authenticate and Search Contacts
Version 1.0.0
Exchange ZoomInfo credentials for a JWT and search the contact database.
View Spec
View on GitHub
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceArazzoWorkflows
Provider
Workflows
authenticate-and-search-contacts
Authenticate to ZoomInfo and run a contact search with the resulting JWT.
Calls the authenticate endpoint with a username and password to obtain a JWT access token, then passes that token as a Bearer credential to the Contact Search endpoint to retrieve contacts matching the supplied criteria.
1
authenticate
Authenticate
Exchange the ZoomInfo username and password for a JWT access token that is valid for 60 minutes. ZoomInfo returns the token on the response body as the "jwt" field.
2
searchContacts
ContactSearch
Search ZoomInfo for contacts matching the supplied criteria, authenticating with the JWT obtained in the previous step.