This event is triggered when a lead accepts your LinkedIn connection request. This is a key milestone indicating the lead is now a 1st-degree connection and can receive direct messages.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 clicks “Accept” on your connection request
- The acceptance is detected by SendPilot
- The lead’s status changes to
CONNECTION_ACCEPTED
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
eventId | string | Unique event identifier for idempotency |
eventType | string | Always connection_request.accepted |
timestamp | string | ISO 8601 timestamp when the event was detected |
workspaceId | string | Your workspace ID |
data.leadId | string | The lead who accepted the connection |
data.campaignId | string | The campaign this lead belongs to |
data.linkedinUrl | string | LinkedIn profile URL of the lead |
data.senderId | string | LinkedIn sender account whose request was accepted |
data.acceptedAt | string | ISO 8601 timestamp when the connection was accepted |
Use Cases
Warm Lead Alert
Notify sales team of new warm connections
CRM Update
Update lead status in your CRM
Acceptance Tracking
Track connection acceptance rates
Welcome Workflow
Trigger welcome message or nurture sequence