← Catalog

linkedin.account

live

Connect a LinkedIn account for outbound: returns a hosted sign-in link the account holder opens once (the password never touches RouterGrowth), then reports the connection status. Run again to confirm or to get a reconnect link. Free to run; a connected account rents a seat billed monthly.

live coverage

Unipile: all inputs

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
Unipile live

Billing

Unit: per_call · unmatched results billed: no
Free: connecting, status checks and reconnect links cost nothing. Each connected account then rents a seat at $8.25 a month, charged to the wallet until you disconnect it (dashboard, or DELETE /v1/linkedin/accounts/<name>). The account holder is the sender of record and accepts LinkedIn's terms on automation.

The exact quote is returned by /v1/inspect before every call and held with headroom (1.5x the quote) on execution. The quote is the price floor: if the provider's actual cost overruns it, the run bills at about 1.5x cost, never above the hold. The unused part of every hold is released.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "linkedin.account",
    "input": {  },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "name": {
      "default": "main",
      "description": "Label for this account inside your workspace, e.g. \"guillaume\"",
      "type": "string"
    },
    "return_url": {
      "description": "Where the hosted page sends the person after a successful sign-in",
      "type": "string"
    }
  },
  "type": "object"
}

Normalized output fields

account_id · name · status · connected · connect_url · charged_through · next_step