-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatched.json
More file actions
34 lines (34 loc) · 843 Bytes
/
matched.json
File metadata and controls
34 lines (34 loc) · 843 Bytes
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
{
"target_user": {
"name": "James Xu",
"email": "james@jamesxu.ca",
"phone_number": "+1 984-3779294",
"apn_token": "YOUR_APN_TOKEN_HERE"
},
"channels": [
"Email",
"APN"
],
"payload": {
"type": "Matched",
"data": {
"match_id": "123456",
"group": [
{
"name": "John Doe",
"email": "john.doe@example.com",
"phone_number": "+1 123-456-7890",
"apn_token": "ANOTHER_APN_TOKEN"
},
{
"name": "James Xu",
"email": "james@jamesxu.ca",
"phone_number": "+1 984-377-9294",
"apn_token": "YOUR_APN_TOKEN_HERE"
}
],
"datetime_start": "2024-03-01T10:00:00Z",
"datetime_end": "2024-03-01T11:00:00Z"
}
}
}