-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path03_reject_duplicate_output.json
More file actions
101 lines (100 loc) · 2.48 KB
/
Copy path03_reject_duplicate_output.json
File metadata and controls
101 lines (100 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"sourceIndex": 6,
"decision": "REJECT",
"qualityScore": 30,
"primaryReason": "The same lead already appeared in this batch.",
"reasonCodes": [
"DUPLICATE_LEAD"
],
"fullName": "Sample Duplicate",
"title": "Head of Growth",
"email": "redacted@stripe.com",
"phone": null,
"linkedin": null,
"country": "DE",
"city": "Berlin",
"companyName": "Stripe",
"companyDomain": "stripe.com",
"industry": "Payments Software",
"emailDomain": "stripe.com",
"emailStatus": "BUSINESS",
"mxStatus": "VALID",
"websiteStatus": "NOT_CHECKED",
"dedupeKey": "email:redacted@stripe.com",
"duplicate": true,
"historicalDuplicate": false,
"normalizationTruncatedFields": [],
"evidence": {
"email": {
"syntaxValid": true,
"domain": "stripe.com",
"status": "BUSINESS",
"mx": {
"status": "VALID",
"records": [
{
"exchange": "aspmx.l.google.com",
"priority": 10
},
{
"exchange": "alt1.aspmx.l.google.com",
"priority": 20
},
{
"exchange": "alt2.aspmx.l.google.com",
"priority": 20
},
{
"exchange": "aspmx3.googlemail.com",
"priority": 30
},
{
"exchange": "aspmx2.googlemail.com",
"priority": 30
}
],
"error": null
},
"mailboxExistence": "NOT_CLAIMED"
},
"company": {
"domain": "stripe.com",
"domainInferredFromEmail": false,
"website": {
"status": "NOT_CHECKED",
"httpStatus": null,
"finalUrl": null,
"error": null
}
}
},
"reasons": [
{
"code": "DUPLICATE_LEAD",
"severity": "REJECT",
"penalty": 70,
"message": "The same lead already appeared in this batch.",
"evidence": {
"firstIndex": 1,
"key": "email:redacted@stripe.com"
}
}
],
"original": {
"full_name": "Sample Duplicate",
"job_title": "Head of Growth",
"work_email": "redacted@stripe.com",
"country_code": "DE",
"contact_city": "Berlin",
"company_name": "Stripe",
"company_website": "https://stripe.com",
"company_industry": "Payments Software",
"verified_at": "2026-07-09T08:30:00Z",
"sample_record": true,
"identity_redacted_for_public_sample": true
},
"originalPreserved": false,
"originalByteLength": 308,
"checkedAt": "2026-07-28T18:54:22.227Z",
"schemaVersion": "1.0"
}