A SuperSearch enrichment that retrieves and enriches leads based on search filters
Object with enrichment types to be applied, with boolean values
Unique identifier for the enrichment
Organization ID that created this enrichment
Unique identifier for the entity to enrich leads into
Type of the entity to enrich leads into
Enum Value | Description |
---|---|
1 | Campaign |
2 | List |
Unique identifier for the enrichment job created
Custom name for the list created during enrichment
Whether new leads added to the resource will be automatically enriched using these same settings
Whether the fully enriched profile enrichment will run even if we don't find an email
{ "id": "01234567-89ab-cdef-0123-456789abcdef", "search_filters": { "locations": [ … ], "department": [ … ], "level": [ … ], "employeeCount": [ … ], "revenue": [ … ], "news": [ … ], "title": { … }, "name": [ … ], "companyName": { … }, "lookAlike": "google.com", "keywordFilter": { … }, "industry": { … }, "domains": [ … ], "fundingType": [ … ], "skipOwnedLeads": true, "showOneLeadPerCompany": true }, "limit": 100, "organization_id": "01234567-89ab-cdef-0123-456789abcdef", "enrichment_payload": { "work_email_enrichment": true, "fully_enriched_profile": true, "email_verification": false, "joblisting": true, "technologies": true, "news": true, "funding": true }, "resource_id": "01234567-89ab-cdef-0123-456789abcdef", "resource_type": 1, "search_name": "CEO of tech companies in San Francisco", "job_id": "01234567-89ab-cdef-0123-456789abcdef", "list_name": "My SuperSearch List", "exists": true, "auto_update": true, "skip_rows_without_email": true, "in_progress": false }