LinkedIn: Send invitation
linkedin_send_invitationSend a LinkedIn connection/relation request from the user's own account. Requires a provider user_id, not a profile URL. If the user supplied a URL or name, FIRST call linkedin_get_profile or linkedin_search_people and use the returned id. Include a note only when explicitly requested or clearly provided by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| user_id | Yes | Stable LinkedIn provider user ID obtained from linkedin_get_profile/search_people. | |
| account_id | No | Optional Nilyo connection ID (unipile_account_id from list_connected_accounts). Omit when the user has one account for this provider. When several exist, Nilyo never guesses: list them (display name, identifier, provider user ID), choose the one the user named or ask, and pass its ID here. |