Open Connector
所有 Tools

Wiza

Use Wiza to enrich contacts, reveal emails and phone numbers, manage lists, and inspect API credits.

wizav1.0.010 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 目录

可用 Tools

10 个可调用操作

Get Individual RevealWIZA_GET_API_INDIVIDUAL_REVEALS_IDGet the individual reveal by id.

Get the individual reveal by id.

认证

需要 Connected Account

Tags

Individual Reveals
Get ListWIZA_GET_API_LISTS_IDGet the list with the given id

Get the list with the given id

认证

需要 Connected Account

Tags

Lists
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.

> Get contacts for a list. By default a json response is returned. To get a csv response, append `.csv` to the url path.

认证

需要 Connected Account

Tags

Lists
Get CreditsWIZA_GET_API_META_CREDITSGet the number of credits remaining in your account.

Get the number of credits remaining in your account.

认证

需要 Connected Account

Tags

Credits
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.

> 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.

认证

需要 Connected Account

Tags

Company Enrichment
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.

> 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.

认证

需要 Connected Account

Tags

Individual Reveals
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.

> 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.

认证

需要 Connected Account

Tags

Lists
Continue prospect searchWIZA_POST_API_PROSPECTS_CONTINUE_SEARCHContinue with your previous search

Continue with your previous search

认证

需要 Connected Account

Tags

Prospect Lists
Create prospect listWIZA_POST_API_PROSPECTS_CREATE_PROSPECT_LISTCreate a list of prospects that match your filters

Create a list of prospects that match your filters

认证

需要 Connected Account

Tags

Prospect Lists
Prospect searchWIZA_POST_API_PROSPECTS_SEARCHFind the number of prospects that match your search filters

Find the number of prospects that match your search filters

认证

需要 Connected Account

Tags

Prospect

Provider 资源