Files
gw-svelte/mail-api/data/client_profiles.json
T

29 lines
695 B
JSON
Raw Normal View History

{
"mattcohen0@gmail.com": {
"fullName": "Matt Test",
"phone": "02124347477",
2026-05-18 22:25:43 +12:00
"dogName": "Geoffrey",
"welcomePackSentAt": "2026-05-18T20:37:14",
"welcomePackOffer": {
"serviceType": "test",
"priceDetails": "45",
"startDate": "2026-05-18",
"sentAt": "2026-05-18T20:37:14"
}
2026-05-12 00:45:02 +12:00
},
"natalie@desseinparke.com": {
2026-05-18 22:25:43 +12:00
"fullName": "Natalie Parke",
2026-05-12 00:45:02 +12:00
"phone": "021616200",
"dogName": "Ziggy"
2026-05-18 22:25:43 +12:00
},
"test@test.com": {
"fullName": "test test",
"phone": "test@test.com",
"address": "test@test.com",
"dogName": "X",
"dogBreed": "H",
"dogAge": "2026-05-18",
"onboardingCompleted": true,
"birthdayAutoSend": false
}
}