v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Direct Outreach

Send a LinkedIn voice message to a contact

<small>Requires the contacts:operate scope (or a broader one that includes it).</small>

Sends a pre-recorded voice message to the contact via LinkedIn outside of any sequence. The caller must already be connected with the contact on LinkedIn. Upload audio files via POST /v3/attachments/voice to obtain a voiceAttachmentId.

post/v3/contacts/{id}/send-direct-linkedin-voice

Path parameters

idinteger required

Contact ID

Request body

linkedInAccountIdinteger required

ID of the LinkedIn account to send from. Must be greater than 0.

voiceAttachmentIdinteger required

ID of the uploaded voice attachment. Must be greater than 0.

Response

Voice message sent successfully.

actionType'connect' | 'inMail' | 'message' | 'voice' | 'aiVoice' required

The type of LinkedIn action performed.

linkedInActivityIdinteger required

ID of the LinkedIn activity record created for this action.

sentAtUtcstring date-time required

UTC timestamp when the action was dispatched.