Skip to content

Commit a579522

Browse files
waleedlatif1claude
andcommitted
docs(wiza): consolidate individual reveal into a single operation
Merges the separate Start/Get Individual Reveal operations into one Individual Reveal operation in the Wiza docs and integrations data (operationCount 5 -> 4). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7ee6225 commit a579522

2 files changed

Lines changed: 6 additions & 30 deletions

File tree

apps/docs/content/docs/en/tools/wiza.mdx

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ Enrich a company by name, domain, LinkedIn ID, or LinkedIn slug with detailed fi
151151
| `company_country` | string | Country |
152152
| `credits` | json | Credits deducted for this enrichment \(api_credits: \{ total, company_credits \}\) |
153153

154-
### `wiza_start_individual_reveal`
154+
### `wiza_individual_reveal`
155155

156-
Start an individual reveal to enrich a contact via LinkedIn URL, name+company, or email
156+
Reveal a contact via LinkedIn URL, name + company/domain, or email. Starts the reveal and polls until it resolves. Uses 2 credits per valid email and 5 credits per phone, charged only on success.
157157

158158
#### Input
159159

@@ -168,26 +168,6 @@ Start an individual reveal to enrich a contact via LinkedIn URL, name+company, o
168168
| `email` | string | No | Email address \(use alone or with other identifiers\) |
169169
| `accept_work` | boolean | No | Whether to accept work emails \(email_options\) |
170170
| `accept_personal` | boolean | No | Whether to accept personal emails \(email_options\) |
171-
| `callback_url` | string | No | Optional URL to receive a callback with the reveal update |
172-
173-
#### Output
174-
175-
| Parameter | Type | Description |
176-
| --------- | ---- | ----------- |
177-
| `id` | number | Individual reveal ID \(use with Get Individual Reveal\) |
178-
| `status` | string | Reveal status: queued, resolving, finished, or failed |
179-
| `is_complete` | boolean | Whether the reveal has completed |
180-
181-
### `wiza_get_individual_reveal`
182-
183-
Retrieve the status and enriched data for an individual reveal by ID
184-
185-
#### Input
186-
187-
| Parameter | Type | Required | Description |
188-
| --------- | ---- | -------- | ----------- |
189-
| `apiKey` | string | Yes | Wiza API key |
190-
| `id` | string | Yes | Individual reveal ID returned from Start Individual Reveal |
191171

192172
#### Output
193173

@@ -227,7 +207,7 @@ Retrieve the status and enriched data for an individual reveal by ID
227207
| `company_linkedin` | string | Company LinkedIn URL |
228208
| `company_location` | string | Full company location |
229209
| `company_description` | string | Company description |
230-
| `credits` | json | Credits deducted for this reveal \(api_credits: \{ total, email_credits, phone_credits, scrape_credits \}\) |
210+
| `credits` | json | Credits consumed by the reveal |
231211

232212
### `wiza_get_credits`
233213

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14749,19 +14749,15 @@
1474914749
"description": "Enrich a company by name, domain, LinkedIn ID, or LinkedIn slug with detailed firmographic data"
1475014750
},
1475114751
{
14752-
"name": "Start Individual Reveal",
14753-
"description": "Start an individual reveal to enrich a contact via LinkedIn URL, name+company, or email"
14754-
},
14755-
{
14756-
"name": "Get Individual Reveal",
14757-
"description": "Retrieve the status and enriched data for an individual reveal by ID"
14752+
"name": "Individual Reveal",
14753+
"description": "Reveal a contact via LinkedIn URL, name + company/domain, or email. Starts the reveal and polls until it resolves. Uses 2 credits per valid email and 5 credits per phone, charged only on success."
1475814754
},
1475914755
{
1476014756
"name": "Get Credits",
1476114757
"description": "Retrieve the remaining credits on your Wiza account"
1476214758
}
1476314759
],
14764-
"operationCount": 5,
14760+
"operationCount": 4,
1476514761
"triggers": [],
1476614762
"triggerCount": 0,
1476714763
"authType": "api-key",

0 commit comments

Comments
 (0)