Wiza
Use Wiza to enrich contacts, reveal emails and phone numbers, manage lists, and inspect API credits.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "WIZA_GET_API_INDIVIDUAL_REVEALS_ID", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("WIZA_GET_API_INDIVIDUAL_REVEALS_ID", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute WIZA_GET_API_INDIVIDUAL_REVEALS_ID --data '{ }'Tool catalog
Available tools
10 callable operations
Get Individual RevealWIZA_GET_API_INDIVIDUAL_REVEALS_IDGet the individual reveal by id.Connection
Get the individual reveal by id.
Authentication
Connected account requiredTags
Get ListWIZA_GET_API_LISTS_IDGet the list with the given idConnection
Get the list with the given id
Authentication
Connected account requiredTags
Get List ContactsWIZA_GET_API_LISTS_ID_CONTACTS> Get contacts for a list. By default a json response is returned. To get a csv response, append `.csv` to the url path.Connection
> Get contacts for a list. By default a json response is returned. To get a csv response, append `.csv` to the url path.
Authentication
Connected account requiredTags
Get CreditsWIZA_GET_API_META_CREDITSGet the number of credits remaining in your account.Connection
Get the number of credits remaining in your account.
Authentication
Connected account requiredTags
Company EnrichmentWIZA_POST_API_COMPANY_ENRICHMENTS> Enrich company data instantly. You can provide a company name, company domain, LinkedIn ID, or LinkedIn slug to get comprehensive company information. This endpoint returns company data immediately, including industry, size, revenue, funding information, location, and more. The enrichment costs 2 API credits per successful request. Credits are only charged when company data is successfully found and returned. Rate limits apply: 30 requests per minute, 43,200 requests per day.Connection
> Enrich company data instantly. You can provide a company name, company domain, LinkedIn ID, or LinkedIn slug to get comprehensive company information. This endpoint returns company data immediately, including industry, size, revenue, funding information, location, and more. The enrichment costs 2 API credits per successful request. Credits are only charged when company data is successfully found and returned. Rate limits apply: 30 requests per minute, 43,200 requests per day.
Authentication
Connected account requiredTags
Start Individual RevealWIZA_POST_API_INDIVIDUAL_REVEALS> Start an individual reveal. An individual reveal is a single contact enrichment. You can provide a name, company, and domain, or an email, or a LinkedIn profile URL. > Either `company` (company name) or `domain` is required when using contact details. Once the reveal is completed, an update will be posted to the webhook URL as configured in your [ account settings ]( http://wiza.co/app/settings/api ). The payload will be the same as the response of the Get Individual Reveal endpoint. If you wish to do added authentication, the headers in the webhook request will include `x-auth-key` which will be a SHA256 hash of your api key. You can get the status of the individual reveal by calling the `GET /api/individual_reveals/:id` endpoint.Connection
> Start an individual reveal. An individual reveal is a single contact enrichment. You can provide a name, company, and domain, or an email, or a LinkedIn profile URL. > Either `company` (company name) or `domain` is required when using contact details. Once the reveal is completed, an update will be posted to the webhook URL as configured in your [ account settings ]( http://wiza.co/app/settings/api ). The payload will be the same as the response of the Get Individual Reveal endpoint. If you wish to do added authentication, the headers in the webhook request will include `x-auth-key` which will be a SHA256 hash of your api key. You can get the status of the individual reveal by calling the `GET /api/individual_reveals/:id` endpoint.
Authentication
Connected account requiredTags
Create ListWIZA_POST_API_LISTS> Create a list of people to enrich. Once the list is completed, an update will be posted to the webhook URL as configured in your [ account settings ]( http://wiza.co/app/settings/api ). The payload will be the same as the response of this endpoint. If you wish to do added authentication, the headers in the webhook request will include `x-auth-key` which will be a SHA256 hash of your api key. You can get the status of the list by calling the `GET /api/lists/:id` endpoint. And you can get the contacts by calling the `GET /api/lists/:id/contacts` endpoint. **Note:** Please check the status of the list as it may fail sometimes due to LinkedIn rate limiting.Connection
> Create a list of people to enrich. Once the list is completed, an update will be posted to the webhook URL as configured in your [ account settings ]( http://wiza.co/app/settings/api ). The payload will be the same as the response of this endpoint. If you wish to do added authentication, the headers in the webhook request will include `x-auth-key` which will be a SHA256 hash of your api key. You can get the status of the list by calling the `GET /api/lists/:id` endpoint. And you can get the contacts by calling the `GET /api/lists/:id/contacts` endpoint. **Note:** Please check the status of the list as it may fail sometimes due to LinkedIn rate limiting.
Authentication
Connected account requiredTags
Continue prospect searchWIZA_POST_API_PROSPECTS_CONTINUE_SEARCHContinue with your previous searchConnection
Continue with your previous search
Authentication
Connected account requiredTags
Create prospect listWIZA_POST_API_PROSPECTS_CREATE_PROSPECT_LISTCreate a list of prospects that match your filtersConnection
Create a list of prospects that match your filters
Authentication
Connected account requiredTags
Prospect searchWIZA_POST_API_PROSPECTS_SEARCHFind the number of prospects that match your search filtersConnection
Find the number of prospects that match your search filters
Authentication
Connected account requiredTags