upsert_linkedin_contact
Create a contact from a known LinkedIn profile URL, or return the existing contact when the profile was already imported. Use this when you already know the exact profile URL and do not need to run a search. The contact is saved to a dedicated CRM Imports list and can then be passed to add_contacts_to_campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | No | Current company. Optional. | |
| headline | No | LinkedIn headline. Optional. | |
| position | No | Current role/title. Optional. | |
| full_name | No | Contact name. Optional when it is not available yet. | |
| profile_url | Yes | LinkedIn profile URL in the form https://www.linkedin.com/in/... |