Write

Save LinkedIn Connection

Fetch a LinkedIn profile by provider ID or slug and save it to your local store, optionally with notes attached. Saving overwrites any existing entry for that profile and fails with a profile-not-found error if the identifier is invalid. Use it to build a durable local library of key contacts you can later search without spending API calls.

save_connectionPOST/api/v1/network/saved-connections
crispy — bash

Example prompt: Save this profile to my connections and note that we met at the Lisbon summit

{
  "status": "saved",
  "provider_id": "ACoAABcd1234",
  "name": "John Doe",
  "notes": "Met at Lisbon summit"
}
Permission scope
core
Access
Write
Category
Connections

What you can build

Capture a promising profile from search into your local store for later outreach
Attach context notes to a contact so the detail travels with the record
Build a zero-API searchable library of high-priority people
Refresh a saved profile by re-saving to overwrite with the latest data

Parameters

Inputs accepted by save_connection.

NameTypeDescription
identifierstringWho to save. Accepts ANY of: (1) provider_id like 'ACoAABGDkeIB...' - best, (2) slug like 'john-doe-123', (3) full URL like 'https://linkedin.com/in/john-doe-123'.
notesstringOptional notes to store alongside this connection

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.