ToolsLinkedIn Actions

React to recent post

Queue a reaction to the person's most recent post (soft-skips if they have no reactable post) - the ad-hoc form of the react_to_recent_post sequence step.

Tool: react_to_recent_post

Rate-safe via the drip queue: returns a queued acknowledgment, not the outcome - whether it reacted or skipped (skipped_reason) lands on the person's timeline (get_person_interaction_history) after the next drip tick.

Parameters

ParamTypeRequiredDescription
person_idstring (slug or UUID)noWhose most recent post to react to. 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.
reactionstringnolike (default) | celebrate | support | love | insightful | funny.
connected_account_idstring (slug or UUID)noSeat to act as. Alias: account_id.

Soft-skips at send time if the person has no reactable post.

The sample shows the queue-time envelope; the reaction lands on the drip tick.

Sample request

{
  "person_id": "marco-rossi-0004",
  "reaction": "celebrate"
}

On this page