When This Event Fires
- Campaign automation sends a connection request
- The connection request is successfully delivered to LinkedIn
- The lead’s status changes to
CONNECTION_SENT
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
eventId | string | Unique event identifier for idempotency |
eventType | string | Always connection.sent |
timestamp | string | ISO 8601 timestamp when the request was sent |
workspaceId | string | Your workspace ID |
data.leadId | string | The lead who received the connection request |
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 request |
data.note | string | Connection note if included (LinkedIn Premium only) |
Use Cases
Outreach Tracking
Track daily connection request volume
CRM Sync
Log outreach activity in your CRM
Follow-up Tasks
Create follow-up tasks if no response after X days
Reporting
Build custom reports on outreach activity
Example Handler
The
note field is only populated for LinkedIn Premium accounts that include a message with their connection requests. Free accounts will have this field empty or undefined.