-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
39 lines (39 loc) · 949 Bytes
/
Copy pathdb.json
File metadata and controls
39 lines (39 loc) · 949 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
35
36
37
38
39
{
"drafts": [
{
"id": "1",
"recipient": "john@example.com",
"subject": "Meeting Recap",
"body": "Here's a summary of our recent discussion...",
"sent": true
},
{
"id": "8cdc2b2c-184c-4be8-9737-439912e057ae",
"recipient": "careers@vss.com",
"subject": "Assignment Completion",
"body": "....",
"sent": true
},
{
"id": "5b6549c7-d2f3-4b8c-95cc-55d5cbf5ba8c",
"recipient": "test@test.com",
"subject": "Search Bar ",
"body": "This is a search bar ",
"sent": true
},
{
"id": "606fd52f-fefc-404b-80cb-d4b05bd9809e",
"recipient": "test@test.com",
"subject": "TEST EMAIL",
"body": "Email sending ",
"sent": true
},
{
"id": "c57d00fd-6cd7-4bb8-8958-06ddee2644da",
"recipient": "test@test.com",
"subject": "Toast Message ",
"body": "Draft Toast ",
"sent": true
}
]
}