Skip to main content
WEBHOOK
/
your-conversation-webhook-url
{
  "eventType": "CONNECTION_REQUEST_SENT",
  "timestamp": "2025-11-03T10:30:00.000Z",
  "data": {
    "contact": {
      "id": 789,
      "firstName": "John",
      "lastName": "Doe",
      "professionalEmail": "[email protected]",
      "linkedInProfileUrl": "https://linkedin.com/in/johndoe",
      "jobTitle": "CEO",
      "companyId": 123
    },
    "campaign": {
      "id": 456,
      "name": "Outbound Campaign Q4",
      "status": "ACTIVE"
    },
    "customMessage": "Hi John, I would like to connect with you",
    "sentAt": "2025-11-03T10:30:00.000Z"
  }
}

Body

application/json
eventType
enum<string>
required
Available options:
CONNECTION_REQUEST_SENT
timestamp
string
required
data
object
required

Response

Webhook received successfully