ToolsLinkedIn Actions

Send reply

Queue a reply in an existing LinkedIn thread (rate-safe).

Tool: send_reply

Fails with active_campaign_conflict if the person is on an active sequence - recover with stop_sequence_and_send.

Parameters

ParamTypeRequiredDescription
conversation_idstring (slug or UUID)yesThread to reply in.
bodystringyesReply text. Alias: text.
connected_account_idstring (slug or UUID)noSender seat. Alias: account_id.

Template variables ({{first_name}}, {{custom.<key>}}, ...) render at queue time: unknown names → validation_error; names the person has no value for → missing_variables - empty text is never sent.

Queued and rate-safe; the same active_campaign_conflict guard as send_message.

Sample request

{
  "conversation_id": "priya-sharma-0003-0008",
  "body": "Absolutely — does Tuesday 3pm work?"
}

On this page