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
| Param | Type | Required | Description |
|---|---|---|---|
conversation_id | string (slug or UUID) | yes | Thread to reply in. |
body | string | yes | Reply text. Alias: text. |
connected_account_id | string (slug or UUID) | no | Sender 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_conflictguard assend_message.
Sample request
{
"conversation_id": "priya-sharma-0003-0008",
"body": "Absolutely — does Tuesday 3pm work?"
}