-
Notifications
You must be signed in to change notification settings - Fork 1
/
SimpleUpdate.json
67 lines (66 loc) · 1.34 KB
/
SimpleUpdate.json
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
// This sample shows a work experience and an email address
// have been added to a contact with identifiers "BC6D" and
// "FC42" (in the baseline data)
[
{
"identities": [
"BC6D",
"FC42",
"E262"
],
"first_name": "Jimmy",
"last_name": "Ahmed",
"firm_score": "84",
"contact_information": {
"email_address": [
"jimmyahmed@gmail.com",
"jimmy@aloho.com",
"jahmed@secureagents.com"
],
"phone_numbers": [
{
"digits": "2123124324",
"type": "mobile"
}
]
},
"work_experiences": [
{
"id": "DA12",
"job_title": "Chief Technology Officer"
}
],
"interaction_data": {
"last_meeting": {
"when": "2018-01-10 11:12:56",
"who": [
"eleanor@summit.com",
"rummi@summit.com"
]
},
"last_inbound": {
"when": "2018-01-13 1:23:34",
"who": [
"eleanor@summit.com",
"rummi@summit.com"
]
},
"last_outbound": {
"when": "2018-02-01 16:12:23",
"who": [
"eleanor@summit.com"
]
}
},
"relationships": [
{
"user": "eleanor@summit.com",
"score": "80"
},
{
"user": "rummi@summit.com",
"score": "56"
}
]
}
]