Find a LinkedIn profile from name and company, then extract profile and company data and enrich with emails and phones
inputs array can include:
| Field | Required | Description |
|---|---|---|
full_name | Yes* | Full name of the person |
company_name | Yes* | Company name (use with full_name or domain) |
domain | Yes* | Company domain (e.g. acme.com; use with full_name or instead of company_name) |
job_title | No | Job title (helps improve profile matching) |
full_name + company_name, or full_name + domain.
inputs array can include an optional custom_data object. The only valid key inside custom_data is meta. Use meta to attach a free-form object (e.g. your own IDs, tags, or context) that will be passed through and available in the flow output.
Example:
Find and enrich with name and company
Find and enrich with name and domain
With webhook callback
1 - 1000 elementsOptional list of step to run. If not provided, only the required steps will be run.
An array of Identity UUIDs linked to identities (e.g. LinkedIn) used to execute the Action. You must provide at least one valid UID with access to the integration. Do not use account_uid values — only user_uid is supported.
["44444444-4444-4444-4444-444444444444"]If "auto", the Action will use any identities from the current workspace (unless you have provided a list of identity_ids). "managed" will use the Edges pool of identities for an extra credit cost
direct, auto, managed