curl --request GET \
--url https://api.reply.io/v3/webhook-events \
--header 'X-API-Key: <api-key>'[
{
"event": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "email_replied",
"timestamp": "2024-03-08T12:00:00Z"
},
"subscription": {
"id": "550e8400-e29b-41d4-a716-446655440001",
"workspaceId": "78f2b6"
},
"payload": {
"contact": {
"id": 12345,
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"fullName": "John Doe",
"title": "CEO",
"company": "Example Corp"
},
"sequence": {
"id": 67890,
"stepNumber": 1
},
"customFields": {
"CustomField1": "Value1",
"CustomField2": "Value2"
},
"data": {
"replyMessageId": "message-id-123",
"replyDate": "2024-03-08T12:00:00Z",
"sentEmailId": 11111,
"emailAccountId": 22222
}
},
"attempt": 1
}
]Lists webhook events with optional filtering by subscription, event type, and pagination
curl --request GET \
--url https://api.reply.io/v3/webhook-events \
--header 'X-API-Key: <api-key>'[
{
"event": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "email_replied",
"timestamp": "2024-03-08T12:00:00Z"
},
"subscription": {
"id": "550e8400-e29b-41d4-a716-446655440001",
"workspaceId": "78f2b6"
},
"payload": {
"contact": {
"id": 12345,
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"fullName": "John Doe",
"title": "CEO",
"company": "Example Corp"
},
"sequence": {
"id": 67890,
"stepNumber": 1
},
"customFields": {
"CustomField1": "Value1",
"CustomField2": "Value2"
},
"data": {
"replyMessageId": "message-id-123",
"replyDate": "2024-03-08T12:00:00Z",
"sentEmailId": 11111,
"emailAccountId": 22222
}
},
"attempt": 1
}
]API key passed in the X-API-Key header
Filter events by webhook subscription ID
Filter events by event type
Maximum number of events to return
1 <= x <= 100Number of events to skip for pagination
x >= 0Webhook events retrieved successfully
Show child attributes
Show child attributes
First name
Unique ID
Primary email address
Last name
Phone number
Job title
Organization name
Organization employee count
Business sector
LinkedIn profile URL
Sales Navigator URL
Recruiter URL
City of residence
State/province
Country
Timezone identifier
Email domain
Phone validation status
Additional information
Creation timestamp
{
"id": 12345,
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"fullName": "John Doe",
"title": "Senior Product Manager",
"company": "Tech Solutions Inc",
"domain": "company.com",
"city": "San Francisco",
"state": "CA",
"country": "United States",
"timeZone": "America/Los_Angeles",
"phone": "+1-415-555-0123",
"phoneStatus": "verified",
"linkedInProfile": "https://www.linkedin.com/in/johndoe",
"linkedInSalesNavigator": "https://www.linkedin.com/sales/profile/123456",
"linkedInRecruiter": "https://www.linkedin.com/recruiter/profile/789012",
"companySize": "501-1000",
"industry": "Software & Technology",
"notes": "Met at SaaS Conference 2024",
"addingDate": "2024-03-08T10:00:00Z",
"customFields": [
{
"key": "leadSource",
"value": "Conference"
},
{ "key": "budget", "value": "100k-250k" }
]
}Event-specific fields
Delivery attempt count for this event