Run in Enrichment Spreadsheet
Use this function as a column step in
deepline enrich.deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=wiza_reveal_person:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.individual_reveal | object | No | ||
payload.enrichment_level | "none" | "partial" | "phone" | "full" | No | > Enrichment level of the list. | Enrichment Level | Description | |--------|--------------------------------------| | none | Will enrich with contact’s data when you provide a Linkedin profile url or email. But will not find emails or phone numbers | | partial| Will find email. | | phone | Will find phone numbers. | | full | Will find email and phone numbers. | | |
payload.email_options | object | string | array | No | ||
payload.callback_url | string | No | URL to send the individual reveal update to. If not provided, the default webhook URL configured in your account settings will be used. | |
payload.reveal_options | object | No | Optional advanced reveal options. | |
payload.linkedin_url | string | No | Deprecated compatibility alias for individual_reveal.profile_url. | |
payload.profile_url | string | No | Deprecated compatibility alias for individual_reveal.profile_url. | |
payload.email | string | No | Deprecated compatibility alias for individual_reveal.email. | |
payload.full_name | string | No | Deprecated compatibility alias for individual_reveal.full_name. | |
payload.first_name | string | No | Deprecated compatibility alias used with last_name to build individual_reveal.full_name. | |
payload.last_name | string | No | Deprecated compatibility alias used with first_name to build individual_reveal.full_name. | |
payload.company_name | string | No | Deprecated compatibility alias for individual_reveal.company. | |
payload.company_domain | string | No | Deprecated compatibility alias for individual_reveal.domain. |
Allowed values
| Field | Allowed values |
|---|---|
payload.enrichment_level | none, partial, phone, full |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | object | Yes | Provider response payload. | |
result.meta | object | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute wiza_reveal_person --payload '{}' --json
CLI flags
| Flag | Description |
|---|---|
--json | Print machine-readable output. |
--wait | Wait for terminal provider status when supported. |
--debug | Enable wait mode with additional status/log output. |
--wait-timeout SECONDS | Max seconds to wait in wait mode. |
--poll-interval SECONDS | Polling interval in seconds during wait mode. |
--timeout SECONDS | Request timeout in seconds. |
--connect-timeout SECONDS | Connection timeout in seconds. |
Cost
- Pricing model:
per_result(per result). - Estimated Deepline credits:
0.35per pricing unit. - Billing mode:
post_deduct.