This event is triggered when a LinkedIn message is successfully sent to a lead, either through campaign automation or via the API.Documentation Index
Fetch the complete documentation index at: https://docs.sendpilot.ai/llms.txt
Use this file to discover all available pages before exploring further.
When This Event Fires
- Campaign automation sends a follow-up message
- Message is sent via the Send Message API
- A message is successfully delivered to the lead’s LinkedIn inbox
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
eventId | string | Unique event identifier for idempotency |
eventType | string | Always message.sent |
timestamp | string | ISO 8601 timestamp when the message was sent |
workspaceId | string | Your workspace ID |
data.leadId | string | The lead who received the message |
data.campaignId | string | The campaign this lead belongs to |
data.linkedinUrl | string | LinkedIn profile URL of the lead |
data.senderId | string | LinkedIn sender account that sent the message |
data.message | string | Full message content that was sent |
data.sequenceStep | number | Which step in the campaign sequence (if applicable) |
Use Cases
CRM Integration
Log message activity in your CRM to maintain conversation history
Analytics
Track message delivery and sequence progression
Notifications
Alert team members when outreach is sent
Audit Trail
Build an audit log of all outreach activity
Example Handler
The
message field contains the full message content that was sent to the lead.