Download Message Attachment
Download a file attached to a LinkedIn message using its message ID and attachment ID, both available from get_messages. Returns the attachment's name, MIME type, and size. The call fails if the attachment cannot be found or belongs to another account, keeping retrieval safely scoped to your own inbox.
Example prompt: Download the PDF attachment from the latest message in my conversation with Maria Lopez
{
"name": "Q3-proposal.pdf",
"mime_type": "application/pdf",
"size": 248213
}What you can build
Parameters
Inputs accepted by download_attachment.
| Name | Type | Description |
|---|---|---|
| message_id | string | ID of the message containing the attachment (e.g. from get_messages output) |
| attachment_id | string | ID of the specific attachment to download (e.g. from get_messages attachments array) |
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.
List LinkedIn Conversations
List LinkedIn conversations with last message previews, label filters, and whose-turn flags so your AI agent can prioritize replies fast.
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.
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.