You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/wiza.mdx
+3-23Lines changed: 3 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,9 +151,9 @@ Enrich a company by name, domain, LinkedIn ID, or LinkedIn slug with detailed fi
151
151
|`company_country`| string | Country |
152
152
|`credits`| json | Credits deducted for this enrichment \(api_credits: \{ total, company_credits \}\)|
153
153
154
-
### `wiza_start_individual_reveal`
154
+
### `wiza_individual_reveal`
155
155
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.
157
157
158
158
#### Input
159
159
@@ -168,26 +168,6 @@ Start an individual reveal to enrich a contact via LinkedIn URL, name+company, o
168
168
|`email`| string | No | Email address \(use alone or with other identifiers\)|
169
169
|`accept_work`| boolean | No | Whether to accept work emails \(email_options\)|
170
170
|`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\)|
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/integrations/data/integrations.json
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14749,19 +14749,15 @@
14749
14749
"description": "Enrich a company by name, domain, LinkedIn ID, or LinkedIn slug with detailed firmographic data"
14750
14750
},
14751
14751
{
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."
14758
14754
},
14759
14755
{
14760
14756
"name": "Get Credits",
14761
14757
"description": "Retrieve the remaining credits on your Wiza account"
0 commit comments