Forward LinkedIn Message
Forward an existing LinkedIn message from one conversation into another. Requires the source chat_id, the message_id of the message to move (from get_messages), and the target_chat_id of the destination thread. The action shares a 100 per day limit with send_message and fails with 'not found' if the message_id or target_chat_id is invalid. Use it to relay context between conversations without retyping.
Example prompt: Forward message m_991 from chat msg_abc123 over to my conversation with Mark in chat msg_def456
{
"forwarded": true,
"target_chat_id": "msg_def456",
"message_id": "m_1051"
}What you can build
Parameters
Inputs accepted by forward_message.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Source chat ID containing the message to forward |
| message_id | string | ID of the message to forward (from get_messages output) |
| target_chat_id | string | Destination chat ID to forward the message to |
Related tools
Get LinkedIn Messages
Retrieve the full message history of any LinkedIn conversation by chat_id, with pagination, so your AI agent has the context to reply well.
Send LinkedIn Message
Send a LinkedIn message, voice note, or attachment to an existing chat or start a new one, with built-in daily safety limits.
List LinkedIn Conversations
List LinkedIn conversations with last message previews, label filters, and whose-turn flags so your AI agent can prioritize replies fast.
Edit LinkedIn Message
Edit a LinkedIn message you already sent, replacing its text in place by message_id, with no awkward delete-and-resend.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.