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

ParamTypeRequiredDescription
person_idstring (slug or UUID)noWhose profile to view. One of person_id / linkedin_url is required.
linkedin_urlstringnoOR 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_idstring (slug or UUID)noSeat 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"
}

On this page