Write

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.

forward_messagePOST/api/v1/inbox/conversations/{chat_id}/messages/{message_id}/forward
crispy — bash

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"
}
Permission scope
core
Access
Write
Daily limit
100/day
Category
Messaging

What you can build

Pass a prospect's question to a teammate's thread without copy-pasting
Relay a useful resource or quote from one conversation to another
Move an important message into a more relevant ongoing thread
Keep context intact when looping a new contact into an existing discussion

Parameters

Inputs accepted by forward_message.

NameTypeDescription
chat_idstringSource chat ID containing the message to forward
message_idstringID of the message to forward (from get_messages output)
target_chat_idstringDestination chat ID to forward the message to

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.