This event is triggered when a lead replies to your LinkedIn message.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
- A lead responds to a campaign message
- A lead sends a new message in an existing conversation
- Any inbound message is received from a lead
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
eventId | string | Unique event identifier for idempotency |
eventType | string | Always reply.received |
timestamp | string | ISO 8601 timestamp when the reply was received |
workspaceId | string | Your workspace ID |
data.leadId | string | The lead who sent the reply |
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 received the reply |
data.reply | string | Full reply content from the lead |
Use Cases
CRM Integration
Log replies in your CRM and update lead status
Notifications
Alert sales team immediately when leads respond
AI Analysis
Analyze reply sentiment and intent automatically
Auto-Response
Trigger automated follow-up workflows
Example Handler
The
reply field contains the full message content from the lead.