Skip to content

Commit e9ee933

Browse files
committed
fix test-event file
1 parent 0de8e69 commit e9ee933

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed
Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
export default {
2-
id: "123",
3-
summary: "Test Event",
4-
ts: 1718534400,
5-
};
2+
"type": "contact_created",
3+
"date_created": "2025-06-16T19:31:42.000000Z",
4+
"data": {
5+
"account_user_id": "17689",
6+
"type": "person",
7+
"name": "test 03",
8+
"street": "",
9+
"zipcode": "",
10+
"city": "",
11+
"state": "",
12+
"country": "",
13+
"phone": "",
14+
"email": "[email protected]",
15+
"internet": "",
16+
"linkedin": "",
17+
"facebook": "",
18+
"twitter": "",
19+
"instagram": "",
20+
"account_user_name": "sergio wong",
21+
"date_created": "2025-06-16T19:31:42.000000Z",
22+
"tags": [],
23+
"firstname": "test",
24+
"lastname": "03",
25+
"fullname": "test 03",
26+
"salutation": "",
27+
"mobile": "",
28+
"proposals": [],
29+
"id": "210996"
30+
}
31+
}

0 commit comments

Comments
 (0)