Wiza
Use Wiza to enrich contacts, reveal emails and phone numbers, manage lists, and inspect API credits.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 AccountTags
Get ListWIZA_GET_API_LISTS_IDGet the list with the given id需要连接
Get the list with the given id
认证
需要 Connected AccountTags
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 AccountTags
Get CreditsWIZA_GET_API_META_CREDITSGet the number of credits remaining in your account.需要连接
Get the number of credits remaining in your account.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Continue prospect searchWIZA_POST_API_PROSPECTS_CONTINUE_SEARCHContinue with your previous search需要连接
Continue with your previous search
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags