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

59 lines
1.4 KiB
JSON
Raw Normal View History

{
"mattcohen0@gmail.com": {
"fullName": "Matt Test",
"phone": "02124347477",
2026-05-18 22:25:43 +12:00
"dogName": "Geoffrey",
2026-05-19 23:36:58 +12:00
"welcomePackSentAt": "2026-05-19T22:59:53",
2026-05-18 22:25:43 +12:00
"welcomePackOffer": {
"serviceType": "test",
"priceDetails": "45",
"startDate": "2026-05-18",
2026-05-19 23:36:58 +12:00
"sentAt": "2026-05-19T22:59:53"
2026-07-04 10:00:16 +12:00
},
"lifecycle": {
"status": "active",
"reason": "",
"changedAt": "2026-06-29T20:39:59",
"changedBy": "info@goodwalk.co.nz"
},
"lifecycleHistory": [
{
"status": "active",
"reason": "",
"changedAt": "2026-06-29T20:39:59",
"changedBy": "info@goodwalk.co.nz"
}
],
"dogs": [
{
"id": "primary",
"name": "Geoffrey",
"breed": "",
"birthDate": "",
"birthdayAutoSend": false,
"birthdayEmailLastSentAt": "",
"birthdayEmailLastSentYear": ""
}
],
"dogBreed": "",
"dogAge": "",
"birthdayAutoSend": false,
"birthdayEmailLastSentAt": "",
"birthdayEmailLastSentYear": ""
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
}
}