App Logo
linkedin.com

Send LinkedIn connection request

Send a LinkedIn connection request with a personal note to a profile URL. Fails fast if the monthly note quota is exhausted or the profile isn't connectable (already 1st-degree, pending, or no Connect CTA); the note caps at 200 chars on free-tier. Returns status (sent/already_connected/pending/no_quota/no_connect_cta/failed), profileUrl, name, reason.

Input

message required

Personal note. LinkedIn free-tier caps at 200 chars.

profileUrl required

Canonical LinkedIn profile URL (https://www.linkedin.com/in/<slug>/).

Output

status required
profileUrl required
name optional

Person's display name as shown on their profile.

reason optional

Failure detail when status != sent.

FAQ

Send a LinkedIn connection request with a personal note to a profile URL. Fails fast if the monthly note quota is exhausted or the profile isn't connectable (already 1st-degree, pending, or no Connect CTA); the note caps at 200 chars on free-tier. Returns status (sent/already_connected/pending/no_quota/no_connect_cta/failed), profileUrl, name, reason.
Required: profileUrl, message.
It returns name, reason, status, profileUrl.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It makes changes on linkedin.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/connect_with_note, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/connect_with_note
It is part of Reduck's official curated catalogue.

Start building not clicking