enrich_contacts
Enrich existing contacts with their full LinkedIn profile data via the connected LinkedIn account (Unipile) — headline, location, current company & position, full experience, education and skills are scraped from each contact's profile URL and saved onto the contact (and merged into profile_data). Use after search_google_xray to flesh out lightly-saved leads. Each contact is a real LinkedIn profile view, so keep batches small; max 8 per call. Returns per-contact enrichment status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | No | UUID of the user_profile / LinkedIn account to scrape with. Optional — defaults to active profile. | |
| contact_ids | Yes | UUIDs of the contacts to enrich (max 8 per call). |