A webhook event that was sent or attempted to be sent
Unique identifier for the webhook event (UUID)
Timestamp when the webhook event was created
Date when the webhook event was created (for partitioning)
Organization (workspace) UUID that owns this webhook event
Target URL where the webhook was sent
HTTP status code received from the webhook endpoint (if any)
Error message if the webhook failed
Timestamp for the next retry attempt (if applicable)
UUID for grouping retry attempts
Whether the retry was successful (for retry events)
Email address of the lead associated with this webhook event
{ "id": "019981cb-e611-7889-b23a-f047bb3e885e", "timestamp_created": "2025-09-25T16:54:07.633Z", "timestamp_created_date": "2024-01-15", "organization_id": "019981cb-e611-7889-b23a-f0483eff78e1", "payload": {}, "success": true, "retry_count": 0, "will_retry": false, "webhook_url": "https://webhook.site/unique-url", "status_code": 200, "error_message": "Connection timeout", "timestamp_next_retry": "2025-09-25T16:54:07.633Z", "retry_group_id": "019981cb-e611-7889-b23a-f049dc97e40c", "retry_successful": true, "lead_email": "lead@example.com", "response_time_ms": 150 }