ZoomInfo · Arazzo Workflow

ZoomInfo Resolve a Company from a URL

Version 1.0.0

Authenticate, then resolve a company website into ZoomInfo master-data fields.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceIntent DataGo-To-MarketData EnrichmentAI AgentsMCPArazzoWorkflows

Provider

zoominfo

Workflows

resolve-company-from-url
Resolve a company website into ZoomInfo master-data fields.
Authenticates and then enriches a company by its website URL via the master data endpoint, requesting the supplied master-data output fields.
2 steps inputs: companyUrl, outputFields, password, username outputs: masterData
1
authenticate
Exchange the ZoomInfo username and password for a JWT access token that is valid for 60 minutes.
2
resolveCompany
Resolve the supplied company website URL into ZoomInfo master-data fields, authenticating with the JWT.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: ZoomInfo Resolve a Company from a URL
  summary: Authenticate, then resolve a company website into ZoomInfo master-data fields.
  description: >-
    An identity-resolution flow against ZoomInfo's master data. It authenticates
    for a JWT and then calls the Company Master Data Enrich endpoint with a
    company website URL, returning canonical master-data fields such as the
    ZoomInfo location id, enterprise customer id, normalized name, and full
    address along with the match reason. Every step spells out its request
    inline so the flow can be read and executed without opening the underlying
    OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: authenticationApi
  url: ../openapi/zoominfo-authentication-api-openapi.yml
  type: openapi
- name: companyMasterDataEnrichApi
  url: ../openapi/zoominfo-company-master-data-enrich-api-openapi.yml
  type: openapi
workflows:
- workflowId: resolve-company-from-url
  summary: Resolve a company website into ZoomInfo master-data fields.
  description: >-
    Authenticates and then enriches a company by its website URL via the master
    data endpoint, requesting the supplied master-data output fields.
  inputs:
    type: object
    required:
    - username
    - password
    - companyUrl
    - outputFields
    properties:
      username:
        type: string
        description: The ZoomInfo API username.
      password:
        type: string
        description: The ZoomInfo API password.
      companyUrl:
        type: string
        description: The company website URL to resolve (e.g. "zoominfo.com").
      outputFields:
        type: array
        description: The list of master-data output fields to return (zi_* fields).
        items:
          type: string
  steps:
  - stepId: authenticate
    description: >-
      Exchange the ZoomInfo username and password for a JWT access token that is
      valid for 60 minutes.
    operationId: Authenticate
    requestBody:
      contentType: application/json
      payload:
        username: $inputs.username
        password: $inputs.password
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      jwt: $response.body#/jwt
  - stepId: resolveCompany
    description: >-
      Resolve the supplied company website URL into ZoomInfo master-data fields,
      authenticating with the JWT.
    operationId: CompanyMasterDataEnrich
    parameters:
    - name: Authorization
      in: header
      value: Bearer $steps.authenticate.outputs.jwt
    requestBody:
      contentType: application/json
      payload:
        matchCompanyInput:
        - zi_c_url: $inputs.companyUrl
        outputFields: $inputs.outputFields
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      success: $response.body#/success
      masterData: $response.body#/data
  outputs:
    masterData: $steps.resolveCompany.outputs.masterData

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/zoominfo-company-master-data-enrich-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.