send_linkedin_connection
Send LinkedIn connection invitations to expand your professional network using your account credentials. Connect with targeted professionals to build relationships and grow your business contacts.
Instructions
Send a connection invitation to LinkedIn user. Account ID is taken from environment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeout | No | Timeout in seconds | |
user | Yes | Recipient user URN (must include prefix, e.g. fsd_profile:ACoAA...) |
Input Schema (JSON Schema)
{
"properties": {
"timeout": {
"default": 300,
"description": "Timeout in seconds",
"type": "number"
},
"user": {
"description": "Recipient user URN (must include prefix, e.g. fsd_profile:ACoAA...)",
"type": "string"
}
},
"required": [
"user"
],
"type": "object"
}