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
| Param | Type | Required | Description |
|---|---|---|---|
person_id | string (slug or UUID) | no | Whose most recent post to react to. 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. |
reaction | string | no | like (default) | celebrate | support | love | insightful | funny. |
connected_account_id | string (slug or UUID) | no | Seat 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"
}Comment on post
Queue a PUBLIC comment on the person's post - their most recent post, or a specific one via post_id.
Search LinkedIn
OPT-IN ONLY: use this ONLY when the user explicitly asks to search LinkedIn with their own connected account - it runs as their real LinkedIn seat and spends its daily search quota.