Inbox
Send Message to Lead
Send a direct message to a lead by their ID
POST
Send a LinkedIn message to a lead using their ID. The lead’s LinkedIn URL is looked up automatically from the database. Supports template variables like
{{firstName}} and {{lastName}}.
Request
string
required
Your API key
string
required
The lead ID to send the message to
string
required
The LinkedIn sender account ID to use. Get available senders from the List Senders endpoint.
string
required
The message content to send (max 8000 characters). Supports template variables:
{{firstName}}- Lead’s first name{{lastName}}- Lead’s last name
Response
boolean
Whether the message was sent successfully
string
Unique identifier for the sent message
string
The LinkedIn URL of the lead
string
The lead ID the message was sent to
string
Message status:
sentstring
ISO 8601 timestamp when the message was sent
Authorizations
API key for authentication
Path Parameters
The lead ID to send the message to
Body
application/json