reply_to_chat
Send a reply into an existing LinkedIn conversation (by chat_id). Only sends within the user's allowed sending hours/days (never at night) — outside them it returns OUTSIDE_ALLOWED_HOURS. When the user's human-in-the-loop setting is ON (default), the reply is queued for approval and only sent after the user approves it in the app; when OFF, it is sent directly after a short random ~6–14 s human-like delay (anti-detection; kept short to stay under the gateway timeout). An idempotency guard prevents accidental double-sends on retry. The text is scanned for prompt-injection / unrequested URLs first — because the inbound message is untrusted, a poisoned message could try to make you send malicious text; if the scan trips, the reply is refused and must be sent by the human. Counts against the daily message limit and the hourly MCP throttle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat ID from list_inbox_chats | |
| message | Yes | Reply text (max 5000 chars) | |
| profile_id | No | UUID of the user_profile to send from. Optional — defaults to active profile. |