-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
152 lines (148 loc) · 3.48 KB
/
db.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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"campaigns": [
{
"id": 1,
"leads": {
"added":[1,2,3,4,5],
"reached":[1,3]
},
"title": "InterSpeech 2018 Inbound Leads",
"date":{
"create": "2018-04-23T18:25:43.511Z",
"modify": "2018-04-30T20:25:43.511Z",
"publish": "2018-04-24T15:25:43.511Z"
},
"msg": {
"subject":"InterSpeech 2018 - Following-Up",
"body":"<p><strong>Hello from RM Textiles.</strong><br/> It was so nice to meeting you at InterSpeech 2018.</p>"
},
"status":"Running"
},
{
"id": 2,
"leads": {
"added":[1,3],
"reached":[3]
},
"title": "InterSpeech 2018 Shortlisted",
"date":{
"create": "2018-04-28T18:25:43.511Z",
"modify": "2018-04-29T20:25:43.511Z",
"publish": "2018-04-28T19:25:43.511Z"
},
"msg": {
"subject":"Meetup at Mumbai",
"body":"<p><strong>Hello from RM Textiles.</strong> <br/> Thanks for following up with us after InterSpeech 2018. Excited to meet you in person. See you in Mumbai!</p>"
},
"status":"Completed"
},
{
"id": 3,
"leads": {
"added":[6, 7, 8],
"reached":[7, 8]
},
"title": "AAAI 2019 Sponsors",
"date":{
"create": "2018-06-23T18:25:43.511Z",
"modify": "2018-07-30T20:25:43.511Z",
"publish": "2018-06-26T15:25:43.511Z"
},
"msg": {
"subject":"Sponsor AAAI 2019",
"body":"<p><strong>Hello from RM Textiles.</strong> We would like to be Gold Sponsor for AAAI 2019. Please guide us with the process.</p>"
},
"status":"Paused"
},
{
"id": 4,
"leads": {
"added":[2,4,5],
"reached":[]
},
"title": "Follow-Up InterSpeech 2018 Leads",
"date":{
"create": "2018-06-23T18:25:43.511Z",
"modify": "2018-06-30T20:25:43.511Z",
"publish": ""
},
"msg": {
"subject":"InterSpeech 2018 - Following-Up",
"body":"<p><strong>Hello from RM Textiles.</strong><br/> It was so nice to meeting you at InterSpeech 2018. Let's talk and se if we can synergise on future endeavours.</p>"
},
"status":"Draft"
}
],
"leads": [
{
"id": 1,
"name": "Leanne Graham",
"email": "Sincere@april.biz",
"phone":"1-770-736-8031 x56442",
"company": "Romaguera-Crona"
},
{
"id": 2,
"name": "Ervin Howell",
"email": "Shanna@melissa.tv",
"phone": "010-692-6593 x09125",
"company": "Deckow-Crist"
},
{
"id": 3,
"name": "Clementine Bauch",
"email": "Nathan@yesenia.net",
"phone": "1-463-123-4447",
"company":"Romaguera-Jacobson"
},
{
"id": 4,
"name": "Patricia Lebsack",
"email": "Julianne.OConner@kory.org",
"phone": "493-170-9623 x156",
"company": "Robel-Corkery"
},
{
"id": 5,
"name": "Chelsey Dietrich",
"email": "Lucio_Hettinger@annie.ca",
"phone": "(254)954-1289",
"company": "Keebler LLC"
},
{
"id": 6,
"name": "Mrs. Dennis Schulist",
"email": "Karley_Dach@jasper.info",
"phone": "1-477-935-8478 x6430",
"company": "Considine-Lockman"
},
{
"id": 7,
"name": "Kurtis Weissnat",
"email": "Telly.Hoeger@billy.biz",
"phone": "210.067.6132",
"company": "Johns Group"
},
{
"id": 8,
"name": "Nicholas Runolfsdottir V",
"email": "Sherwood@rosamond.me",
"phone": "586.493.6943 x140",
"company":"Abernathy Group"
},
{
"id": 9,
"name": "Glenna Reichert",
"email": "Chaim_McDermott@dana.io",
"phone": "(775)976-6794 x41206",
"company": "Yost and Sons"
},
{
"id": 10,
"name": "Clementina DuBuque",
"email": "Rey.Padberg@karina.biz",
"phone": "024-648-3804",
"company": "Hoeger LLC"
}
]
}