ToolsLinkedIn Actions
View profile
Queue a LinkedIn-visible profile view (warm-up touch - the person sees the visit notification).
Tool: view_profile
Rate-safe via the drip queue: returns a queued acknowledgment, not the outcome - the executed result lands on the person's timeline (get_person_interaction_history) after the next drip tick.
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
person_id | string (slug or UUID) | no | Whose profile to view. One of person_id / linkedin_url is required. |
linkedin_url | string | no | OR act by LinkedIn profile URL - matches the existing person; someone not yet imported is created, enriched (best-effort), and filed into today's misc lead group. A URL pasted into person_id is treated the same way. Alias: profile_url. |
connected_account_id | string (slug or UUID) | no | Seat to act as. Alias: account_id. Default: the only connected seat. |
Queues a LinkedIn-visible profile view (warm-up touch) - the person sees the visit notification once it runs on the drip tick.
The sample shows the queue-time envelope; the provider call happens later on the drip tick (rate-safe, working hours).
Sample request — success
{
"person_id": "marco-rossi-0004"
}Sample request — by linkedin url
{
"linkedin_url": "https://www.linkedin.com/in/fresh-prospect-demo"
}