send_linkedin_message
Send a text or voice LinkedIn message to a lead using their ID or profile URL. Simply provide the message content or an audio file URL to initiate contact.
Instructions
Send a LinkedIn text or voice message to a lead. Requires either leadId or linkedinUrl, and either message or audioUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | No | The lead ID to message | |
| message | No | Text message to send (required if audioUrl not provided) | |
| audioUrl | No | URL to a voice message audio file | |
| memberId | Yes | ID of the member (user) performing the action | |
| identityId | Yes | ID of the LinkedIn identity that will send the message | |
| linkedinUrl | No | LinkedIn profile URL (if leadId not provided) |