@firedrill-tools/resend 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +198 -0
  3. package/firedrill/agent.target.json +16 -0
  4. package/firedrill/baseline.scenario.json +1687 -0
  5. package/firedrill/conformance.suite.json +19 -0
  6. package/firedrill/contacts-outage.scenario.json +11 -0
  7. package/firedrill/quota-exhausted.scenario.json +17 -0
  8. package/firedrill/rate-limited.scenario.json +11 -0
  9. package/firedrill/resend-audience.drill.json +407 -0
  10. package/firedrill/resend-contacts-outage.drill.json +63 -0
  11. package/firedrill/resend-denied.drill.json +68 -0
  12. package/firedrill/resend-domains-and-keys.drill.json +307 -0
  13. package/firedrill/resend-email-flow.drill.json +286 -0
  14. package/firedrill/resend-fresh-install.drill.json +73 -0
  15. package/firedrill/resend-invalid-key.drill.json +803 -0
  16. package/firedrill/resend-large-page.drill.json +53 -0
  17. package/firedrill/resend-quota-exhausted.drill.json +82 -0
  18. package/firedrill/resend-rate-limited.drill.json +81 -0
  19. package/firedrill/resend-restricted-key.drill.json +441 -0
  20. package/firedrill/resend-tight-limits.drill.json +163 -0
  21. package/firedrill/tight-limits.scenario.json +16 -0
  22. package/firedrill/tools/resend/app/assets/ATTRIBUTION.md +30 -0
  23. package/firedrill/tools/resend/app/assets/fonts/Inter-OFL.txt +93 -0
  24. package/firedrill/tools/resend/app/assets/fonts/JetBrainsMono-OFL.txt +93 -0
  25. package/firedrill/tools/resend/app/assets/fonts/inter-latin-wght-normal.woff2 +0 -0
  26. package/firedrill/tools/resend/app/assets/fonts/jetbrains-mono-latin-400-normal.woff2 +0 -0
  27. package/firedrill/tools/resend/app/assets/resend-icon-white.svg +3 -0
  28. package/firedrill/tools/resend/app/assets/resend-wordmark-white.svg +3 -0
  29. package/firedrill/tools/resend/app/assets/resend.svg +3 -0
  30. package/firedrill/tools/resend/app/site/app.js +90 -0
  31. package/firedrill/tools/resend/app/site/assets/fonts/inter-latin-wght-normal.woff2 +0 -0
  32. package/firedrill/tools/resend/app/site/assets/fonts/jetbrains-mono-latin-400-normal.woff2 +0 -0
  33. package/firedrill/tools/resend/app/site/assets/resend-icon-white.svg +3 -0
  34. package/firedrill/tools/resend/app/site/assets/resend-wordmark-white.svg +3 -0
  35. package/firedrill/tools/resend/app/site/assets/resend.svg +3 -0
  36. package/firedrill/tools/resend/app/site/contact-panel.js +86 -0
  37. package/firedrill/tools/resend/app/site/icons.js +70 -0
  38. package/firedrill/tools/resend/app/site/index.html +56 -0
  39. package/firedrill/tools/resend/app/site/list.js +41 -0
  40. package/firedrill/tools/resend/app/site/styles.css +67 -0
  41. package/firedrill/tools/resend/app/site/ui.js +259 -0
  42. package/firedrill/tools/resend/app/site/view-audience.js +160 -0
  43. package/firedrill/tools/resend/app/site/view-domains.js +106 -0
  44. package/firedrill/tools/resend/app/site/view-email-detail.js +126 -0
  45. package/firedrill/tools/resend/app/site/view-emails.js +83 -0
  46. package/firedrill/tools/resend/app/site/view-keys.js +91 -0
  47. package/firedrill/tools/resend/app/site/views.css +141 -0
  48. package/firedrill/tools/resend/behavior.mjs +114 -0
  49. package/firedrill/tools/resend/lib/check.mjs +75 -0
  50. package/firedrill/tools/resend/lib/core.mjs +112 -0
  51. package/firedrill/tools/resend/lib/json-depth.mjs +45 -0
  52. package/firedrill/tools/resend/lib/page.mjs +66 -0
  53. package/firedrill/tools/resend/lib/time.mjs +60 -0
  54. package/firedrill/tools/resend/lib/wire.mjs +98 -0
  55. package/firedrill/tools/resend/ops/contacts.mjs +199 -0
  56. package/firedrill/tools/resend/ops/domains.mjs +125 -0
  57. package/firedrill/tools/resend/ops/email-model.mjs +100 -0
  58. package/firedrill/tools/resend/ops/emails.mjs +139 -0
  59. package/firedrill/tools/resend/ops/keys-segments.mjs +97 -0
  60. package/firedrill/tools/resend/resend.tool.json +4804 -0
  61. package/firedrill/world.json +2148 -0
  62. package/firedrill.json +5 -0
  63. package/package.json +62 -0
  64. package/starter.json +1686 -0
  65. package/test/conformance.mjs +480 -0
@@ -0,0 +1,1687 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "id": "baseline",
4
+ "title": "Northwind Labs team exactly as seeded (no faults)",
5
+ "state": [
6
+ {
7
+ "action": "upsert",
8
+ "packageId": "resend",
9
+ "namespace": "meta",
10
+ "rowId": "team",
11
+ "value": {
12
+ "name": "Northwind Labs",
13
+ "defaultApiKeyId": "fffffffc-0000-4000-8000-000300000003",
14
+ "dailyQuota": 100,
15
+ "plan": "free"
16
+ }
17
+ },
18
+ {
19
+ "action": "upsert",
20
+ "packageId": "resend",
21
+ "namespace": "meta",
22
+ "rowId": "usage",
23
+ "value": {
24
+ "day": "2026-09-15",
25
+ "sent": 7
26
+ }
27
+ },
28
+ {
29
+ "action": "upsert",
30
+ "packageId": "resend",
31
+ "namespace": "meta",
32
+ "rowId": "counters",
33
+ "value": {
34
+ "emails": 23,
35
+ "domains": 4,
36
+ "apiKeys": 3,
37
+ "segments": 3,
38
+ "contacts": 14
39
+ }
40
+ },
41
+ {
42
+ "action": "upsert",
43
+ "packageId": "resend",
44
+ "namespace": "meta",
45
+ "rowId": "limits",
46
+ "value": {
47
+ "maxScanRows": 5000
48
+ }
49
+ },
50
+ {
51
+ "action": "upsert",
52
+ "packageId": "resend",
53
+ "namespace": "domains",
54
+ "rowId": "fffffffe-0000-4000-8000-000200000001",
55
+ "value": {
56
+ "id": "fffffffe-0000-4000-8000-000200000001",
57
+ "name": "legacy.northwind.invalid",
58
+ "region": "us-east-1",
59
+ "status": "failed",
60
+ "openTracking": false,
61
+ "clickTracking": false,
62
+ "tls": "opportunistic",
63
+ "customReturnPath": "send",
64
+ "capabilities": {
65
+ "sending": "enabled",
66
+ "receiving": "disabled"
67
+ },
68
+ "records": [
69
+ {
70
+ "record": "SPF",
71
+ "name": "send.legacy.northwind.invalid",
72
+ "type": "MX",
73
+ "ttl": "Auto",
74
+ "status": "failed",
75
+ "value": "feedback-smtp.us-east-1.amazonses.com",
76
+ "priority": 10
77
+ },
78
+ {
79
+ "record": "SPF",
80
+ "name": "send.legacy.northwind.invalid",
81
+ "type": "TXT",
82
+ "ttl": "Auto",
83
+ "status": "failed",
84
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
85
+ "priority": null
86
+ },
87
+ {
88
+ "record": "DKIM",
89
+ "name": "resend._domainkey.legacy.northwind.invalid",
90
+ "type": "TXT",
91
+ "ttl": "Auto",
92
+ "status": "failed",
93
+ "value": "p=/fOIlEskXWFEizFkS0Y/z4qSQZmY205PxlOxMIT7V4ypWSY2cywgy0ohlzq1BMjaSb/Kk8pCCKO+5ia5Vg5whgWfr9eC9U9VkBfTrgv5fMbDMiNs++xxB81Og3D/oMIAlXvMj0mgt+X4QSvPYMaiQIDtFhXsE0CaWdw1K3M3qgDcDyBihKyDQDB8b7cJPMsl4TgOhrj+YygxnCEla46U/vw7",
94
+ "priority": null
95
+ }
96
+ ],
97
+ "createdAtUs": 1772200800000000
98
+ }
99
+ },
100
+ {
101
+ "action": "upsert",
102
+ "packageId": "resend",
103
+ "namespace": "domain-names",
104
+ "rowId": "legacy.northwind.invalid",
105
+ "value": {
106
+ "domainId": "fffffffe-0000-4000-8000-000200000001"
107
+ }
108
+ },
109
+ {
110
+ "action": "upsert",
111
+ "packageId": "resend",
112
+ "namespace": "domains",
113
+ "rowId": "fffffffd-0000-4000-8000-000200000002",
114
+ "value": {
115
+ "id": "fffffffd-0000-4000-8000-000200000002",
116
+ "name": "mail.northwind.test",
117
+ "region": "us-east-1",
118
+ "status": "verified",
119
+ "openTracking": false,
120
+ "clickTracking": false,
121
+ "tls": "opportunistic",
122
+ "customReturnPath": "send",
123
+ "capabilities": {
124
+ "sending": "enabled",
125
+ "receiving": "disabled"
126
+ },
127
+ "records": [
128
+ {
129
+ "record": "SPF",
130
+ "name": "send.mail.northwind.test",
131
+ "type": "MX",
132
+ "ttl": "Auto",
133
+ "status": "verified",
134
+ "value": "feedback-smtp.us-east-1.amazonses.com",
135
+ "priority": 10
136
+ },
137
+ {
138
+ "record": "SPF",
139
+ "name": "send.mail.northwind.test",
140
+ "type": "TXT",
141
+ "ttl": "Auto",
142
+ "status": "verified",
143
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
144
+ "priority": null
145
+ },
146
+ {
147
+ "record": "DKIM",
148
+ "name": "resend._domainkey.mail.northwind.test",
149
+ "type": "TXT",
150
+ "ttl": "Auto",
151
+ "status": "verified",
152
+ "value": "p=gFQWKUHgJ5BWpPp010s26C2YEWzVeLOqW+0T2MRLKORPgjfbClor9yY7djbGuXdJ7oJ/RzMm8UR4HnGyAHVQxRrNnhzntTbYQCNccL2xdKCRfbc5tZxlUhtQgP83c/JWWMBpYTQsvwiam/iwKb+qnhgDJt048boFLGmmDLbXwGyTeTZXYN6frRCmj7dpLn2kww6TfzVxhMz8FW/uVvmDexU5",
153
+ "priority": null
154
+ }
155
+ ],
156
+ "createdAtUs": 1781704800000000
157
+ }
158
+ },
159
+ {
160
+ "action": "upsert",
161
+ "packageId": "resend",
162
+ "namespace": "domain-names",
163
+ "rowId": "mail.northwind.test",
164
+ "value": {
165
+ "domainId": "fffffffd-0000-4000-8000-000200000002"
166
+ }
167
+ },
168
+ {
169
+ "action": "upsert",
170
+ "packageId": "resend",
171
+ "namespace": "domains",
172
+ "rowId": "fffffffc-0000-4000-8000-000200000003",
173
+ "value": {
174
+ "id": "fffffffc-0000-4000-8000-000200000003",
175
+ "name": "updates.northwind.test",
176
+ "region": "eu-west-1",
177
+ "status": "verified",
178
+ "openTracking": false,
179
+ "clickTracking": true,
180
+ "tls": "opportunistic",
181
+ "customReturnPath": "send",
182
+ "capabilities": {
183
+ "sending": "enabled",
184
+ "receiving": "disabled"
185
+ },
186
+ "records": [
187
+ {
188
+ "record": "SPF",
189
+ "name": "send.updates.northwind.test",
190
+ "type": "MX",
191
+ "ttl": "Auto",
192
+ "status": "verified",
193
+ "value": "feedback-smtp.eu-west-1.amazonses.com",
194
+ "priority": 10
195
+ },
196
+ {
197
+ "record": "SPF",
198
+ "name": "send.updates.northwind.test",
199
+ "type": "TXT",
200
+ "ttl": "Auto",
201
+ "status": "verified",
202
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
203
+ "priority": null
204
+ },
205
+ {
206
+ "record": "DKIM",
207
+ "name": "resend._domainkey.updates.northwind.test",
208
+ "type": "TXT",
209
+ "ttl": "Auto",
210
+ "status": "verified",
211
+ "value": "p=s51KLi0zGK/wqL/8DCjVcKW1DBDYCBX8ln9b6OjyLUz9lTa3UoEdkucrgDPdVBJvPF2cZqBhBNX6RLkiV9UWbCSSt0LSYxrSoSeNp2QAm3smsyf9HDU/CG5prW43MQ+kyQ2uoyOP7RwD3KJIo5FYa6PwYoUMvgAnr+/+Xe8NBbkQzSjD6flhheVn1qhRCgzaUc3/36b82VJNeKuu711aZyMO",
212
+ "priority": null
213
+ }
214
+ ],
215
+ "createdAtUs": 1784296800000000
216
+ }
217
+ },
218
+ {
219
+ "action": "upsert",
220
+ "packageId": "resend",
221
+ "namespace": "domain-names",
222
+ "rowId": "updates.northwind.test",
223
+ "value": {
224
+ "domainId": "fffffffc-0000-4000-8000-000200000003"
225
+ }
226
+ },
227
+ {
228
+ "action": "upsert",
229
+ "packageId": "resend",
230
+ "namespace": "domains",
231
+ "rowId": "fffffffb-0000-4000-8000-000200000004",
232
+ "value": {
233
+ "id": "fffffffb-0000-4000-8000-000200000004",
234
+ "name": "billing.northwind.test",
235
+ "region": "us-east-1",
236
+ "status": "not_started",
237
+ "openTracking": false,
238
+ "clickTracking": false,
239
+ "tls": "opportunistic",
240
+ "customReturnPath": "send",
241
+ "capabilities": {
242
+ "sending": "enabled",
243
+ "receiving": "enabled"
244
+ },
245
+ "records": [
246
+ {
247
+ "record": "SPF",
248
+ "name": "send.billing.northwind.test",
249
+ "type": "MX",
250
+ "ttl": "Auto",
251
+ "status": "not_started",
252
+ "value": "feedback-smtp.us-east-1.amazonses.com",
253
+ "priority": 10
254
+ },
255
+ {
256
+ "record": "SPF",
257
+ "name": "send.billing.northwind.test",
258
+ "type": "TXT",
259
+ "ttl": "Auto",
260
+ "status": "not_started",
261
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
262
+ "priority": null
263
+ },
264
+ {
265
+ "record": "DKIM",
266
+ "name": "resend._domainkey.billing.northwind.test",
267
+ "type": "TXT",
268
+ "ttl": "Auto",
269
+ "status": "not_started",
270
+ "value": "p=DcdGGQV9uqgwGGpbb/d66yoIs72DA1ylA+Jq5wnQ3o4RGBnqxZiXFKSTOxmcXpJsuQm/dAqTwWAi1tWp2jWkAStOfXHkfNPiLSyEwAcGa05jUJ0Ysc6hsK35gsXdWhFJYDu5zw+pzBhUkVD3RGPNHxyUSyXG9lsgWlbenPR79/51jRBGmgTqSJcfzoIfVZCnD33zKfT+2tCFS9vEsqH3OR2a",
271
+ "priority": null
272
+ },
273
+ {
274
+ "record": "Receiving",
275
+ "name": "billing.northwind.test",
276
+ "type": "MX",
277
+ "ttl": "Auto",
278
+ "status": "not_started",
279
+ "value": "inbound-smtp.us-east-1.amazonaws.com",
280
+ "priority": 10
281
+ }
282
+ ],
283
+ "createdAtUs": 1789308000000000
284
+ }
285
+ },
286
+ {
287
+ "action": "upsert",
288
+ "packageId": "resend",
289
+ "namespace": "domain-names",
290
+ "rowId": "billing.northwind.test",
291
+ "value": {
292
+ "domainId": "fffffffb-0000-4000-8000-000200000004"
293
+ }
294
+ },
295
+ {
296
+ "action": "upsert",
297
+ "packageId": "resend",
298
+ "namespace": "api-keys",
299
+ "rowId": "fffffffe-0000-4000-8000-000300000001",
300
+ "value": {
301
+ "id": "fffffffe-0000-4000-8000-000300000001",
302
+ "name": "Staging CI",
303
+ "permission": "full_access",
304
+ "domainId": null,
305
+ "tokenPreview": "re_Hk29Qa",
306
+ "createdAtUs": 1779112800000000,
307
+ "lastUsedAtUs": null
308
+ }
309
+ },
310
+ {
311
+ "action": "upsert",
312
+ "packageId": "resend",
313
+ "namespace": "api-keys",
314
+ "rowId": "fffffffd-0000-4000-8000-000300000002",
315
+ "value": {
316
+ "id": "fffffffd-0000-4000-8000-000300000002",
317
+ "name": "Marketing sender",
318
+ "permission": "sending_access",
319
+ "domainId": "fffffffc-0000-4000-8000-000200000003",
320
+ "tokenPreview": "re_M4rkT7",
321
+ "createdAtUs": 1786024800000000,
322
+ "lastUsedAtUs": 1789394400000000
323
+ }
324
+ },
325
+ {
326
+ "action": "upsert",
327
+ "packageId": "resend",
328
+ "namespace": "api-keys",
329
+ "rowId": "fffffffc-0000-4000-8000-000300000003",
330
+ "value": {
331
+ "id": "fffffffc-0000-4000-8000-000300000003",
332
+ "name": "Production",
333
+ "permission": "full_access",
334
+ "domainId": null,
335
+ "tokenPreview": "re_Pr0dX9",
336
+ "createdAtUs": 1786888800000000,
337
+ "lastUsedAtUs": 1789480200000000
338
+ }
339
+ },
340
+ {
341
+ "action": "upsert",
342
+ "packageId": "resend",
343
+ "namespace": "emails",
344
+ "rowId": "fffffffe-0000-4000-8000-000100000001",
345
+ "value": {
346
+ "id": "fffffffe-0000-4000-8000-000100000001",
347
+ "from": "Northwind Labs <hello@mail.northwind.test>",
348
+ "to": [
349
+ "mara.quinn@example.com"
350
+ ],
351
+ "cc": [],
352
+ "bcc": [],
353
+ "replyTo": [],
354
+ "subject": "Welcome to Northwind Labs",
355
+ "html": "<p>Thanks for signing up.</p>",
356
+ "text": null,
357
+ "headers": {},
358
+ "tags": [
359
+ {
360
+ "name": "category",
361
+ "value": "welcome"
362
+ }
363
+ ],
364
+ "createdAtUs": 1788616800000000,
365
+ "scheduledAtUs": null,
366
+ "status": "delivered",
367
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
368
+ "batchId": null
369
+ }
370
+ },
371
+ {
372
+ "action": "upsert",
373
+ "packageId": "resend",
374
+ "namespace": "emails",
375
+ "rowId": "fffffffd-0000-4000-8000-000100000002",
376
+ "value": {
377
+ "id": "fffffffd-0000-4000-8000-000100000002",
378
+ "from": "Billing <invoices@billing.northwind.test>",
379
+ "to": [
380
+ "accounts@example.com"
381
+ ],
382
+ "cc": [],
383
+ "bcc": [],
384
+ "replyTo": [],
385
+ "subject": "Invoice NW-1042",
386
+ "html": null,
387
+ "text": "Your invoice is attached in the portal.",
388
+ "headers": {},
389
+ "tags": [],
390
+ "createdAtUs": 1788703200000000,
391
+ "scheduledAtUs": null,
392
+ "status": "delivered",
393
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
394
+ "batchId": null
395
+ }
396
+ },
397
+ {
398
+ "action": "upsert",
399
+ "packageId": "resend",
400
+ "namespace": "emails",
401
+ "rowId": "fffffffc-0000-4000-8000-000100000003",
402
+ "value": {
403
+ "id": "fffffffc-0000-4000-8000-000100000003",
404
+ "from": "Northwind Labs <hello@mail.northwind.test>",
405
+ "to": [
406
+ "theo.brandt@example.com"
407
+ ],
408
+ "cc": [
409
+ "ops@example.com"
410
+ ],
411
+ "bcc": [],
412
+ "replyTo": [],
413
+ "subject": "Your workspace is ready",
414
+ "html": "<p>Log in to get started.</p>",
415
+ "text": null,
416
+ "headers": {},
417
+ "tags": [],
418
+ "createdAtUs": 1788710400000000,
419
+ "scheduledAtUs": null,
420
+ "status": "delivered",
421
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
422
+ "batchId": null
423
+ }
424
+ },
425
+ {
426
+ "action": "upsert",
427
+ "packageId": "resend",
428
+ "namespace": "emails",
429
+ "rowId": "fffffffb-0000-4000-8000-000100000004",
430
+ "value": {
431
+ "id": "fffffffb-0000-4000-8000-000100000004",
432
+ "from": "Northwind Labs <hello@mail.northwind.test>",
433
+ "to": [
434
+ "zoe.lukasiewicz@example.com"
435
+ ],
436
+ "cc": [],
437
+ "bcc": [],
438
+ "replyTo": [],
439
+ "subject": "Rechnung für September ✓",
440
+ "html": null,
441
+ "text": "Vielen Dank für Ihre Zahlung.",
442
+ "headers": {},
443
+ "tags": [],
444
+ "createdAtUs": 1788789600000000,
445
+ "scheduledAtUs": null,
446
+ "status": "delivered",
447
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
448
+ "batchId": null
449
+ }
450
+ },
451
+ {
452
+ "action": "upsert",
453
+ "packageId": "resend",
454
+ "namespace": "emails",
455
+ "rowId": "fffffffa-0000-4000-8000-000100000005",
456
+ "value": {
457
+ "id": "fffffffa-0000-4000-8000-000100000005",
458
+ "from": "Northwind Updates <news@updates.northwind.test>",
459
+ "to": [
460
+ "beta01@example.com",
461
+ "beta02@example.com",
462
+ "beta03@example.com",
463
+ "beta04@example.com",
464
+ "beta05@example.com",
465
+ "beta06@example.com",
466
+ "beta07@example.com",
467
+ "beta08@example.com",
468
+ "beta09@example.com",
469
+ "beta10@example.com",
470
+ "beta11@example.com",
471
+ "beta12@example.com",
472
+ "beta13@example.com",
473
+ "beta14@example.com",
474
+ "beta15@example.com",
475
+ "beta16@example.com",
476
+ "beta17@example.com",
477
+ "beta18@example.com",
478
+ "beta19@example.com",
479
+ "beta20@example.com",
480
+ "beta21@example.com",
481
+ "beta22@example.com",
482
+ "beta23@example.com",
483
+ "beta24@example.com",
484
+ "beta25@example.com",
485
+ "beta26@example.com",
486
+ "beta27@example.com",
487
+ "beta28@example.com",
488
+ "beta29@example.com",
489
+ "beta30@example.com",
490
+ "beta31@example.com",
491
+ "beta32@example.com",
492
+ "beta33@example.com",
493
+ "beta34@example.com",
494
+ "beta35@example.com",
495
+ "beta36@example.com",
496
+ "beta37@example.com",
497
+ "beta38@example.com",
498
+ "beta39@example.com",
499
+ "beta40@example.com",
500
+ "beta41@example.com",
501
+ "beta42@example.com",
502
+ "beta43@example.com",
503
+ "beta44@example.com",
504
+ "beta45@example.com",
505
+ "beta46@example.com",
506
+ "beta47@example.com",
507
+ "beta48@example.com",
508
+ "beta49@example.com",
509
+ "beta50@example.com"
510
+ ],
511
+ "cc": [],
512
+ "bcc": [],
513
+ "replyTo": [],
514
+ "subject": "Beta programme: week 3 notes",
515
+ "html": "<p>Here is what shipped this week.</p>",
516
+ "text": null,
517
+ "headers": {},
518
+ "tags": [
519
+ {
520
+ "name": "category",
521
+ "value": "newsletter"
522
+ }
523
+ ],
524
+ "createdAtUs": 1788876000000000,
525
+ "scheduledAtUs": null,
526
+ "status": "delivered",
527
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
528
+ "batchId": null
529
+ }
530
+ },
531
+ {
532
+ "action": "upsert",
533
+ "packageId": "resend",
534
+ "namespace": "emails",
535
+ "rowId": "fffffff9-0000-4000-8000-000100000006",
536
+ "value": {
537
+ "id": "fffffff9-0000-4000-8000-000100000006",
538
+ "from": "Northwind Labs <hello@mail.northwind.test>",
539
+ "to": [
540
+ "former.user@nowhere.invalid"
541
+ ],
542
+ "cc": [],
543
+ "bcc": [],
544
+ "replyTo": [],
545
+ "subject": "Password reset requested",
546
+ "html": null,
547
+ "text": "Use the link in the app to reset.",
548
+ "headers": {},
549
+ "tags": [],
550
+ "createdAtUs": 1788962400000000,
551
+ "scheduledAtUs": null,
552
+ "status": "bounced",
553
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
554
+ "batchId": null
555
+ }
556
+ },
557
+ {
558
+ "action": "upsert",
559
+ "packageId": "resend",
560
+ "namespace": "emails",
561
+ "rowId": "fffffff8-0000-4000-8000-000100000007",
562
+ "value": {
563
+ "id": "fffffff8-0000-4000-8000-000100000007",
564
+ "from": "Northwind Labs <hello@mail.northwind.test>",
565
+ "to": [
566
+ "priya.nair@example.com"
567
+ ],
568
+ "cc": [],
569
+ "bcc": [
570
+ "audit@example.com"
571
+ ],
572
+ "replyTo": [
573
+ "support@example.com"
574
+ ],
575
+ "subject": "Support ticket #5521 updated",
576
+ "html": "<p>An agent replied to your ticket.</p>",
577
+ "text": null,
578
+ "headers": {},
579
+ "tags": [],
580
+ "createdAtUs": 1788966000000000,
581
+ "scheduledAtUs": null,
582
+ "status": "delivered",
583
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
584
+ "batchId": null
585
+ }
586
+ },
587
+ {
588
+ "action": "upsert",
589
+ "packageId": "resend",
590
+ "namespace": "emails",
591
+ "rowId": "fffffff7-0000-4000-8000-000100000008",
592
+ "value": {
593
+ "id": "fffffff7-0000-4000-8000-000100000008",
594
+ "from": "Northwind Updates <news@updates.northwind.test>",
595
+ "to": [
596
+ "ivo.petrov@example.com"
597
+ ],
598
+ "cc": [],
599
+ "bcc": [],
600
+ "replyTo": [],
601
+ "subject": "Scheduled maintenance notice",
602
+ "html": null,
603
+ "text": "Maintenance window on Saturday.",
604
+ "headers": {},
605
+ "tags": [],
606
+ "createdAtUs": 1789048800000000,
607
+ "scheduledAtUs": 1789135200000000,
608
+ "status": "canceled",
609
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
610
+ "batchId": null
611
+ }
612
+ },
613
+ {
614
+ "action": "upsert",
615
+ "packageId": "resend",
616
+ "namespace": "emails",
617
+ "rowId": "fffffff6-0000-4000-8000-000100000009",
618
+ "value": {
619
+ "id": "fffffff6-0000-4000-8000-000100000009",
620
+ "from": "Northwind Labs <hello@mail.northwind.test>",
621
+ "to": [
622
+ "lena.hart@example.com"
623
+ ],
624
+ "cc": [],
625
+ "bcc": [],
626
+ "replyTo": [],
627
+ "subject": "Order NW-7781 confirmed",
628
+ "html": "<p>We received your order.</p>",
629
+ "text": null,
630
+ "headers": {},
631
+ "tags": [],
632
+ "createdAtUs": 1789052400000000,
633
+ "scheduledAtUs": null,
634
+ "status": "delivered",
635
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
636
+ "batchId": "fffffffe-0000-4000-8000-000600000001"
637
+ }
638
+ },
639
+ {
640
+ "action": "upsert",
641
+ "packageId": "resend",
642
+ "namespace": "emails",
643
+ "rowId": "fffffff5-0000-4000-8000-000100000010",
644
+ "value": {
645
+ "id": "fffffff5-0000-4000-8000-000100000010",
646
+ "from": "Northwind Labs <hello@mail.northwind.test>",
647
+ "to": [
648
+ "omar.haddad@example.com"
649
+ ],
650
+ "cc": [],
651
+ "bcc": [],
652
+ "replyTo": [],
653
+ "subject": "Order NW-7782 confirmed",
654
+ "html": "<p>We received your order.</p>",
655
+ "text": null,
656
+ "headers": {},
657
+ "tags": [],
658
+ "createdAtUs": 1789052400000000,
659
+ "scheduledAtUs": null,
660
+ "status": "delivered",
661
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
662
+ "batchId": "fffffffe-0000-4000-8000-000600000001"
663
+ }
664
+ },
665
+ {
666
+ "action": "upsert",
667
+ "packageId": "resend",
668
+ "namespace": "emails",
669
+ "rowId": "fffffff4-0000-4000-8000-000100000011",
670
+ "value": {
671
+ "id": "fffffff4-0000-4000-8000-000100000011",
672
+ "from": "Northwind Labs <hello@mail.northwind.test>",
673
+ "to": [
674
+ "sofia.reyes@example.com"
675
+ ],
676
+ "cc": [],
677
+ "bcc": [],
678
+ "replyTo": [],
679
+ "subject": "Order NW-7783 confirmed",
680
+ "html": "<p>We received your order.</p>",
681
+ "text": null,
682
+ "headers": {},
683
+ "tags": [],
684
+ "createdAtUs": 1789052400000000,
685
+ "scheduledAtUs": null,
686
+ "status": "delivered",
687
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
688
+ "batchId": "fffffffe-0000-4000-8000-000600000001"
689
+ }
690
+ },
691
+ {
692
+ "action": "upsert",
693
+ "packageId": "resend",
694
+ "namespace": "emails",
695
+ "rowId": "fffffff3-0000-4000-8000-000100000012",
696
+ "value": {
697
+ "id": "fffffff3-0000-4000-8000-000100000012",
698
+ "from": "Northwind Labs <hello@mail.northwind.test>",
699
+ "to": [
700
+ "mara.quinn@example.com"
701
+ ],
702
+ "cc": [],
703
+ "bcc": [],
704
+ "replyTo": [],
705
+ "subject": "Your weekly usage summary",
706
+ "html": "<p>You sent 412 emails this week.</p>",
707
+ "text": null,
708
+ "headers": {},
709
+ "tags": [
710
+ {
711
+ "name": "category",
712
+ "value": "digest"
713
+ }
714
+ ],
715
+ "createdAtUs": 1789135200000000,
716
+ "scheduledAtUs": null,
717
+ "status": "delivered",
718
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
719
+ "batchId": null
720
+ }
721
+ },
722
+ {
723
+ "action": "upsert",
724
+ "packageId": "resend",
725
+ "namespace": "emails",
726
+ "rowId": "fffffff2-0000-4000-8000-000100000013",
727
+ "value": {
728
+ "id": "fffffff2-0000-4000-8000-000100000013",
729
+ "from": "Northwind Labs <hello@mail.northwind.test>",
730
+ "to": [
731
+ "no.mailbox@nowhere.invalid"
732
+ ],
733
+ "cc": [
734
+ "theo.brandt@example.com"
735
+ ],
736
+ "bcc": [],
737
+ "replyTo": [],
738
+ "subject": "Trial ending soon",
739
+ "html": null,
740
+ "text": "Your trial ends in 3 days.",
741
+ "headers": {},
742
+ "tags": [],
743
+ "createdAtUs": 1789221600000000,
744
+ "scheduledAtUs": null,
745
+ "status": "bounced",
746
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
747
+ "batchId": null
748
+ }
749
+ },
750
+ {
751
+ "action": "upsert",
752
+ "packageId": "resend",
753
+ "namespace": "emails",
754
+ "rowId": "fffffff1-0000-4000-8000-000100000014",
755
+ "value": {
756
+ "id": "fffffff1-0000-4000-8000-000100000014",
757
+ "from": "Northwind Updates <news@updates.northwind.test>",
758
+ "to": [
759
+ "newsletter@example.com"
760
+ ],
761
+ "cc": [],
762
+ "bcc": [],
763
+ "replyTo": [],
764
+ "subject": "September product update",
765
+ "html": "<p>New dashboard filters are live.</p>",
766
+ "text": null,
767
+ "headers": {},
768
+ "tags": [],
769
+ "createdAtUs": 1789308000000000,
770
+ "scheduledAtUs": 1789912800000000,
771
+ "status": "canceled",
772
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
773
+ "batchId": null
774
+ }
775
+ },
776
+ {
777
+ "action": "upsert",
778
+ "packageId": "resend",
779
+ "namespace": "emails",
780
+ "rowId": "fffffff0-0000-4000-8000-000100000015",
781
+ "value": {
782
+ "id": "fffffff0-0000-4000-8000-000100000015",
783
+ "from": "Northwind Labs <hello@mail.northwind.test>",
784
+ "to": [
785
+ "theo.brandt@example.com"
786
+ ],
787
+ "cc": [],
788
+ "bcc": [],
789
+ "replyTo": [],
790
+ "subject": "New sign-in from Firefox on Linux",
791
+ "html": null,
792
+ "text": "If this was not you, reset your password.",
793
+ "headers": {},
794
+ "tags": [],
795
+ "createdAtUs": 1789394400000000,
796
+ "scheduledAtUs": null,
797
+ "status": "delivered",
798
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
799
+ "batchId": null
800
+ }
801
+ },
802
+ {
803
+ "action": "upsert",
804
+ "packageId": "resend",
805
+ "namespace": "emails",
806
+ "rowId": "ffffffef-0000-4000-8000-000100000016",
807
+ "value": {
808
+ "id": "ffffffef-0000-4000-8000-000100000016",
809
+ "from": "Northwind Labs <hello@mail.northwind.test>",
810
+ "to": [
811
+ "priya.nair@example.com"
812
+ ],
813
+ "cc": [],
814
+ "bcc": [],
815
+ "replyTo": [],
816
+ "subject": "Support ticket #5521 resolved",
817
+ "html": "<p>We marked your ticket as resolved.</p>",
818
+ "text": null,
819
+ "headers": {},
820
+ "tags": [],
821
+ "createdAtUs": 1789408800000000,
822
+ "scheduledAtUs": null,
823
+ "status": "delivered",
824
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
825
+ "batchId": null
826
+ }
827
+ },
828
+ {
829
+ "action": "upsert",
830
+ "packageId": "resend",
831
+ "namespace": "emails",
832
+ "rowId": "ffffffee-0000-4000-8000-000100000017",
833
+ "value": {
834
+ "id": "ffffffee-0000-4000-8000-000100000017",
835
+ "from": "Northwind Labs <hello@mail.northwind.test>",
836
+ "to": [
837
+ "omar.haddad@example.com"
838
+ ],
839
+ "cc": [],
840
+ "bcc": [],
841
+ "replyTo": [],
842
+ "subject": "Receipt for your payment",
843
+ "html": "<p>Payment received: 49.00 EUR.</p>",
844
+ "text": null,
845
+ "headers": {},
846
+ "tags": [],
847
+ "createdAtUs": 1789459200000000,
848
+ "scheduledAtUs": null,
849
+ "status": "delivered",
850
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
851
+ "batchId": null
852
+ }
853
+ },
854
+ {
855
+ "action": "upsert",
856
+ "packageId": "resend",
857
+ "namespace": "emails",
858
+ "rowId": "ffffffed-0000-4000-8000-000100000018",
859
+ "value": {
860
+ "id": "ffffffed-0000-4000-8000-000100000018",
861
+ "from": "Northwind Updates <news@updates.northwind.test>",
862
+ "to": [
863
+ "beta-list@example.com"
864
+ ],
865
+ "cc": [],
866
+ "bcc": [],
867
+ "replyTo": [],
868
+ "subject": "Webinar starts in 30 minutes",
869
+ "html": null,
870
+ "text": "Join from the event page.",
871
+ "headers": {},
872
+ "tags": [],
873
+ "createdAtUs": 1789466400000000,
874
+ "scheduledAtUs": 1789479000000000,
875
+ "status": "scheduled",
876
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
877
+ "batchId": null
878
+ }
879
+ },
880
+ {
881
+ "action": "upsert",
882
+ "packageId": "resend",
883
+ "namespace": "emails",
884
+ "rowId": "ffffffec-0000-4000-8000-000100000019",
885
+ "value": {
886
+ "id": "ffffffec-0000-4000-8000-000100000019",
887
+ "from": "Northwind Labs <hello@mail.northwind.test>",
888
+ "to": [
889
+ "lena.hart@example.com"
890
+ ],
891
+ "cc": [],
892
+ "bcc": [],
893
+ "replyTo": [],
894
+ "subject": "Your export is ready",
895
+ "html": "<p>Download it from Settings.</p>",
896
+ "text": null,
897
+ "headers": {},
898
+ "tags": [],
899
+ "createdAtUs": 1789470000000000,
900
+ "scheduledAtUs": null,
901
+ "status": "delivered",
902
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
903
+ "batchId": null
904
+ }
905
+ },
906
+ {
907
+ "action": "upsert",
908
+ "packageId": "resend",
909
+ "namespace": "emails",
910
+ "rowId": "ffffffeb-0000-4000-8000-000100000020",
911
+ "value": {
912
+ "id": "ffffffeb-0000-4000-8000-000100000020",
913
+ "from": "Northwind Updates <news@updates.northwind.test>",
914
+ "to": [
915
+ "newsletter@example.com"
916
+ ],
917
+ "cc": [],
918
+ "bcc": [],
919
+ "replyTo": [],
920
+ "subject": "October roadmap preview",
921
+ "html": "<p>A look at what is coming.</p>",
922
+ "text": null,
923
+ "headers": {},
924
+ "tags": [],
925
+ "createdAtUs": 1789473600000000,
926
+ "scheduledAtUs": 1791986400000000,
927
+ "status": "scheduled",
928
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
929
+ "batchId": null
930
+ }
931
+ },
932
+ {
933
+ "action": "upsert",
934
+ "packageId": "resend",
935
+ "namespace": "emails",
936
+ "rowId": "ffffffea-0000-4000-8000-000100000021",
937
+ "value": {
938
+ "id": "ffffffea-0000-4000-8000-000100000021",
939
+ "from": "Northwind Labs <hello@mail.northwind.test>",
940
+ "to": [
941
+ "sofia.reyes@example.com"
942
+ ],
943
+ "cc": [],
944
+ "bcc": [],
945
+ "replyTo": [],
946
+ "subject": "Reminder: renew your plan",
947
+ "html": null,
948
+ "text": "Your plan renews tomorrow.",
949
+ "headers": {},
950
+ "tags": [],
951
+ "createdAtUs": 1789475400000000,
952
+ "scheduledAtUs": 1789567200000000,
953
+ "status": "scheduled",
954
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
955
+ "batchId": null
956
+ }
957
+ },
958
+ {
959
+ "action": "upsert",
960
+ "packageId": "resend",
961
+ "namespace": "emails",
962
+ "rowId": "ffffffe9-0000-4000-8000-000100000022",
963
+ "value": {
964
+ "id": "ffffffe9-0000-4000-8000-000100000022",
965
+ "from": "Northwind Labs <hello@mail.northwind.test>",
966
+ "to": [
967
+ "ivo.petrov@example.com"
968
+ ],
969
+ "cc": [],
970
+ "bcc": [],
971
+ "replyTo": [],
972
+ "subject": "Security digest",
973
+ "html": "<p>No unusual activity this week.</p>",
974
+ "text": null,
975
+ "headers": {},
976
+ "tags": [],
977
+ "createdAtUs": 1789478400000000,
978
+ "scheduledAtUs": null,
979
+ "status": "delivered",
980
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
981
+ "batchId": null
982
+ }
983
+ },
984
+ {
985
+ "action": "upsert",
986
+ "packageId": "resend",
987
+ "namespace": "emails",
988
+ "rowId": "ffffffe8-0000-4000-8000-000100000023",
989
+ "value": {
990
+ "id": "ffffffe8-0000-4000-8000-000100000023",
991
+ "from": "Northwind Labs <hello@mail.northwind.test>",
992
+ "to": [
993
+ "mara.quinn@example.com"
994
+ ],
995
+ "cc": [],
996
+ "bcc": [],
997
+ "replyTo": [],
998
+ "subject": "Team invite from Northwind Labs",
999
+ "html": "<p>You were invited to join a team.</p>",
1000
+ "text": null,
1001
+ "headers": {},
1002
+ "tags": [],
1003
+ "createdAtUs": 1789479900000000,
1004
+ "scheduledAtUs": 1789482000000000,
1005
+ "status": "scheduled",
1006
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1007
+ "batchId": null
1008
+ }
1009
+ },
1010
+ {
1011
+ "action": "upsert",
1012
+ "packageId": "resend",
1013
+ "namespace": "segments",
1014
+ "rowId": "fffffffe-0000-4000-8000-000400000001",
1015
+ "value": {
1016
+ "id": "fffffffe-0000-4000-8000-000400000001",
1017
+ "name": "Newsletter",
1018
+ "createdAtUs": 1782568800000000
1019
+ }
1020
+ },
1021
+ {
1022
+ "action": "upsert",
1023
+ "packageId": "resend",
1024
+ "namespace": "segments",
1025
+ "rowId": "fffffffd-0000-4000-8000-000400000002",
1026
+ "value": {
1027
+ "id": "fffffffd-0000-4000-8000-000400000002",
1028
+ "name": "Beta testers",
1029
+ "createdAtUs": 1785160800000000
1030
+ }
1031
+ },
1032
+ {
1033
+ "action": "upsert",
1034
+ "packageId": "resend",
1035
+ "namespace": "segments",
1036
+ "rowId": "fffffffc-0000-4000-8000-000400000003",
1037
+ "value": {
1038
+ "id": "fffffffc-0000-4000-8000-000400000003",
1039
+ "name": "Empty segment",
1040
+ "createdAtUs": 1789221600000000
1041
+ }
1042
+ },
1043
+ {
1044
+ "action": "upsert",
1045
+ "packageId": "resend",
1046
+ "namespace": "contacts",
1047
+ "rowId": "fffffffe-0000-4000-8000-000500000001",
1048
+ "value": {
1049
+ "id": "fffffffe-0000-4000-8000-000500000001",
1050
+ "email": "mara.quinn@example.com",
1051
+ "firstName": "Mara",
1052
+ "lastName": "Quinn",
1053
+ "unsubscribed": false,
1054
+ "properties": {
1055
+ "company_name": "Quinn & Co",
1056
+ "seats": 12
1057
+ },
1058
+ "createdAtUs": 1783432800000000
1059
+ }
1060
+ },
1061
+ {
1062
+ "action": "upsert",
1063
+ "packageId": "resend",
1064
+ "namespace": "contact-emails",
1065
+ "rowId": "mara.quinn@example.com",
1066
+ "value": {
1067
+ "contactId": "fffffffe-0000-4000-8000-000500000001"
1068
+ }
1069
+ },
1070
+ {
1071
+ "action": "upsert",
1072
+ "packageId": "resend",
1073
+ "namespace": "segment-members",
1074
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffe-0000-4000-8000-000500000001",
1075
+ "value": {
1076
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1077
+ "contactId": "fffffffe-0000-4000-8000-000500000001",
1078
+ "addedAtUs": 1783519200000000
1079
+ }
1080
+ },
1081
+ {
1082
+ "action": "upsert",
1083
+ "packageId": "resend",
1084
+ "namespace": "contact-segments",
1085
+ "rowId": "fffffffe-0000-4000-8000-000500000001/fffffffe-0000-4000-8000-000400000001",
1086
+ "value": {
1087
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1088
+ "contactId": "fffffffe-0000-4000-8000-000500000001"
1089
+ }
1090
+ },
1091
+ {
1092
+ "action": "upsert",
1093
+ "packageId": "resend",
1094
+ "namespace": "segment-members",
1095
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffffe-0000-4000-8000-000500000001",
1096
+ "value": {
1097
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1098
+ "contactId": "fffffffe-0000-4000-8000-000500000001",
1099
+ "addedAtUs": 1783519200000000
1100
+ }
1101
+ },
1102
+ {
1103
+ "action": "upsert",
1104
+ "packageId": "resend",
1105
+ "namespace": "contact-segments",
1106
+ "rowId": "fffffffe-0000-4000-8000-000500000001/fffffffd-0000-4000-8000-000400000002",
1107
+ "value": {
1108
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1109
+ "contactId": "fffffffe-0000-4000-8000-000500000001"
1110
+ }
1111
+ },
1112
+ {
1113
+ "action": "upsert",
1114
+ "packageId": "resend",
1115
+ "namespace": "contacts",
1116
+ "rowId": "fffffffd-0000-4000-8000-000500000002",
1117
+ "value": {
1118
+ "id": "fffffffd-0000-4000-8000-000500000002",
1119
+ "email": "theo.brandt@example.com",
1120
+ "firstName": "Theo",
1121
+ "lastName": "Brandt",
1122
+ "unsubscribed": false,
1123
+ "properties": {},
1124
+ "createdAtUs": 1783778400000000
1125
+ }
1126
+ },
1127
+ {
1128
+ "action": "upsert",
1129
+ "packageId": "resend",
1130
+ "namespace": "contact-emails",
1131
+ "rowId": "theo.brandt@example.com",
1132
+ "value": {
1133
+ "contactId": "fffffffd-0000-4000-8000-000500000002"
1134
+ }
1135
+ },
1136
+ {
1137
+ "action": "upsert",
1138
+ "packageId": "resend",
1139
+ "namespace": "segment-members",
1140
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffd-0000-4000-8000-000500000002",
1141
+ "value": {
1142
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1143
+ "contactId": "fffffffd-0000-4000-8000-000500000002",
1144
+ "addedAtUs": 1783864800000000
1145
+ }
1146
+ },
1147
+ {
1148
+ "action": "upsert",
1149
+ "packageId": "resend",
1150
+ "namespace": "contact-segments",
1151
+ "rowId": "fffffffd-0000-4000-8000-000500000002/fffffffe-0000-4000-8000-000400000001",
1152
+ "value": {
1153
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1154
+ "contactId": "fffffffd-0000-4000-8000-000500000002"
1155
+ }
1156
+ },
1157
+ {
1158
+ "action": "upsert",
1159
+ "packageId": "resend",
1160
+ "namespace": "contacts",
1161
+ "rowId": "fffffffc-0000-4000-8000-000500000003",
1162
+ "value": {
1163
+ "id": "fffffffc-0000-4000-8000-000500000003",
1164
+ "email": "zoe.lukasiewicz@example.com",
1165
+ "firstName": "Zoë",
1166
+ "lastName": "Łukasiewicz",
1167
+ "unsubscribed": false,
1168
+ "properties": {
1169
+ "company_name": "Kraków Analytics"
1170
+ },
1171
+ "createdAtUs": 1784124000000000
1172
+ }
1173
+ },
1174
+ {
1175
+ "action": "upsert",
1176
+ "packageId": "resend",
1177
+ "namespace": "contact-emails",
1178
+ "rowId": "zoe.lukasiewicz@example.com",
1179
+ "value": {
1180
+ "contactId": "fffffffc-0000-4000-8000-000500000003"
1181
+ }
1182
+ },
1183
+ {
1184
+ "action": "upsert",
1185
+ "packageId": "resend",
1186
+ "namespace": "segment-members",
1187
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffc-0000-4000-8000-000500000003",
1188
+ "value": {
1189
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1190
+ "contactId": "fffffffc-0000-4000-8000-000500000003",
1191
+ "addedAtUs": 1784210400000000
1192
+ }
1193
+ },
1194
+ {
1195
+ "action": "upsert",
1196
+ "packageId": "resend",
1197
+ "namespace": "contact-segments",
1198
+ "rowId": "fffffffc-0000-4000-8000-000500000003/fffffffe-0000-4000-8000-000400000001",
1199
+ "value": {
1200
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1201
+ "contactId": "fffffffc-0000-4000-8000-000500000003"
1202
+ }
1203
+ },
1204
+ {
1205
+ "action": "upsert",
1206
+ "packageId": "resend",
1207
+ "namespace": "contacts",
1208
+ "rowId": "fffffffb-0000-4000-8000-000500000004",
1209
+ "value": {
1210
+ "id": "fffffffb-0000-4000-8000-000500000004",
1211
+ "email": "priya.nair@example.com",
1212
+ "firstName": "Priya",
1213
+ "lastName": "Nair",
1214
+ "unsubscribed": false,
1215
+ "properties": {
1216
+ "seats": 3,
1217
+ "plan_note": null
1218
+ },
1219
+ "createdAtUs": 1784469600000000
1220
+ }
1221
+ },
1222
+ {
1223
+ "action": "upsert",
1224
+ "packageId": "resend",
1225
+ "namespace": "contact-emails",
1226
+ "rowId": "priya.nair@example.com",
1227
+ "value": {
1228
+ "contactId": "fffffffb-0000-4000-8000-000500000004"
1229
+ }
1230
+ },
1231
+ {
1232
+ "action": "upsert",
1233
+ "packageId": "resend",
1234
+ "namespace": "segment-members",
1235
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffffb-0000-4000-8000-000500000004",
1236
+ "value": {
1237
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1238
+ "contactId": "fffffffb-0000-4000-8000-000500000004",
1239
+ "addedAtUs": 1784556000000000
1240
+ }
1241
+ },
1242
+ {
1243
+ "action": "upsert",
1244
+ "packageId": "resend",
1245
+ "namespace": "contact-segments",
1246
+ "rowId": "fffffffb-0000-4000-8000-000500000004/fffffffd-0000-4000-8000-000400000002",
1247
+ "value": {
1248
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1249
+ "contactId": "fffffffb-0000-4000-8000-000500000004"
1250
+ }
1251
+ },
1252
+ {
1253
+ "action": "upsert",
1254
+ "packageId": "resend",
1255
+ "namespace": "contacts",
1256
+ "rowId": "fffffffa-0000-4000-8000-000500000005",
1257
+ "value": {
1258
+ "id": "fffffffa-0000-4000-8000-000500000005",
1259
+ "email": "ivo.petrov@example.com",
1260
+ "firstName": "Ivo",
1261
+ "lastName": "Petrov",
1262
+ "unsubscribed": true,
1263
+ "properties": {},
1264
+ "createdAtUs": 1784815200000000
1265
+ }
1266
+ },
1267
+ {
1268
+ "action": "upsert",
1269
+ "packageId": "resend",
1270
+ "namespace": "contact-emails",
1271
+ "rowId": "ivo.petrov@example.com",
1272
+ "value": {
1273
+ "contactId": "fffffffa-0000-4000-8000-000500000005"
1274
+ }
1275
+ },
1276
+ {
1277
+ "action": "upsert",
1278
+ "packageId": "resend",
1279
+ "namespace": "segment-members",
1280
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffa-0000-4000-8000-000500000005",
1281
+ "value": {
1282
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1283
+ "contactId": "fffffffa-0000-4000-8000-000500000005",
1284
+ "addedAtUs": 1784901600000000
1285
+ }
1286
+ },
1287
+ {
1288
+ "action": "upsert",
1289
+ "packageId": "resend",
1290
+ "namespace": "contact-segments",
1291
+ "rowId": "fffffffa-0000-4000-8000-000500000005/fffffffe-0000-4000-8000-000400000001",
1292
+ "value": {
1293
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1294
+ "contactId": "fffffffa-0000-4000-8000-000500000005"
1295
+ }
1296
+ },
1297
+ {
1298
+ "action": "upsert",
1299
+ "packageId": "resend",
1300
+ "namespace": "contacts",
1301
+ "rowId": "fffffff9-0000-4000-8000-000500000006",
1302
+ "value": {
1303
+ "id": "fffffff9-0000-4000-8000-000500000006",
1304
+ "email": "lena.hart@example.com",
1305
+ "firstName": "Lena",
1306
+ "lastName": null,
1307
+ "unsubscribed": false,
1308
+ "properties": {},
1309
+ "createdAtUs": 1785160800000000
1310
+ }
1311
+ },
1312
+ {
1313
+ "action": "upsert",
1314
+ "packageId": "resend",
1315
+ "namespace": "contact-emails",
1316
+ "rowId": "lena.hart@example.com",
1317
+ "value": {
1318
+ "contactId": "fffffff9-0000-4000-8000-000500000006"
1319
+ }
1320
+ },
1321
+ {
1322
+ "action": "upsert",
1323
+ "packageId": "resend",
1324
+ "namespace": "segment-members",
1325
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffff9-0000-4000-8000-000500000006",
1326
+ "value": {
1327
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1328
+ "contactId": "fffffff9-0000-4000-8000-000500000006",
1329
+ "addedAtUs": 1785247200000000
1330
+ }
1331
+ },
1332
+ {
1333
+ "action": "upsert",
1334
+ "packageId": "resend",
1335
+ "namespace": "contact-segments",
1336
+ "rowId": "fffffff9-0000-4000-8000-000500000006/fffffffd-0000-4000-8000-000400000002",
1337
+ "value": {
1338
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1339
+ "contactId": "fffffff9-0000-4000-8000-000500000006"
1340
+ }
1341
+ },
1342
+ {
1343
+ "action": "upsert",
1344
+ "packageId": "resend",
1345
+ "namespace": "contacts",
1346
+ "rowId": "fffffff8-0000-4000-8000-000500000007",
1347
+ "value": {
1348
+ "id": "fffffff8-0000-4000-8000-000500000007",
1349
+ "email": "omar.haddad@example.com",
1350
+ "firstName": "Omar",
1351
+ "lastName": "Haddad",
1352
+ "unsubscribed": false,
1353
+ "properties": {
1354
+ "company_name": "Haddad Logistics",
1355
+ "seats": 40
1356
+ },
1357
+ "createdAtUs": 1785506400000000
1358
+ }
1359
+ },
1360
+ {
1361
+ "action": "upsert",
1362
+ "packageId": "resend",
1363
+ "namespace": "contact-emails",
1364
+ "rowId": "omar.haddad@example.com",
1365
+ "value": {
1366
+ "contactId": "fffffff8-0000-4000-8000-000500000007"
1367
+ }
1368
+ },
1369
+ {
1370
+ "action": "upsert",
1371
+ "packageId": "resend",
1372
+ "namespace": "segment-members",
1373
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff8-0000-4000-8000-000500000007",
1374
+ "value": {
1375
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1376
+ "contactId": "fffffff8-0000-4000-8000-000500000007",
1377
+ "addedAtUs": 1785592800000000
1378
+ }
1379
+ },
1380
+ {
1381
+ "action": "upsert",
1382
+ "packageId": "resend",
1383
+ "namespace": "contact-segments",
1384
+ "rowId": "fffffff8-0000-4000-8000-000500000007/fffffffe-0000-4000-8000-000400000001",
1385
+ "value": {
1386
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1387
+ "contactId": "fffffff8-0000-4000-8000-000500000007"
1388
+ }
1389
+ },
1390
+ {
1391
+ "action": "upsert",
1392
+ "packageId": "resend",
1393
+ "namespace": "contacts",
1394
+ "rowId": "fffffff7-0000-4000-8000-000500000008",
1395
+ "value": {
1396
+ "id": "fffffff7-0000-4000-8000-000500000008",
1397
+ "email": "sofia.reyes@example.com",
1398
+ "firstName": null,
1399
+ "lastName": null,
1400
+ "unsubscribed": false,
1401
+ "properties": {},
1402
+ "createdAtUs": 1785852000000000
1403
+ }
1404
+ },
1405
+ {
1406
+ "action": "upsert",
1407
+ "packageId": "resend",
1408
+ "namespace": "contact-emails",
1409
+ "rowId": "sofia.reyes@example.com",
1410
+ "value": {
1411
+ "contactId": "fffffff7-0000-4000-8000-000500000008"
1412
+ }
1413
+ },
1414
+ {
1415
+ "action": "upsert",
1416
+ "packageId": "resend",
1417
+ "namespace": "segment-members",
1418
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffff7-0000-4000-8000-000500000008",
1419
+ "value": {
1420
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1421
+ "contactId": "fffffff7-0000-4000-8000-000500000008",
1422
+ "addedAtUs": 1785938400000000
1423
+ }
1424
+ },
1425
+ {
1426
+ "action": "upsert",
1427
+ "packageId": "resend",
1428
+ "namespace": "contact-segments",
1429
+ "rowId": "fffffff7-0000-4000-8000-000500000008/fffffffd-0000-4000-8000-000400000002",
1430
+ "value": {
1431
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1432
+ "contactId": "fffffff7-0000-4000-8000-000500000008"
1433
+ }
1434
+ },
1435
+ {
1436
+ "action": "upsert",
1437
+ "packageId": "resend",
1438
+ "namespace": "contacts",
1439
+ "rowId": "fffffff6-0000-4000-8000-000500000009",
1440
+ "value": {
1441
+ "id": "fffffff6-0000-4000-8000-000500000009",
1442
+ "email": "accounts@example.com",
1443
+ "firstName": null,
1444
+ "lastName": null,
1445
+ "unsubscribed": false,
1446
+ "properties": {
1447
+ "company_name": "Example Accounts"
1448
+ },
1449
+ "createdAtUs": 1786197600000000
1450
+ }
1451
+ },
1452
+ {
1453
+ "action": "upsert",
1454
+ "packageId": "resend",
1455
+ "namespace": "contact-emails",
1456
+ "rowId": "accounts@example.com",
1457
+ "value": {
1458
+ "contactId": "fffffff6-0000-4000-8000-000500000009"
1459
+ }
1460
+ },
1461
+ {
1462
+ "action": "upsert",
1463
+ "packageId": "resend",
1464
+ "namespace": "contacts",
1465
+ "rowId": "fffffff5-0000-4000-8000-000500000010",
1466
+ "value": {
1467
+ "id": "fffffff5-0000-4000-8000-000500000010",
1468
+ "email": "newsletter@example.com",
1469
+ "firstName": "News",
1470
+ "lastName": "Desk",
1471
+ "unsubscribed": true,
1472
+ "properties": {},
1473
+ "createdAtUs": 1786543200000000
1474
+ }
1475
+ },
1476
+ {
1477
+ "action": "upsert",
1478
+ "packageId": "resend",
1479
+ "namespace": "contact-emails",
1480
+ "rowId": "newsletter@example.com",
1481
+ "value": {
1482
+ "contactId": "fffffff5-0000-4000-8000-000500000010"
1483
+ }
1484
+ },
1485
+ {
1486
+ "action": "upsert",
1487
+ "packageId": "resend",
1488
+ "namespace": "segment-members",
1489
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff5-0000-4000-8000-000500000010",
1490
+ "value": {
1491
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1492
+ "contactId": "fffffff5-0000-4000-8000-000500000010",
1493
+ "addedAtUs": 1786629600000000
1494
+ }
1495
+ },
1496
+ {
1497
+ "action": "upsert",
1498
+ "packageId": "resend",
1499
+ "namespace": "contact-segments",
1500
+ "rowId": "fffffff5-0000-4000-8000-000500000010/fffffffe-0000-4000-8000-000400000001",
1501
+ "value": {
1502
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1503
+ "contactId": "fffffff5-0000-4000-8000-000500000010"
1504
+ }
1505
+ },
1506
+ {
1507
+ "action": "upsert",
1508
+ "packageId": "resend",
1509
+ "namespace": "contacts",
1510
+ "rowId": "fffffff4-0000-4000-8000-000500000011",
1511
+ "value": {
1512
+ "id": "fffffff4-0000-4000-8000-000500000011",
1513
+ "email": "hana.sato@example.com",
1514
+ "firstName": "Hana",
1515
+ "lastName": "Sato",
1516
+ "unsubscribed": false,
1517
+ "properties": {},
1518
+ "createdAtUs": 1786888800000000
1519
+ }
1520
+ },
1521
+ {
1522
+ "action": "upsert",
1523
+ "packageId": "resend",
1524
+ "namespace": "contact-emails",
1525
+ "rowId": "hana.sato@example.com",
1526
+ "value": {
1527
+ "contactId": "fffffff4-0000-4000-8000-000500000011"
1528
+ }
1529
+ },
1530
+ {
1531
+ "action": "upsert",
1532
+ "packageId": "resend",
1533
+ "namespace": "segment-members",
1534
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff4-0000-4000-8000-000500000011",
1535
+ "value": {
1536
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1537
+ "contactId": "fffffff4-0000-4000-8000-000500000011",
1538
+ "addedAtUs": 1786975200000000
1539
+ }
1540
+ },
1541
+ {
1542
+ "action": "upsert",
1543
+ "packageId": "resend",
1544
+ "namespace": "contact-segments",
1545
+ "rowId": "fffffff4-0000-4000-8000-000500000011/fffffffe-0000-4000-8000-000400000001",
1546
+ "value": {
1547
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1548
+ "contactId": "fffffff4-0000-4000-8000-000500000011"
1549
+ }
1550
+ },
1551
+ {
1552
+ "action": "upsert",
1553
+ "packageId": "resend",
1554
+ "namespace": "contacts",
1555
+ "rowId": "fffffff3-0000-4000-8000-000500000012",
1556
+ "value": {
1557
+ "id": "fffffff3-0000-4000-8000-000500000012",
1558
+ "email": "felix.moreau@example.com",
1559
+ "firstName": "Félix",
1560
+ "lastName": "Moreau",
1561
+ "unsubscribed": false,
1562
+ "properties": {},
1563
+ "createdAtUs": 1787234400000000
1564
+ }
1565
+ },
1566
+ {
1567
+ "action": "upsert",
1568
+ "packageId": "resend",
1569
+ "namespace": "contact-emails",
1570
+ "rowId": "felix.moreau@example.com",
1571
+ "value": {
1572
+ "contactId": "fffffff3-0000-4000-8000-000500000012"
1573
+ }
1574
+ },
1575
+ {
1576
+ "action": "upsert",
1577
+ "packageId": "resend",
1578
+ "namespace": "segment-members",
1579
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffff3-0000-4000-8000-000500000012",
1580
+ "value": {
1581
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1582
+ "contactId": "fffffff3-0000-4000-8000-000500000012",
1583
+ "addedAtUs": 1787320800000000
1584
+ }
1585
+ },
1586
+ {
1587
+ "action": "upsert",
1588
+ "packageId": "resend",
1589
+ "namespace": "contact-segments",
1590
+ "rowId": "fffffff3-0000-4000-8000-000500000012/fffffffd-0000-4000-8000-000400000002",
1591
+ "value": {
1592
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1593
+ "contactId": "fffffff3-0000-4000-8000-000500000012"
1594
+ }
1595
+ },
1596
+ {
1597
+ "action": "upsert",
1598
+ "packageId": "resend",
1599
+ "namespace": "contacts",
1600
+ "rowId": "fffffff2-0000-4000-8000-000500000013",
1601
+ "value": {
1602
+ "id": "fffffff2-0000-4000-8000-000500000013",
1603
+ "email": "ada.okafor@example.com",
1604
+ "firstName": "Ada",
1605
+ "lastName": "Okafor",
1606
+ "unsubscribed": true,
1607
+ "properties": {},
1608
+ "createdAtUs": 1787580000000000
1609
+ }
1610
+ },
1611
+ {
1612
+ "action": "upsert",
1613
+ "packageId": "resend",
1614
+ "namespace": "contact-emails",
1615
+ "rowId": "ada.okafor@example.com",
1616
+ "value": {
1617
+ "contactId": "fffffff2-0000-4000-8000-000500000013"
1618
+ }
1619
+ },
1620
+ {
1621
+ "action": "upsert",
1622
+ "packageId": "resend",
1623
+ "namespace": "segment-members",
1624
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff2-0000-4000-8000-000500000013",
1625
+ "value": {
1626
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1627
+ "contactId": "fffffff2-0000-4000-8000-000500000013",
1628
+ "addedAtUs": 1787666400000000
1629
+ }
1630
+ },
1631
+ {
1632
+ "action": "upsert",
1633
+ "packageId": "resend",
1634
+ "namespace": "contact-segments",
1635
+ "rowId": "fffffff2-0000-4000-8000-000500000013/fffffffe-0000-4000-8000-000400000001",
1636
+ "value": {
1637
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1638
+ "contactId": "fffffff2-0000-4000-8000-000500000013"
1639
+ }
1640
+ },
1641
+ {
1642
+ "action": "upsert",
1643
+ "packageId": "resend",
1644
+ "namespace": "contacts",
1645
+ "rowId": "fffffff1-0000-4000-8000-000500000014",
1646
+ "value": {
1647
+ "id": "fffffff1-0000-4000-8000-000500000014",
1648
+ "email": "jon.berg@example.com",
1649
+ "firstName": "Jon",
1650
+ "lastName": "Berg",
1651
+ "unsubscribed": false,
1652
+ "properties": {},
1653
+ "createdAtUs": 1787925600000000
1654
+ }
1655
+ },
1656
+ {
1657
+ "action": "upsert",
1658
+ "packageId": "resend",
1659
+ "namespace": "contact-emails",
1660
+ "rowId": "jon.berg@example.com",
1661
+ "value": {
1662
+ "contactId": "fffffff1-0000-4000-8000-000500000014"
1663
+ }
1664
+ },
1665
+ {
1666
+ "action": "upsert",
1667
+ "packageId": "resend",
1668
+ "namespace": "segment-members",
1669
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff1-0000-4000-8000-000500000014",
1670
+ "value": {
1671
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1672
+ "contactId": "fffffff1-0000-4000-8000-000500000014",
1673
+ "addedAtUs": 1788012000000000
1674
+ }
1675
+ },
1676
+ {
1677
+ "action": "upsert",
1678
+ "packageId": "resend",
1679
+ "namespace": "contact-segments",
1680
+ "rowId": "fffffff1-0000-4000-8000-000500000014/fffffffe-0000-4000-8000-000400000001",
1681
+ "value": {
1682
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1683
+ "contactId": "fffffff1-0000-4000-8000-000500000014"
1684
+ }
1685
+ }
1686
+ ]
1687
+ }