Send LinkedIn voice note
send_linkedin_voice_noteSend a native LinkedIn voice note to a contact using their profile URL, with dry-run validation to prevent accidental sends.
Instructions
Send a native LinkedIn voice note to a person via Svara. WARNING: when dry_run is false this sends a REAL LinkedIn voice message to a real person, from the user's own LinkedIn account. It cannot be unsent. Only call with dry_run=false when the user has explicitly asked you to send this voice note to this recipient. dry_run defaults to true, which validates the request without sending anything. The recipient must be someone the user can already message on LinkedIn (for example a 1st-degree connection); pass their LinkedIn profile URL (preferred) or the name part after /in/ (not their display name). Provide exactly one of audio_url (from upload_audio) or file_path (a local audio file, uploaded first). Delivery requires the Svara Chrome extension to be installed and the user to be signed in to LinkedIn in Chrome. Returns a message id; check delivery with get_send_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Defaults to true (validate only, nothing is sent). Set false ONLY when the user explicitly asked to send. | |
| audio_url | No | audio_url returned by upload_audio. Provide this OR file_path. | |
| file_path | No | Local audio file to upload and send. Provide this OR audio_url. | |
| recipient | Yes | LinkedIn profile URL (preferred), e.g. https://www.linkedin.com/in/jane-doe, or just the name part after /in/. Must be someone the user can already message on LinkedIn. |