@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,2148 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "id": "resend-conformance-world",
4
+ "title": "Resend Tool conformance world",
5
+ "virtualTimeUs": 1789480800000000,
6
+ "actors": [
7
+ {
8
+ "id": "owner",
9
+ "description": "Calls with the seeded full-access Production key (resendApiKeyId).",
10
+ "attributes": {
11
+ "resendApiKeyId": "fffffffc-0000-4000-8000-000300000003"
12
+ },
13
+ "grants": [
14
+ {
15
+ "packageId": "resend",
16
+ "operationId": "emails.send"
17
+ },
18
+ {
19
+ "packageId": "resend",
20
+ "operationId": "emails.send_batch"
21
+ },
22
+ {
23
+ "packageId": "resend",
24
+ "operationId": "emails.list"
25
+ },
26
+ {
27
+ "packageId": "resend",
28
+ "operationId": "emails.get"
29
+ },
30
+ {
31
+ "packageId": "resend",
32
+ "operationId": "emails.update"
33
+ },
34
+ {
35
+ "packageId": "resend",
36
+ "operationId": "emails.cancel"
37
+ },
38
+ {
39
+ "packageId": "resend",
40
+ "operationId": "domains.create"
41
+ },
42
+ {
43
+ "packageId": "resend",
44
+ "operationId": "domains.list"
45
+ },
46
+ {
47
+ "packageId": "resend",
48
+ "operationId": "domains.get"
49
+ },
50
+ {
51
+ "packageId": "resend",
52
+ "operationId": "domains.verify"
53
+ },
54
+ {
55
+ "packageId": "resend",
56
+ "operationId": "domains.remove"
57
+ },
58
+ {
59
+ "packageId": "resend",
60
+ "operationId": "api_keys.create"
61
+ },
62
+ {
63
+ "packageId": "resend",
64
+ "operationId": "api_keys.list"
65
+ },
66
+ {
67
+ "packageId": "resend",
68
+ "operationId": "api_keys.remove"
69
+ },
70
+ {
71
+ "packageId": "resend",
72
+ "operationId": "segments.create"
73
+ },
74
+ {
75
+ "packageId": "resend",
76
+ "operationId": "segments.list"
77
+ },
78
+ {
79
+ "packageId": "resend",
80
+ "operationId": "segments.remove"
81
+ },
82
+ {
83
+ "packageId": "resend",
84
+ "operationId": "contacts.create"
85
+ },
86
+ {
87
+ "packageId": "resend",
88
+ "operationId": "contacts.list"
89
+ },
90
+ {
91
+ "packageId": "resend",
92
+ "operationId": "contacts.get"
93
+ },
94
+ {
95
+ "packageId": "resend",
96
+ "operationId": "contacts.update"
97
+ },
98
+ {
99
+ "packageId": "resend",
100
+ "operationId": "contacts.remove"
101
+ },
102
+ {
103
+ "packageId": "resend",
104
+ "operationId": "contacts.add_segment"
105
+ },
106
+ {
107
+ "packageId": "resend",
108
+ "operationId": "contacts.remove_segment"
109
+ },
110
+ {
111
+ "packageId": "resend",
112
+ "operationId": "contacts.list_segments"
113
+ },
114
+ {
115
+ "packageId": "resend",
116
+ "operationId": "workspace.context"
117
+ }
118
+ ]
119
+ },
120
+ {
121
+ "id": "fresh",
122
+ "description": "No resendApiKeyId attribute, as created by `firedrill tool add`: falls back to the team's default Production key.",
123
+ "attributes": {},
124
+ "grants": [
125
+ {
126
+ "packageId": "resend",
127
+ "operationId": "emails.send"
128
+ },
129
+ {
130
+ "packageId": "resend",
131
+ "operationId": "emails.send_batch"
132
+ },
133
+ {
134
+ "packageId": "resend",
135
+ "operationId": "emails.list"
136
+ },
137
+ {
138
+ "packageId": "resend",
139
+ "operationId": "emails.get"
140
+ },
141
+ {
142
+ "packageId": "resend",
143
+ "operationId": "emails.update"
144
+ },
145
+ {
146
+ "packageId": "resend",
147
+ "operationId": "emails.cancel"
148
+ },
149
+ {
150
+ "packageId": "resend",
151
+ "operationId": "domains.create"
152
+ },
153
+ {
154
+ "packageId": "resend",
155
+ "operationId": "domains.list"
156
+ },
157
+ {
158
+ "packageId": "resend",
159
+ "operationId": "domains.get"
160
+ },
161
+ {
162
+ "packageId": "resend",
163
+ "operationId": "domains.verify"
164
+ },
165
+ {
166
+ "packageId": "resend",
167
+ "operationId": "domains.remove"
168
+ },
169
+ {
170
+ "packageId": "resend",
171
+ "operationId": "api_keys.create"
172
+ },
173
+ {
174
+ "packageId": "resend",
175
+ "operationId": "api_keys.list"
176
+ },
177
+ {
178
+ "packageId": "resend",
179
+ "operationId": "api_keys.remove"
180
+ },
181
+ {
182
+ "packageId": "resend",
183
+ "operationId": "segments.create"
184
+ },
185
+ {
186
+ "packageId": "resend",
187
+ "operationId": "segments.list"
188
+ },
189
+ {
190
+ "packageId": "resend",
191
+ "operationId": "segments.remove"
192
+ },
193
+ {
194
+ "packageId": "resend",
195
+ "operationId": "contacts.create"
196
+ },
197
+ {
198
+ "packageId": "resend",
199
+ "operationId": "contacts.list"
200
+ },
201
+ {
202
+ "packageId": "resend",
203
+ "operationId": "contacts.get"
204
+ },
205
+ {
206
+ "packageId": "resend",
207
+ "operationId": "contacts.update"
208
+ },
209
+ {
210
+ "packageId": "resend",
211
+ "operationId": "contacts.remove"
212
+ },
213
+ {
214
+ "packageId": "resend",
215
+ "operationId": "contacts.add_segment"
216
+ },
217
+ {
218
+ "packageId": "resend",
219
+ "operationId": "contacts.remove_segment"
220
+ },
221
+ {
222
+ "packageId": "resend",
223
+ "operationId": "contacts.list_segments"
224
+ },
225
+ {
226
+ "packageId": "resend",
227
+ "operationId": "workspace.context"
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "id": "sender",
233
+ "description": "Calls with the sending_access Marketing sender key restricted to updates.northwind.test.",
234
+ "attributes": {
235
+ "resendApiKeyId": "fffffffd-0000-4000-8000-000300000002"
236
+ },
237
+ "grants": [
238
+ {
239
+ "packageId": "resend",
240
+ "operationId": "emails.send"
241
+ },
242
+ {
243
+ "packageId": "resend",
244
+ "operationId": "emails.send_batch"
245
+ },
246
+ {
247
+ "packageId": "resend",
248
+ "operationId": "emails.list"
249
+ },
250
+ {
251
+ "packageId": "resend",
252
+ "operationId": "emails.get"
253
+ },
254
+ {
255
+ "packageId": "resend",
256
+ "operationId": "emails.update"
257
+ },
258
+ {
259
+ "packageId": "resend",
260
+ "operationId": "emails.cancel"
261
+ },
262
+ {
263
+ "packageId": "resend",
264
+ "operationId": "domains.create"
265
+ },
266
+ {
267
+ "packageId": "resend",
268
+ "operationId": "domains.list"
269
+ },
270
+ {
271
+ "packageId": "resend",
272
+ "operationId": "domains.get"
273
+ },
274
+ {
275
+ "packageId": "resend",
276
+ "operationId": "domains.verify"
277
+ },
278
+ {
279
+ "packageId": "resend",
280
+ "operationId": "domains.remove"
281
+ },
282
+ {
283
+ "packageId": "resend",
284
+ "operationId": "api_keys.create"
285
+ },
286
+ {
287
+ "packageId": "resend",
288
+ "operationId": "api_keys.list"
289
+ },
290
+ {
291
+ "packageId": "resend",
292
+ "operationId": "api_keys.remove"
293
+ },
294
+ {
295
+ "packageId": "resend",
296
+ "operationId": "segments.create"
297
+ },
298
+ {
299
+ "packageId": "resend",
300
+ "operationId": "segments.list"
301
+ },
302
+ {
303
+ "packageId": "resend",
304
+ "operationId": "segments.remove"
305
+ },
306
+ {
307
+ "packageId": "resend",
308
+ "operationId": "contacts.create"
309
+ },
310
+ {
311
+ "packageId": "resend",
312
+ "operationId": "contacts.list"
313
+ },
314
+ {
315
+ "packageId": "resend",
316
+ "operationId": "contacts.get"
317
+ },
318
+ {
319
+ "packageId": "resend",
320
+ "operationId": "contacts.update"
321
+ },
322
+ {
323
+ "packageId": "resend",
324
+ "operationId": "contacts.remove"
325
+ },
326
+ {
327
+ "packageId": "resend",
328
+ "operationId": "contacts.add_segment"
329
+ },
330
+ {
331
+ "packageId": "resend",
332
+ "operationId": "contacts.remove_segment"
333
+ },
334
+ {
335
+ "packageId": "resend",
336
+ "operationId": "contacts.list_segments"
337
+ },
338
+ {
339
+ "packageId": "resend",
340
+ "operationId": "workspace.context"
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "id": "revoked",
346
+ "description": "Claims an API key id that does not exist: every operation fails invalid_api_key.",
347
+ "attributes": {
348
+ "resendApiKeyId": "00000000-0000-4000-8000-00000000dead"
349
+ },
350
+ "grants": [
351
+ {
352
+ "packageId": "resend",
353
+ "operationId": "emails.send"
354
+ },
355
+ {
356
+ "packageId": "resend",
357
+ "operationId": "emails.send_batch"
358
+ },
359
+ {
360
+ "packageId": "resend",
361
+ "operationId": "emails.list"
362
+ },
363
+ {
364
+ "packageId": "resend",
365
+ "operationId": "emails.get"
366
+ },
367
+ {
368
+ "packageId": "resend",
369
+ "operationId": "emails.update"
370
+ },
371
+ {
372
+ "packageId": "resend",
373
+ "operationId": "emails.cancel"
374
+ },
375
+ {
376
+ "packageId": "resend",
377
+ "operationId": "domains.create"
378
+ },
379
+ {
380
+ "packageId": "resend",
381
+ "operationId": "domains.list"
382
+ },
383
+ {
384
+ "packageId": "resend",
385
+ "operationId": "domains.get"
386
+ },
387
+ {
388
+ "packageId": "resend",
389
+ "operationId": "domains.verify"
390
+ },
391
+ {
392
+ "packageId": "resend",
393
+ "operationId": "domains.remove"
394
+ },
395
+ {
396
+ "packageId": "resend",
397
+ "operationId": "api_keys.create"
398
+ },
399
+ {
400
+ "packageId": "resend",
401
+ "operationId": "api_keys.list"
402
+ },
403
+ {
404
+ "packageId": "resend",
405
+ "operationId": "api_keys.remove"
406
+ },
407
+ {
408
+ "packageId": "resend",
409
+ "operationId": "segments.create"
410
+ },
411
+ {
412
+ "packageId": "resend",
413
+ "operationId": "segments.list"
414
+ },
415
+ {
416
+ "packageId": "resend",
417
+ "operationId": "segments.remove"
418
+ },
419
+ {
420
+ "packageId": "resend",
421
+ "operationId": "contacts.create"
422
+ },
423
+ {
424
+ "packageId": "resend",
425
+ "operationId": "contacts.list"
426
+ },
427
+ {
428
+ "packageId": "resend",
429
+ "operationId": "contacts.get"
430
+ },
431
+ {
432
+ "packageId": "resend",
433
+ "operationId": "contacts.update"
434
+ },
435
+ {
436
+ "packageId": "resend",
437
+ "operationId": "contacts.remove"
438
+ },
439
+ {
440
+ "packageId": "resend",
441
+ "operationId": "contacts.add_segment"
442
+ },
443
+ {
444
+ "packageId": "resend",
445
+ "operationId": "contacts.remove_segment"
446
+ },
447
+ {
448
+ "packageId": "resend",
449
+ "operationId": "contacts.list_segments"
450
+ },
451
+ {
452
+ "packageId": "resend",
453
+ "operationId": "workspace.context"
454
+ }
455
+ ]
456
+ },
457
+ {
458
+ "id": "no-grants",
459
+ "description": "Production key but no operation grants: the framework denies every call.",
460
+ "attributes": {
461
+ "resendApiKeyId": "fffffffc-0000-4000-8000-000300000003"
462
+ },
463
+ "grants": []
464
+ }
465
+ ],
466
+ "state": [
467
+ {
468
+ "action": "upsert",
469
+ "packageId": "resend",
470
+ "namespace": "meta",
471
+ "rowId": "team",
472
+ "value": {
473
+ "name": "Northwind Labs",
474
+ "defaultApiKeyId": "fffffffc-0000-4000-8000-000300000003",
475
+ "dailyQuota": 100,
476
+ "plan": "free"
477
+ }
478
+ },
479
+ {
480
+ "action": "upsert",
481
+ "packageId": "resend",
482
+ "namespace": "meta",
483
+ "rowId": "usage",
484
+ "value": {
485
+ "day": "2026-09-15",
486
+ "sent": 7
487
+ }
488
+ },
489
+ {
490
+ "action": "upsert",
491
+ "packageId": "resend",
492
+ "namespace": "meta",
493
+ "rowId": "counters",
494
+ "value": {
495
+ "emails": 23,
496
+ "domains": 4,
497
+ "apiKeys": 3,
498
+ "segments": 3,
499
+ "contacts": 14
500
+ }
501
+ },
502
+ {
503
+ "action": "upsert",
504
+ "packageId": "resend",
505
+ "namespace": "meta",
506
+ "rowId": "limits",
507
+ "value": {
508
+ "maxScanRows": 5000
509
+ }
510
+ },
511
+ {
512
+ "action": "upsert",
513
+ "packageId": "resend",
514
+ "namespace": "domains",
515
+ "rowId": "fffffffe-0000-4000-8000-000200000001",
516
+ "value": {
517
+ "id": "fffffffe-0000-4000-8000-000200000001",
518
+ "name": "legacy.northwind.invalid",
519
+ "region": "us-east-1",
520
+ "status": "failed",
521
+ "openTracking": false,
522
+ "clickTracking": false,
523
+ "tls": "opportunistic",
524
+ "customReturnPath": "send",
525
+ "capabilities": {
526
+ "sending": "enabled",
527
+ "receiving": "disabled"
528
+ },
529
+ "records": [
530
+ {
531
+ "record": "SPF",
532
+ "name": "send.legacy.northwind.invalid",
533
+ "type": "MX",
534
+ "ttl": "Auto",
535
+ "status": "failed",
536
+ "value": "feedback-smtp.us-east-1.amazonses.com",
537
+ "priority": 10
538
+ },
539
+ {
540
+ "record": "SPF",
541
+ "name": "send.legacy.northwind.invalid",
542
+ "type": "TXT",
543
+ "ttl": "Auto",
544
+ "status": "failed",
545
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
546
+ "priority": null
547
+ },
548
+ {
549
+ "record": "DKIM",
550
+ "name": "resend._domainkey.legacy.northwind.invalid",
551
+ "type": "TXT",
552
+ "ttl": "Auto",
553
+ "status": "failed",
554
+ "value": "p=wAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
555
+ "priority": null
556
+ }
557
+ ],
558
+ "createdAtUs": 1772200800000000
559
+ }
560
+ },
561
+ {
562
+ "action": "upsert",
563
+ "packageId": "resend",
564
+ "namespace": "domain-names",
565
+ "rowId": "legacy.northwind.invalid",
566
+ "value": {
567
+ "domainId": "fffffffe-0000-4000-8000-000200000001"
568
+ }
569
+ },
570
+ {
571
+ "action": "upsert",
572
+ "packageId": "resend",
573
+ "namespace": "domains",
574
+ "rowId": "fffffffd-0000-4000-8000-000200000002",
575
+ "value": {
576
+ "id": "fffffffd-0000-4000-8000-000200000002",
577
+ "name": "mail.northwind.test",
578
+ "region": "us-east-1",
579
+ "status": "verified",
580
+ "openTracking": false,
581
+ "clickTracking": false,
582
+ "tls": "opportunistic",
583
+ "customReturnPath": "send",
584
+ "capabilities": {
585
+ "sending": "enabled",
586
+ "receiving": "disabled"
587
+ },
588
+ "records": [
589
+ {
590
+ "record": "SPF",
591
+ "name": "send.mail.northwind.test",
592
+ "type": "MX",
593
+ "ttl": "Auto",
594
+ "status": "verified",
595
+ "value": "feedback-smtp.us-east-1.amazonses.com",
596
+ "priority": 10
597
+ },
598
+ {
599
+ "record": "SPF",
600
+ "name": "send.mail.northwind.test",
601
+ "type": "TXT",
602
+ "ttl": "Auto",
603
+ "status": "verified",
604
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
605
+ "priority": null
606
+ },
607
+ {
608
+ "record": "DKIM",
609
+ "name": "resend._domainkey.mail.northwind.test",
610
+ "type": "TXT",
611
+ "ttl": "Auto",
612
+ "status": "verified",
613
+ "value": "p=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4A5AAAAAAAA5AAAAAAAAAA4AAAAAAAAAAAAA5AAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
614
+ "priority": null
615
+ }
616
+ ],
617
+ "createdAtUs": 1781704800000000
618
+ }
619
+ },
620
+ {
621
+ "action": "upsert",
622
+ "packageId": "resend",
623
+ "namespace": "domain-names",
624
+ "rowId": "mail.northwind.test",
625
+ "value": {
626
+ "domainId": "fffffffd-0000-4000-8000-000200000002"
627
+ }
628
+ },
629
+ {
630
+ "action": "upsert",
631
+ "packageId": "resend",
632
+ "namespace": "domains",
633
+ "rowId": "fffffffc-0000-4000-8000-000200000003",
634
+ "value": {
635
+ "id": "fffffffc-0000-4000-8000-000200000003",
636
+ "name": "updates.northwind.test",
637
+ "region": "eu-west-1",
638
+ "status": "verified",
639
+ "openTracking": false,
640
+ "clickTracking": true,
641
+ "tls": "opportunistic",
642
+ "customReturnPath": "send",
643
+ "capabilities": {
644
+ "sending": "enabled",
645
+ "receiving": "disabled"
646
+ },
647
+ "records": [
648
+ {
649
+ "record": "SPF",
650
+ "name": "send.updates.northwind.test",
651
+ "type": "MX",
652
+ "ttl": "Auto",
653
+ "status": "verified",
654
+ "value": "feedback-smtp.eu-west-1.amazonses.com",
655
+ "priority": 10
656
+ },
657
+ {
658
+ "record": "SPF",
659
+ "name": "send.updates.northwind.test",
660
+ "type": "TXT",
661
+ "ttl": "Auto",
662
+ "status": "verified",
663
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
664
+ "priority": null
665
+ },
666
+ {
667
+ "record": "DKIM",
668
+ "name": "resend._domainkey.updates.northwind.test",
669
+ "type": "TXT",
670
+ "ttl": "Auto",
671
+ "status": "verified",
672
+ "value": "p=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAA4AAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAA4AAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAA4AA4AAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAA",
673
+ "priority": null
674
+ }
675
+ ],
676
+ "createdAtUs": 1784296800000000
677
+ }
678
+ },
679
+ {
680
+ "action": "upsert",
681
+ "packageId": "resend",
682
+ "namespace": "domain-names",
683
+ "rowId": "updates.northwind.test",
684
+ "value": {
685
+ "domainId": "fffffffc-0000-4000-8000-000200000003"
686
+ }
687
+ },
688
+ {
689
+ "action": "upsert",
690
+ "packageId": "resend",
691
+ "namespace": "domains",
692
+ "rowId": "fffffffb-0000-4000-8000-000200000004",
693
+ "value": {
694
+ "id": "fffffffb-0000-4000-8000-000200000004",
695
+ "name": "billing.northwind.test",
696
+ "region": "us-east-1",
697
+ "status": "not_started",
698
+ "openTracking": false,
699
+ "clickTracking": false,
700
+ "tls": "opportunistic",
701
+ "customReturnPath": "send",
702
+ "capabilities": {
703
+ "sending": "enabled",
704
+ "receiving": "enabled"
705
+ },
706
+ "records": [
707
+ {
708
+ "record": "SPF",
709
+ "name": "send.billing.northwind.test",
710
+ "type": "MX",
711
+ "ttl": "Auto",
712
+ "status": "not_started",
713
+ "value": "feedback-smtp.us-east-1.amazonses.com",
714
+ "priority": 10
715
+ },
716
+ {
717
+ "record": "SPF",
718
+ "name": "send.billing.northwind.test",
719
+ "type": "TXT",
720
+ "ttl": "Auto",
721
+ "status": "not_started",
722
+ "value": "\"v=spf1 include:amazonses.com ~all\"",
723
+ "priority": null
724
+ },
725
+ {
726
+ "record": "DKIM",
727
+ "name": "resend._domainkey.billing.northwind.test",
728
+ "type": "TXT",
729
+ "ttl": "Auto",
730
+ "status": "not_started",
731
+ "value": "p=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAA4ggAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
732
+ "priority": null
733
+ },
734
+ {
735
+ "record": "Receiving",
736
+ "name": "billing.northwind.test",
737
+ "type": "MX",
738
+ "ttl": "Auto",
739
+ "status": "not_started",
740
+ "value": "inbound-smtp.us-east-1.amazonaws.com",
741
+ "priority": 10
742
+ }
743
+ ],
744
+ "createdAtUs": 1789308000000000
745
+ }
746
+ },
747
+ {
748
+ "action": "upsert",
749
+ "packageId": "resend",
750
+ "namespace": "domain-names",
751
+ "rowId": "billing.northwind.test",
752
+ "value": {
753
+ "domainId": "fffffffb-0000-4000-8000-000200000004"
754
+ }
755
+ },
756
+ {
757
+ "action": "upsert",
758
+ "packageId": "resend",
759
+ "namespace": "api-keys",
760
+ "rowId": "fffffffe-0000-4000-8000-000300000001",
761
+ "value": {
762
+ "id": "fffffffe-0000-4000-8000-000300000001",
763
+ "name": "Staging CI",
764
+ "permission": "full_access",
765
+ "domainId": null,
766
+ "tokenPreview": "re_Hk29Qa",
767
+ "createdAtUs": 1779112800000000,
768
+ "lastUsedAtUs": null
769
+ }
770
+ },
771
+ {
772
+ "action": "upsert",
773
+ "packageId": "resend",
774
+ "namespace": "api-keys",
775
+ "rowId": "fffffffd-0000-4000-8000-000300000002",
776
+ "value": {
777
+ "id": "fffffffd-0000-4000-8000-000300000002",
778
+ "name": "Marketing sender",
779
+ "permission": "sending_access",
780
+ "domainId": "fffffffc-0000-4000-8000-000200000003",
781
+ "tokenPreview": "re_M4rkT7",
782
+ "createdAtUs": 1786024800000000,
783
+ "lastUsedAtUs": 1789394400000000
784
+ }
785
+ },
786
+ {
787
+ "action": "upsert",
788
+ "packageId": "resend",
789
+ "namespace": "api-keys",
790
+ "rowId": "fffffffc-0000-4000-8000-000300000003",
791
+ "value": {
792
+ "id": "fffffffc-0000-4000-8000-000300000003",
793
+ "name": "Production",
794
+ "permission": "full_access",
795
+ "domainId": null,
796
+ "tokenPreview": "re_Pr0dX9",
797
+ "createdAtUs": 1786888800000000,
798
+ "lastUsedAtUs": 1789480200000000
799
+ }
800
+ },
801
+ {
802
+ "action": "upsert",
803
+ "packageId": "resend",
804
+ "namespace": "emails",
805
+ "rowId": "fffffffe-0000-4000-8000-000100000001",
806
+ "value": {
807
+ "id": "fffffffe-0000-4000-8000-000100000001",
808
+ "from": "Northwind Labs <hello@mail.northwind.test>",
809
+ "to": [
810
+ "mara.quinn@example.com"
811
+ ],
812
+ "cc": [],
813
+ "bcc": [],
814
+ "replyTo": [],
815
+ "subject": "Welcome to Northwind Labs",
816
+ "html": "<p>Thanks for signing up.</p>",
817
+ "text": null,
818
+ "headers": {},
819
+ "tags": [
820
+ {
821
+ "name": "category",
822
+ "value": "welcome"
823
+ }
824
+ ],
825
+ "createdAtUs": 1788616800000000,
826
+ "scheduledAtUs": null,
827
+ "status": "delivered",
828
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
829
+ "batchId": null
830
+ }
831
+ },
832
+ {
833
+ "action": "upsert",
834
+ "packageId": "resend",
835
+ "namespace": "emails",
836
+ "rowId": "fffffffd-0000-4000-8000-000100000002",
837
+ "value": {
838
+ "id": "fffffffd-0000-4000-8000-000100000002",
839
+ "from": "Billing <invoices@billing.northwind.test>",
840
+ "to": [
841
+ "accounts@example.com"
842
+ ],
843
+ "cc": [],
844
+ "bcc": [],
845
+ "replyTo": [],
846
+ "subject": "Invoice NW-1042",
847
+ "html": null,
848
+ "text": "Your invoice is attached in the portal.",
849
+ "headers": {},
850
+ "tags": [],
851
+ "createdAtUs": 1788703200000000,
852
+ "scheduledAtUs": null,
853
+ "status": "delivered",
854
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
855
+ "batchId": null
856
+ }
857
+ },
858
+ {
859
+ "action": "upsert",
860
+ "packageId": "resend",
861
+ "namespace": "emails",
862
+ "rowId": "fffffffc-0000-4000-8000-000100000003",
863
+ "value": {
864
+ "id": "fffffffc-0000-4000-8000-000100000003",
865
+ "from": "Northwind Labs <hello@mail.northwind.test>",
866
+ "to": [
867
+ "theo.brandt@example.com"
868
+ ],
869
+ "cc": [
870
+ "ops@example.com"
871
+ ],
872
+ "bcc": [],
873
+ "replyTo": [],
874
+ "subject": "Your workspace is ready",
875
+ "html": "<p>Log in to get started.</p>",
876
+ "text": null,
877
+ "headers": {},
878
+ "tags": [],
879
+ "createdAtUs": 1788710400000000,
880
+ "scheduledAtUs": null,
881
+ "status": "delivered",
882
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
883
+ "batchId": null
884
+ }
885
+ },
886
+ {
887
+ "action": "upsert",
888
+ "packageId": "resend",
889
+ "namespace": "emails",
890
+ "rowId": "fffffffb-0000-4000-8000-000100000004",
891
+ "value": {
892
+ "id": "fffffffb-0000-4000-8000-000100000004",
893
+ "from": "Northwind Labs <hello@mail.northwind.test>",
894
+ "to": [
895
+ "zoe.lukasiewicz@example.com"
896
+ ],
897
+ "cc": [],
898
+ "bcc": [],
899
+ "replyTo": [],
900
+ "subject": "Rechnung für September ✓",
901
+ "html": null,
902
+ "text": "Vielen Dank für Ihre Zahlung.",
903
+ "headers": {},
904
+ "tags": [],
905
+ "createdAtUs": 1788789600000000,
906
+ "scheduledAtUs": null,
907
+ "status": "delivered",
908
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
909
+ "batchId": null
910
+ }
911
+ },
912
+ {
913
+ "action": "upsert",
914
+ "packageId": "resend",
915
+ "namespace": "emails",
916
+ "rowId": "fffffffa-0000-4000-8000-000100000005",
917
+ "value": {
918
+ "id": "fffffffa-0000-4000-8000-000100000005",
919
+ "from": "Northwind Updates <news@updates.northwind.test>",
920
+ "to": [
921
+ "beta01@example.com",
922
+ "beta02@example.com",
923
+ "beta03@example.com",
924
+ "beta04@example.com",
925
+ "beta05@example.com",
926
+ "beta06@example.com",
927
+ "beta07@example.com",
928
+ "beta08@example.com",
929
+ "beta09@example.com",
930
+ "beta10@example.com",
931
+ "beta11@example.com",
932
+ "beta12@example.com",
933
+ "beta13@example.com",
934
+ "beta14@example.com",
935
+ "beta15@example.com",
936
+ "beta16@example.com",
937
+ "beta17@example.com",
938
+ "beta18@example.com",
939
+ "beta19@example.com",
940
+ "beta20@example.com",
941
+ "beta21@example.com",
942
+ "beta22@example.com",
943
+ "beta23@example.com",
944
+ "beta24@example.com",
945
+ "beta25@example.com",
946
+ "beta26@example.com",
947
+ "beta27@example.com",
948
+ "beta28@example.com",
949
+ "beta29@example.com",
950
+ "beta30@example.com",
951
+ "beta31@example.com",
952
+ "beta32@example.com",
953
+ "beta33@example.com",
954
+ "beta34@example.com",
955
+ "beta35@example.com",
956
+ "beta36@example.com",
957
+ "beta37@example.com",
958
+ "beta38@example.com",
959
+ "beta39@example.com",
960
+ "beta40@example.com",
961
+ "beta41@example.com",
962
+ "beta42@example.com",
963
+ "beta43@example.com",
964
+ "beta44@example.com",
965
+ "beta45@example.com",
966
+ "beta46@example.com",
967
+ "beta47@example.com",
968
+ "beta48@example.com",
969
+ "beta49@example.com",
970
+ "beta50@example.com"
971
+ ],
972
+ "cc": [],
973
+ "bcc": [],
974
+ "replyTo": [],
975
+ "subject": "Beta programme: week 3 notes",
976
+ "html": "<p>Here is what shipped this week.</p>",
977
+ "text": null,
978
+ "headers": {},
979
+ "tags": [
980
+ {
981
+ "name": "category",
982
+ "value": "newsletter"
983
+ }
984
+ ],
985
+ "createdAtUs": 1788876000000000,
986
+ "scheduledAtUs": null,
987
+ "status": "delivered",
988
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
989
+ "batchId": null
990
+ }
991
+ },
992
+ {
993
+ "action": "upsert",
994
+ "packageId": "resend",
995
+ "namespace": "emails",
996
+ "rowId": "fffffff9-0000-4000-8000-000100000006",
997
+ "value": {
998
+ "id": "fffffff9-0000-4000-8000-000100000006",
999
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1000
+ "to": [
1001
+ "former.user@nowhere.invalid"
1002
+ ],
1003
+ "cc": [],
1004
+ "bcc": [],
1005
+ "replyTo": [],
1006
+ "subject": "Password reset requested",
1007
+ "html": null,
1008
+ "text": "Use the link in the app to reset.",
1009
+ "headers": {},
1010
+ "tags": [],
1011
+ "createdAtUs": 1788962400000000,
1012
+ "scheduledAtUs": null,
1013
+ "status": "bounced",
1014
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1015
+ "batchId": null
1016
+ }
1017
+ },
1018
+ {
1019
+ "action": "upsert",
1020
+ "packageId": "resend",
1021
+ "namespace": "emails",
1022
+ "rowId": "fffffff8-0000-4000-8000-000100000007",
1023
+ "value": {
1024
+ "id": "fffffff8-0000-4000-8000-000100000007",
1025
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1026
+ "to": [
1027
+ "priya.nair@example.com"
1028
+ ],
1029
+ "cc": [],
1030
+ "bcc": [
1031
+ "audit@example.com"
1032
+ ],
1033
+ "replyTo": [
1034
+ "support@example.com"
1035
+ ],
1036
+ "subject": "Support ticket #5521 updated",
1037
+ "html": "<p>An agent replied to your ticket.</p>",
1038
+ "text": null,
1039
+ "headers": {},
1040
+ "tags": [],
1041
+ "createdAtUs": 1788966000000000,
1042
+ "scheduledAtUs": null,
1043
+ "status": "delivered",
1044
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1045
+ "batchId": null
1046
+ }
1047
+ },
1048
+ {
1049
+ "action": "upsert",
1050
+ "packageId": "resend",
1051
+ "namespace": "emails",
1052
+ "rowId": "fffffff7-0000-4000-8000-000100000008",
1053
+ "value": {
1054
+ "id": "fffffff7-0000-4000-8000-000100000008",
1055
+ "from": "Northwind Updates <news@updates.northwind.test>",
1056
+ "to": [
1057
+ "ivo.petrov@example.com"
1058
+ ],
1059
+ "cc": [],
1060
+ "bcc": [],
1061
+ "replyTo": [],
1062
+ "subject": "Scheduled maintenance notice",
1063
+ "html": null,
1064
+ "text": "Maintenance window on Saturday.",
1065
+ "headers": {},
1066
+ "tags": [],
1067
+ "createdAtUs": 1789048800000000,
1068
+ "scheduledAtUs": 1789135200000000,
1069
+ "status": "canceled",
1070
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
1071
+ "batchId": null
1072
+ }
1073
+ },
1074
+ {
1075
+ "action": "upsert",
1076
+ "packageId": "resend",
1077
+ "namespace": "emails",
1078
+ "rowId": "fffffff6-0000-4000-8000-000100000009",
1079
+ "value": {
1080
+ "id": "fffffff6-0000-4000-8000-000100000009",
1081
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1082
+ "to": [
1083
+ "lena.hart@example.com"
1084
+ ],
1085
+ "cc": [],
1086
+ "bcc": [],
1087
+ "replyTo": [],
1088
+ "subject": "Order NW-7781 confirmed",
1089
+ "html": "<p>We received your order.</p>",
1090
+ "text": null,
1091
+ "headers": {},
1092
+ "tags": [],
1093
+ "createdAtUs": 1789052400000000,
1094
+ "scheduledAtUs": null,
1095
+ "status": "delivered",
1096
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1097
+ "batchId": "fffffffe-0000-4000-8000-000600000001"
1098
+ }
1099
+ },
1100
+ {
1101
+ "action": "upsert",
1102
+ "packageId": "resend",
1103
+ "namespace": "emails",
1104
+ "rowId": "fffffff5-0000-4000-8000-000100000010",
1105
+ "value": {
1106
+ "id": "fffffff5-0000-4000-8000-000100000010",
1107
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1108
+ "to": [
1109
+ "omar.haddad@example.com"
1110
+ ],
1111
+ "cc": [],
1112
+ "bcc": [],
1113
+ "replyTo": [],
1114
+ "subject": "Order NW-7782 confirmed",
1115
+ "html": "<p>We received your order.</p>",
1116
+ "text": null,
1117
+ "headers": {},
1118
+ "tags": [],
1119
+ "createdAtUs": 1789052400000000,
1120
+ "scheduledAtUs": null,
1121
+ "status": "delivered",
1122
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1123
+ "batchId": "fffffffe-0000-4000-8000-000600000001"
1124
+ }
1125
+ },
1126
+ {
1127
+ "action": "upsert",
1128
+ "packageId": "resend",
1129
+ "namespace": "emails",
1130
+ "rowId": "fffffff4-0000-4000-8000-000100000011",
1131
+ "value": {
1132
+ "id": "fffffff4-0000-4000-8000-000100000011",
1133
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1134
+ "to": [
1135
+ "sofia.reyes@example.com"
1136
+ ],
1137
+ "cc": [],
1138
+ "bcc": [],
1139
+ "replyTo": [],
1140
+ "subject": "Order NW-7783 confirmed",
1141
+ "html": "<p>We received your order.</p>",
1142
+ "text": null,
1143
+ "headers": {},
1144
+ "tags": [],
1145
+ "createdAtUs": 1789052400000000,
1146
+ "scheduledAtUs": null,
1147
+ "status": "delivered",
1148
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1149
+ "batchId": "fffffffe-0000-4000-8000-000600000001"
1150
+ }
1151
+ },
1152
+ {
1153
+ "action": "upsert",
1154
+ "packageId": "resend",
1155
+ "namespace": "emails",
1156
+ "rowId": "fffffff3-0000-4000-8000-000100000012",
1157
+ "value": {
1158
+ "id": "fffffff3-0000-4000-8000-000100000012",
1159
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1160
+ "to": [
1161
+ "mara.quinn@example.com"
1162
+ ],
1163
+ "cc": [],
1164
+ "bcc": [],
1165
+ "replyTo": [],
1166
+ "subject": "Your weekly usage summary",
1167
+ "html": "<p>You sent 412 emails this week.</p>",
1168
+ "text": null,
1169
+ "headers": {},
1170
+ "tags": [
1171
+ {
1172
+ "name": "category",
1173
+ "value": "digest"
1174
+ }
1175
+ ],
1176
+ "createdAtUs": 1789135200000000,
1177
+ "scheduledAtUs": null,
1178
+ "status": "delivered",
1179
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1180
+ "batchId": null
1181
+ }
1182
+ },
1183
+ {
1184
+ "action": "upsert",
1185
+ "packageId": "resend",
1186
+ "namespace": "emails",
1187
+ "rowId": "fffffff2-0000-4000-8000-000100000013",
1188
+ "value": {
1189
+ "id": "fffffff2-0000-4000-8000-000100000013",
1190
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1191
+ "to": [
1192
+ "no.mailbox@nowhere.invalid"
1193
+ ],
1194
+ "cc": [
1195
+ "theo.brandt@example.com"
1196
+ ],
1197
+ "bcc": [],
1198
+ "replyTo": [],
1199
+ "subject": "Trial ending soon",
1200
+ "html": null,
1201
+ "text": "Your trial ends in 3 days.",
1202
+ "headers": {},
1203
+ "tags": [],
1204
+ "createdAtUs": 1789221600000000,
1205
+ "scheduledAtUs": null,
1206
+ "status": "bounced",
1207
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1208
+ "batchId": null
1209
+ }
1210
+ },
1211
+ {
1212
+ "action": "upsert",
1213
+ "packageId": "resend",
1214
+ "namespace": "emails",
1215
+ "rowId": "fffffff1-0000-4000-8000-000100000014",
1216
+ "value": {
1217
+ "id": "fffffff1-0000-4000-8000-000100000014",
1218
+ "from": "Northwind Updates <news@updates.northwind.test>",
1219
+ "to": [
1220
+ "newsletter@example.com"
1221
+ ],
1222
+ "cc": [],
1223
+ "bcc": [],
1224
+ "replyTo": [],
1225
+ "subject": "September product update",
1226
+ "html": "<p>New dashboard filters are live.</p>",
1227
+ "text": null,
1228
+ "headers": {},
1229
+ "tags": [],
1230
+ "createdAtUs": 1789308000000000,
1231
+ "scheduledAtUs": 1789912800000000,
1232
+ "status": "canceled",
1233
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
1234
+ "batchId": null
1235
+ }
1236
+ },
1237
+ {
1238
+ "action": "upsert",
1239
+ "packageId": "resend",
1240
+ "namespace": "emails",
1241
+ "rowId": "fffffff0-0000-4000-8000-000100000015",
1242
+ "value": {
1243
+ "id": "fffffff0-0000-4000-8000-000100000015",
1244
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1245
+ "to": [
1246
+ "theo.brandt@example.com"
1247
+ ],
1248
+ "cc": [],
1249
+ "bcc": [],
1250
+ "replyTo": [],
1251
+ "subject": "New sign-in from Firefox on Linux",
1252
+ "html": null,
1253
+ "text": "If this was not you, reset your password.",
1254
+ "headers": {},
1255
+ "tags": [],
1256
+ "createdAtUs": 1789394400000000,
1257
+ "scheduledAtUs": null,
1258
+ "status": "delivered",
1259
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1260
+ "batchId": null
1261
+ }
1262
+ },
1263
+ {
1264
+ "action": "upsert",
1265
+ "packageId": "resend",
1266
+ "namespace": "emails",
1267
+ "rowId": "ffffffef-0000-4000-8000-000100000016",
1268
+ "value": {
1269
+ "id": "ffffffef-0000-4000-8000-000100000016",
1270
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1271
+ "to": [
1272
+ "priya.nair@example.com"
1273
+ ],
1274
+ "cc": [],
1275
+ "bcc": [],
1276
+ "replyTo": [],
1277
+ "subject": "Support ticket #5521 resolved",
1278
+ "html": "<p>We marked your ticket as resolved.</p>",
1279
+ "text": null,
1280
+ "headers": {},
1281
+ "tags": [],
1282
+ "createdAtUs": 1789408800000000,
1283
+ "scheduledAtUs": null,
1284
+ "status": "delivered",
1285
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1286
+ "batchId": null
1287
+ }
1288
+ },
1289
+ {
1290
+ "action": "upsert",
1291
+ "packageId": "resend",
1292
+ "namespace": "emails",
1293
+ "rowId": "ffffffee-0000-4000-8000-000100000017",
1294
+ "value": {
1295
+ "id": "ffffffee-0000-4000-8000-000100000017",
1296
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1297
+ "to": [
1298
+ "omar.haddad@example.com"
1299
+ ],
1300
+ "cc": [],
1301
+ "bcc": [],
1302
+ "replyTo": [],
1303
+ "subject": "Receipt for your payment",
1304
+ "html": "<p>Payment received: 49.00 EUR.</p>",
1305
+ "text": null,
1306
+ "headers": {},
1307
+ "tags": [],
1308
+ "createdAtUs": 1789459200000000,
1309
+ "scheduledAtUs": null,
1310
+ "status": "delivered",
1311
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1312
+ "batchId": null
1313
+ }
1314
+ },
1315
+ {
1316
+ "action": "upsert",
1317
+ "packageId": "resend",
1318
+ "namespace": "emails",
1319
+ "rowId": "ffffffed-0000-4000-8000-000100000018",
1320
+ "value": {
1321
+ "id": "ffffffed-0000-4000-8000-000100000018",
1322
+ "from": "Northwind Updates <news@updates.northwind.test>",
1323
+ "to": [
1324
+ "beta-list@example.com"
1325
+ ],
1326
+ "cc": [],
1327
+ "bcc": [],
1328
+ "replyTo": [],
1329
+ "subject": "Webinar starts in 30 minutes",
1330
+ "html": null,
1331
+ "text": "Join from the event page.",
1332
+ "headers": {},
1333
+ "tags": [],
1334
+ "createdAtUs": 1789466400000000,
1335
+ "scheduledAtUs": 1789479000000000,
1336
+ "status": "scheduled",
1337
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
1338
+ "batchId": null
1339
+ }
1340
+ },
1341
+ {
1342
+ "action": "upsert",
1343
+ "packageId": "resend",
1344
+ "namespace": "emails",
1345
+ "rowId": "ffffffec-0000-4000-8000-000100000019",
1346
+ "value": {
1347
+ "id": "ffffffec-0000-4000-8000-000100000019",
1348
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1349
+ "to": [
1350
+ "lena.hart@example.com"
1351
+ ],
1352
+ "cc": [],
1353
+ "bcc": [],
1354
+ "replyTo": [],
1355
+ "subject": "Your export is ready",
1356
+ "html": "<p>Download it from Settings.</p>",
1357
+ "text": null,
1358
+ "headers": {},
1359
+ "tags": [],
1360
+ "createdAtUs": 1789470000000000,
1361
+ "scheduledAtUs": null,
1362
+ "status": "delivered",
1363
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1364
+ "batchId": null
1365
+ }
1366
+ },
1367
+ {
1368
+ "action": "upsert",
1369
+ "packageId": "resend",
1370
+ "namespace": "emails",
1371
+ "rowId": "ffffffeb-0000-4000-8000-000100000020",
1372
+ "value": {
1373
+ "id": "ffffffeb-0000-4000-8000-000100000020",
1374
+ "from": "Northwind Updates <news@updates.northwind.test>",
1375
+ "to": [
1376
+ "newsletter@example.com"
1377
+ ],
1378
+ "cc": [],
1379
+ "bcc": [],
1380
+ "replyTo": [],
1381
+ "subject": "October roadmap preview",
1382
+ "html": "<p>A look at what is coming.</p>",
1383
+ "text": null,
1384
+ "headers": {},
1385
+ "tags": [],
1386
+ "createdAtUs": 1789473600000000,
1387
+ "scheduledAtUs": 1791986400000000,
1388
+ "status": "scheduled",
1389
+ "apiKeyId": "fffffffd-0000-4000-8000-000300000002",
1390
+ "batchId": null
1391
+ }
1392
+ },
1393
+ {
1394
+ "action": "upsert",
1395
+ "packageId": "resend",
1396
+ "namespace": "emails",
1397
+ "rowId": "ffffffea-0000-4000-8000-000100000021",
1398
+ "value": {
1399
+ "id": "ffffffea-0000-4000-8000-000100000021",
1400
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1401
+ "to": [
1402
+ "sofia.reyes@example.com"
1403
+ ],
1404
+ "cc": [],
1405
+ "bcc": [],
1406
+ "replyTo": [],
1407
+ "subject": "Reminder: renew your plan",
1408
+ "html": null,
1409
+ "text": "Your plan renews tomorrow.",
1410
+ "headers": {},
1411
+ "tags": [],
1412
+ "createdAtUs": 1789475400000000,
1413
+ "scheduledAtUs": 1789567200000000,
1414
+ "status": "scheduled",
1415
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1416
+ "batchId": null
1417
+ }
1418
+ },
1419
+ {
1420
+ "action": "upsert",
1421
+ "packageId": "resend",
1422
+ "namespace": "emails",
1423
+ "rowId": "ffffffe9-0000-4000-8000-000100000022",
1424
+ "value": {
1425
+ "id": "ffffffe9-0000-4000-8000-000100000022",
1426
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1427
+ "to": [
1428
+ "ivo.petrov@example.com"
1429
+ ],
1430
+ "cc": [],
1431
+ "bcc": [],
1432
+ "replyTo": [],
1433
+ "subject": "Security digest",
1434
+ "html": "<p>No unusual activity this week.</p>",
1435
+ "text": null,
1436
+ "headers": {},
1437
+ "tags": [],
1438
+ "createdAtUs": 1789478400000000,
1439
+ "scheduledAtUs": null,
1440
+ "status": "delivered",
1441
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1442
+ "batchId": null
1443
+ }
1444
+ },
1445
+ {
1446
+ "action": "upsert",
1447
+ "packageId": "resend",
1448
+ "namespace": "emails",
1449
+ "rowId": "ffffffe8-0000-4000-8000-000100000023",
1450
+ "value": {
1451
+ "id": "ffffffe8-0000-4000-8000-000100000023",
1452
+ "from": "Northwind Labs <hello@mail.northwind.test>",
1453
+ "to": [
1454
+ "mara.quinn@example.com"
1455
+ ],
1456
+ "cc": [],
1457
+ "bcc": [],
1458
+ "replyTo": [],
1459
+ "subject": "Team invite from Northwind Labs",
1460
+ "html": "<p>You were invited to join a team.</p>",
1461
+ "text": null,
1462
+ "headers": {},
1463
+ "tags": [],
1464
+ "createdAtUs": 1789479900000000,
1465
+ "scheduledAtUs": 1789482000000000,
1466
+ "status": "scheduled",
1467
+ "apiKeyId": "fffffffc-0000-4000-8000-000300000003",
1468
+ "batchId": null
1469
+ }
1470
+ },
1471
+ {
1472
+ "action": "upsert",
1473
+ "packageId": "resend",
1474
+ "namespace": "segments",
1475
+ "rowId": "fffffffe-0000-4000-8000-000400000001",
1476
+ "value": {
1477
+ "id": "fffffffe-0000-4000-8000-000400000001",
1478
+ "name": "Newsletter",
1479
+ "createdAtUs": 1782568800000000
1480
+ }
1481
+ },
1482
+ {
1483
+ "action": "upsert",
1484
+ "packageId": "resend",
1485
+ "namespace": "segments",
1486
+ "rowId": "fffffffd-0000-4000-8000-000400000002",
1487
+ "value": {
1488
+ "id": "fffffffd-0000-4000-8000-000400000002",
1489
+ "name": "Beta testers",
1490
+ "createdAtUs": 1785160800000000
1491
+ }
1492
+ },
1493
+ {
1494
+ "action": "upsert",
1495
+ "packageId": "resend",
1496
+ "namespace": "segments",
1497
+ "rowId": "fffffffc-0000-4000-8000-000400000003",
1498
+ "value": {
1499
+ "id": "fffffffc-0000-4000-8000-000400000003",
1500
+ "name": "Empty segment",
1501
+ "createdAtUs": 1789221600000000
1502
+ }
1503
+ },
1504
+ {
1505
+ "action": "upsert",
1506
+ "packageId": "resend",
1507
+ "namespace": "contacts",
1508
+ "rowId": "fffffffe-0000-4000-8000-000500000001",
1509
+ "value": {
1510
+ "id": "fffffffe-0000-4000-8000-000500000001",
1511
+ "email": "mara.quinn@example.com",
1512
+ "firstName": "Mara",
1513
+ "lastName": "Quinn",
1514
+ "unsubscribed": false,
1515
+ "properties": {
1516
+ "company_name": "Quinn & Co",
1517
+ "seats": 12
1518
+ },
1519
+ "createdAtUs": 1783432800000000
1520
+ }
1521
+ },
1522
+ {
1523
+ "action": "upsert",
1524
+ "packageId": "resend",
1525
+ "namespace": "contact-emails",
1526
+ "rowId": "mara.quinn@example.com",
1527
+ "value": {
1528
+ "contactId": "fffffffe-0000-4000-8000-000500000001"
1529
+ }
1530
+ },
1531
+ {
1532
+ "action": "upsert",
1533
+ "packageId": "resend",
1534
+ "namespace": "segment-members",
1535
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffe-0000-4000-8000-000500000001",
1536
+ "value": {
1537
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1538
+ "contactId": "fffffffe-0000-4000-8000-000500000001",
1539
+ "addedAtUs": 1783519200000000
1540
+ }
1541
+ },
1542
+ {
1543
+ "action": "upsert",
1544
+ "packageId": "resend",
1545
+ "namespace": "contact-segments",
1546
+ "rowId": "fffffffe-0000-4000-8000-000500000001/fffffffe-0000-4000-8000-000400000001",
1547
+ "value": {
1548
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1549
+ "contactId": "fffffffe-0000-4000-8000-000500000001"
1550
+ }
1551
+ },
1552
+ {
1553
+ "action": "upsert",
1554
+ "packageId": "resend",
1555
+ "namespace": "segment-members",
1556
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffffe-0000-4000-8000-000500000001",
1557
+ "value": {
1558
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1559
+ "contactId": "fffffffe-0000-4000-8000-000500000001",
1560
+ "addedAtUs": 1783519200000000
1561
+ }
1562
+ },
1563
+ {
1564
+ "action": "upsert",
1565
+ "packageId": "resend",
1566
+ "namespace": "contact-segments",
1567
+ "rowId": "fffffffe-0000-4000-8000-000500000001/fffffffd-0000-4000-8000-000400000002",
1568
+ "value": {
1569
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1570
+ "contactId": "fffffffe-0000-4000-8000-000500000001"
1571
+ }
1572
+ },
1573
+ {
1574
+ "action": "upsert",
1575
+ "packageId": "resend",
1576
+ "namespace": "contacts",
1577
+ "rowId": "fffffffd-0000-4000-8000-000500000002",
1578
+ "value": {
1579
+ "id": "fffffffd-0000-4000-8000-000500000002",
1580
+ "email": "theo.brandt@example.com",
1581
+ "firstName": "Theo",
1582
+ "lastName": "Brandt",
1583
+ "unsubscribed": false,
1584
+ "properties": {},
1585
+ "createdAtUs": 1783778400000000
1586
+ }
1587
+ },
1588
+ {
1589
+ "action": "upsert",
1590
+ "packageId": "resend",
1591
+ "namespace": "contact-emails",
1592
+ "rowId": "theo.brandt@example.com",
1593
+ "value": {
1594
+ "contactId": "fffffffd-0000-4000-8000-000500000002"
1595
+ }
1596
+ },
1597
+ {
1598
+ "action": "upsert",
1599
+ "packageId": "resend",
1600
+ "namespace": "segment-members",
1601
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffd-0000-4000-8000-000500000002",
1602
+ "value": {
1603
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1604
+ "contactId": "fffffffd-0000-4000-8000-000500000002",
1605
+ "addedAtUs": 1783864800000000
1606
+ }
1607
+ },
1608
+ {
1609
+ "action": "upsert",
1610
+ "packageId": "resend",
1611
+ "namespace": "contact-segments",
1612
+ "rowId": "fffffffd-0000-4000-8000-000500000002/fffffffe-0000-4000-8000-000400000001",
1613
+ "value": {
1614
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1615
+ "contactId": "fffffffd-0000-4000-8000-000500000002"
1616
+ }
1617
+ },
1618
+ {
1619
+ "action": "upsert",
1620
+ "packageId": "resend",
1621
+ "namespace": "contacts",
1622
+ "rowId": "fffffffc-0000-4000-8000-000500000003",
1623
+ "value": {
1624
+ "id": "fffffffc-0000-4000-8000-000500000003",
1625
+ "email": "zoe.lukasiewicz@example.com",
1626
+ "firstName": "Zoë",
1627
+ "lastName": "Łukasiewicz",
1628
+ "unsubscribed": false,
1629
+ "properties": {
1630
+ "company_name": "Kraków Analytics"
1631
+ },
1632
+ "createdAtUs": 1784124000000000
1633
+ }
1634
+ },
1635
+ {
1636
+ "action": "upsert",
1637
+ "packageId": "resend",
1638
+ "namespace": "contact-emails",
1639
+ "rowId": "zoe.lukasiewicz@example.com",
1640
+ "value": {
1641
+ "contactId": "fffffffc-0000-4000-8000-000500000003"
1642
+ }
1643
+ },
1644
+ {
1645
+ "action": "upsert",
1646
+ "packageId": "resend",
1647
+ "namespace": "segment-members",
1648
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffc-0000-4000-8000-000500000003",
1649
+ "value": {
1650
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1651
+ "contactId": "fffffffc-0000-4000-8000-000500000003",
1652
+ "addedAtUs": 1784210400000000
1653
+ }
1654
+ },
1655
+ {
1656
+ "action": "upsert",
1657
+ "packageId": "resend",
1658
+ "namespace": "contact-segments",
1659
+ "rowId": "fffffffc-0000-4000-8000-000500000003/fffffffe-0000-4000-8000-000400000001",
1660
+ "value": {
1661
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1662
+ "contactId": "fffffffc-0000-4000-8000-000500000003"
1663
+ }
1664
+ },
1665
+ {
1666
+ "action": "upsert",
1667
+ "packageId": "resend",
1668
+ "namespace": "contacts",
1669
+ "rowId": "fffffffb-0000-4000-8000-000500000004",
1670
+ "value": {
1671
+ "id": "fffffffb-0000-4000-8000-000500000004",
1672
+ "email": "priya.nair@example.com",
1673
+ "firstName": "Priya",
1674
+ "lastName": "Nair",
1675
+ "unsubscribed": false,
1676
+ "properties": {
1677
+ "seats": 3,
1678
+ "plan_note": null
1679
+ },
1680
+ "createdAtUs": 1784469600000000
1681
+ }
1682
+ },
1683
+ {
1684
+ "action": "upsert",
1685
+ "packageId": "resend",
1686
+ "namespace": "contact-emails",
1687
+ "rowId": "priya.nair@example.com",
1688
+ "value": {
1689
+ "contactId": "fffffffb-0000-4000-8000-000500000004"
1690
+ }
1691
+ },
1692
+ {
1693
+ "action": "upsert",
1694
+ "packageId": "resend",
1695
+ "namespace": "segment-members",
1696
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffffb-0000-4000-8000-000500000004",
1697
+ "value": {
1698
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1699
+ "contactId": "fffffffb-0000-4000-8000-000500000004",
1700
+ "addedAtUs": 1784556000000000
1701
+ }
1702
+ },
1703
+ {
1704
+ "action": "upsert",
1705
+ "packageId": "resend",
1706
+ "namespace": "contact-segments",
1707
+ "rowId": "fffffffb-0000-4000-8000-000500000004/fffffffd-0000-4000-8000-000400000002",
1708
+ "value": {
1709
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1710
+ "contactId": "fffffffb-0000-4000-8000-000500000004"
1711
+ }
1712
+ },
1713
+ {
1714
+ "action": "upsert",
1715
+ "packageId": "resend",
1716
+ "namespace": "contacts",
1717
+ "rowId": "fffffffa-0000-4000-8000-000500000005",
1718
+ "value": {
1719
+ "id": "fffffffa-0000-4000-8000-000500000005",
1720
+ "email": "ivo.petrov@example.com",
1721
+ "firstName": "Ivo",
1722
+ "lastName": "Petrov",
1723
+ "unsubscribed": true,
1724
+ "properties": {},
1725
+ "createdAtUs": 1784815200000000
1726
+ }
1727
+ },
1728
+ {
1729
+ "action": "upsert",
1730
+ "packageId": "resend",
1731
+ "namespace": "contact-emails",
1732
+ "rowId": "ivo.petrov@example.com",
1733
+ "value": {
1734
+ "contactId": "fffffffa-0000-4000-8000-000500000005"
1735
+ }
1736
+ },
1737
+ {
1738
+ "action": "upsert",
1739
+ "packageId": "resend",
1740
+ "namespace": "segment-members",
1741
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffffa-0000-4000-8000-000500000005",
1742
+ "value": {
1743
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1744
+ "contactId": "fffffffa-0000-4000-8000-000500000005",
1745
+ "addedAtUs": 1784901600000000
1746
+ }
1747
+ },
1748
+ {
1749
+ "action": "upsert",
1750
+ "packageId": "resend",
1751
+ "namespace": "contact-segments",
1752
+ "rowId": "fffffffa-0000-4000-8000-000500000005/fffffffe-0000-4000-8000-000400000001",
1753
+ "value": {
1754
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1755
+ "contactId": "fffffffa-0000-4000-8000-000500000005"
1756
+ }
1757
+ },
1758
+ {
1759
+ "action": "upsert",
1760
+ "packageId": "resend",
1761
+ "namespace": "contacts",
1762
+ "rowId": "fffffff9-0000-4000-8000-000500000006",
1763
+ "value": {
1764
+ "id": "fffffff9-0000-4000-8000-000500000006",
1765
+ "email": "lena.hart@example.com",
1766
+ "firstName": "Lena",
1767
+ "lastName": null,
1768
+ "unsubscribed": false,
1769
+ "properties": {},
1770
+ "createdAtUs": 1785160800000000
1771
+ }
1772
+ },
1773
+ {
1774
+ "action": "upsert",
1775
+ "packageId": "resend",
1776
+ "namespace": "contact-emails",
1777
+ "rowId": "lena.hart@example.com",
1778
+ "value": {
1779
+ "contactId": "fffffff9-0000-4000-8000-000500000006"
1780
+ }
1781
+ },
1782
+ {
1783
+ "action": "upsert",
1784
+ "packageId": "resend",
1785
+ "namespace": "segment-members",
1786
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffff9-0000-4000-8000-000500000006",
1787
+ "value": {
1788
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1789
+ "contactId": "fffffff9-0000-4000-8000-000500000006",
1790
+ "addedAtUs": 1785247200000000
1791
+ }
1792
+ },
1793
+ {
1794
+ "action": "upsert",
1795
+ "packageId": "resend",
1796
+ "namespace": "contact-segments",
1797
+ "rowId": "fffffff9-0000-4000-8000-000500000006/fffffffd-0000-4000-8000-000400000002",
1798
+ "value": {
1799
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1800
+ "contactId": "fffffff9-0000-4000-8000-000500000006"
1801
+ }
1802
+ },
1803
+ {
1804
+ "action": "upsert",
1805
+ "packageId": "resend",
1806
+ "namespace": "contacts",
1807
+ "rowId": "fffffff8-0000-4000-8000-000500000007",
1808
+ "value": {
1809
+ "id": "fffffff8-0000-4000-8000-000500000007",
1810
+ "email": "omar.haddad@example.com",
1811
+ "firstName": "Omar",
1812
+ "lastName": "Haddad",
1813
+ "unsubscribed": false,
1814
+ "properties": {
1815
+ "company_name": "Haddad Logistics",
1816
+ "seats": 40
1817
+ },
1818
+ "createdAtUs": 1785506400000000
1819
+ }
1820
+ },
1821
+ {
1822
+ "action": "upsert",
1823
+ "packageId": "resend",
1824
+ "namespace": "contact-emails",
1825
+ "rowId": "omar.haddad@example.com",
1826
+ "value": {
1827
+ "contactId": "fffffff8-0000-4000-8000-000500000007"
1828
+ }
1829
+ },
1830
+ {
1831
+ "action": "upsert",
1832
+ "packageId": "resend",
1833
+ "namespace": "segment-members",
1834
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff8-0000-4000-8000-000500000007",
1835
+ "value": {
1836
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1837
+ "contactId": "fffffff8-0000-4000-8000-000500000007",
1838
+ "addedAtUs": 1785592800000000
1839
+ }
1840
+ },
1841
+ {
1842
+ "action": "upsert",
1843
+ "packageId": "resend",
1844
+ "namespace": "contact-segments",
1845
+ "rowId": "fffffff8-0000-4000-8000-000500000007/fffffffe-0000-4000-8000-000400000001",
1846
+ "value": {
1847
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1848
+ "contactId": "fffffff8-0000-4000-8000-000500000007"
1849
+ }
1850
+ },
1851
+ {
1852
+ "action": "upsert",
1853
+ "packageId": "resend",
1854
+ "namespace": "contacts",
1855
+ "rowId": "fffffff7-0000-4000-8000-000500000008",
1856
+ "value": {
1857
+ "id": "fffffff7-0000-4000-8000-000500000008",
1858
+ "email": "sofia.reyes@example.com",
1859
+ "firstName": null,
1860
+ "lastName": null,
1861
+ "unsubscribed": false,
1862
+ "properties": {},
1863
+ "createdAtUs": 1785852000000000
1864
+ }
1865
+ },
1866
+ {
1867
+ "action": "upsert",
1868
+ "packageId": "resend",
1869
+ "namespace": "contact-emails",
1870
+ "rowId": "sofia.reyes@example.com",
1871
+ "value": {
1872
+ "contactId": "fffffff7-0000-4000-8000-000500000008"
1873
+ }
1874
+ },
1875
+ {
1876
+ "action": "upsert",
1877
+ "packageId": "resend",
1878
+ "namespace": "segment-members",
1879
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffff7-0000-4000-8000-000500000008",
1880
+ "value": {
1881
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1882
+ "contactId": "fffffff7-0000-4000-8000-000500000008",
1883
+ "addedAtUs": 1785938400000000
1884
+ }
1885
+ },
1886
+ {
1887
+ "action": "upsert",
1888
+ "packageId": "resend",
1889
+ "namespace": "contact-segments",
1890
+ "rowId": "fffffff7-0000-4000-8000-000500000008/fffffffd-0000-4000-8000-000400000002",
1891
+ "value": {
1892
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
1893
+ "contactId": "fffffff7-0000-4000-8000-000500000008"
1894
+ }
1895
+ },
1896
+ {
1897
+ "action": "upsert",
1898
+ "packageId": "resend",
1899
+ "namespace": "contacts",
1900
+ "rowId": "fffffff6-0000-4000-8000-000500000009",
1901
+ "value": {
1902
+ "id": "fffffff6-0000-4000-8000-000500000009",
1903
+ "email": "accounts@example.com",
1904
+ "firstName": null,
1905
+ "lastName": null,
1906
+ "unsubscribed": false,
1907
+ "properties": {
1908
+ "company_name": "Example Accounts"
1909
+ },
1910
+ "createdAtUs": 1786197600000000
1911
+ }
1912
+ },
1913
+ {
1914
+ "action": "upsert",
1915
+ "packageId": "resend",
1916
+ "namespace": "contact-emails",
1917
+ "rowId": "accounts@example.com",
1918
+ "value": {
1919
+ "contactId": "fffffff6-0000-4000-8000-000500000009"
1920
+ }
1921
+ },
1922
+ {
1923
+ "action": "upsert",
1924
+ "packageId": "resend",
1925
+ "namespace": "contacts",
1926
+ "rowId": "fffffff5-0000-4000-8000-000500000010",
1927
+ "value": {
1928
+ "id": "fffffff5-0000-4000-8000-000500000010",
1929
+ "email": "newsletter@example.com",
1930
+ "firstName": "News",
1931
+ "lastName": "Desk",
1932
+ "unsubscribed": true,
1933
+ "properties": {},
1934
+ "createdAtUs": 1786543200000000
1935
+ }
1936
+ },
1937
+ {
1938
+ "action": "upsert",
1939
+ "packageId": "resend",
1940
+ "namespace": "contact-emails",
1941
+ "rowId": "newsletter@example.com",
1942
+ "value": {
1943
+ "contactId": "fffffff5-0000-4000-8000-000500000010"
1944
+ }
1945
+ },
1946
+ {
1947
+ "action": "upsert",
1948
+ "packageId": "resend",
1949
+ "namespace": "segment-members",
1950
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff5-0000-4000-8000-000500000010",
1951
+ "value": {
1952
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1953
+ "contactId": "fffffff5-0000-4000-8000-000500000010",
1954
+ "addedAtUs": 1786629600000000
1955
+ }
1956
+ },
1957
+ {
1958
+ "action": "upsert",
1959
+ "packageId": "resend",
1960
+ "namespace": "contact-segments",
1961
+ "rowId": "fffffff5-0000-4000-8000-000500000010/fffffffe-0000-4000-8000-000400000001",
1962
+ "value": {
1963
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1964
+ "contactId": "fffffff5-0000-4000-8000-000500000010"
1965
+ }
1966
+ },
1967
+ {
1968
+ "action": "upsert",
1969
+ "packageId": "resend",
1970
+ "namespace": "contacts",
1971
+ "rowId": "fffffff4-0000-4000-8000-000500000011",
1972
+ "value": {
1973
+ "id": "fffffff4-0000-4000-8000-000500000011",
1974
+ "email": "hana.sato@example.com",
1975
+ "firstName": "Hana",
1976
+ "lastName": "Sato",
1977
+ "unsubscribed": false,
1978
+ "properties": {},
1979
+ "createdAtUs": 1786888800000000
1980
+ }
1981
+ },
1982
+ {
1983
+ "action": "upsert",
1984
+ "packageId": "resend",
1985
+ "namespace": "contact-emails",
1986
+ "rowId": "hana.sato@example.com",
1987
+ "value": {
1988
+ "contactId": "fffffff4-0000-4000-8000-000500000011"
1989
+ }
1990
+ },
1991
+ {
1992
+ "action": "upsert",
1993
+ "packageId": "resend",
1994
+ "namespace": "segment-members",
1995
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff4-0000-4000-8000-000500000011",
1996
+ "value": {
1997
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
1998
+ "contactId": "fffffff4-0000-4000-8000-000500000011",
1999
+ "addedAtUs": 1786975200000000
2000
+ }
2001
+ },
2002
+ {
2003
+ "action": "upsert",
2004
+ "packageId": "resend",
2005
+ "namespace": "contact-segments",
2006
+ "rowId": "fffffff4-0000-4000-8000-000500000011/fffffffe-0000-4000-8000-000400000001",
2007
+ "value": {
2008
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
2009
+ "contactId": "fffffff4-0000-4000-8000-000500000011"
2010
+ }
2011
+ },
2012
+ {
2013
+ "action": "upsert",
2014
+ "packageId": "resend",
2015
+ "namespace": "contacts",
2016
+ "rowId": "fffffff3-0000-4000-8000-000500000012",
2017
+ "value": {
2018
+ "id": "fffffff3-0000-4000-8000-000500000012",
2019
+ "email": "felix.moreau@example.com",
2020
+ "firstName": "Félix",
2021
+ "lastName": "Moreau",
2022
+ "unsubscribed": false,
2023
+ "properties": {},
2024
+ "createdAtUs": 1787234400000000
2025
+ }
2026
+ },
2027
+ {
2028
+ "action": "upsert",
2029
+ "packageId": "resend",
2030
+ "namespace": "contact-emails",
2031
+ "rowId": "felix.moreau@example.com",
2032
+ "value": {
2033
+ "contactId": "fffffff3-0000-4000-8000-000500000012"
2034
+ }
2035
+ },
2036
+ {
2037
+ "action": "upsert",
2038
+ "packageId": "resend",
2039
+ "namespace": "segment-members",
2040
+ "rowId": "fffffffd-0000-4000-8000-000400000002/fffffff3-0000-4000-8000-000500000012",
2041
+ "value": {
2042
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
2043
+ "contactId": "fffffff3-0000-4000-8000-000500000012",
2044
+ "addedAtUs": 1787320800000000
2045
+ }
2046
+ },
2047
+ {
2048
+ "action": "upsert",
2049
+ "packageId": "resend",
2050
+ "namespace": "contact-segments",
2051
+ "rowId": "fffffff3-0000-4000-8000-000500000012/fffffffd-0000-4000-8000-000400000002",
2052
+ "value": {
2053
+ "segmentId": "fffffffd-0000-4000-8000-000400000002",
2054
+ "contactId": "fffffff3-0000-4000-8000-000500000012"
2055
+ }
2056
+ },
2057
+ {
2058
+ "action": "upsert",
2059
+ "packageId": "resend",
2060
+ "namespace": "contacts",
2061
+ "rowId": "fffffff2-0000-4000-8000-000500000013",
2062
+ "value": {
2063
+ "id": "fffffff2-0000-4000-8000-000500000013",
2064
+ "email": "ada.okafor@example.com",
2065
+ "firstName": "Ada",
2066
+ "lastName": "Okafor",
2067
+ "unsubscribed": true,
2068
+ "properties": {},
2069
+ "createdAtUs": 1787580000000000
2070
+ }
2071
+ },
2072
+ {
2073
+ "action": "upsert",
2074
+ "packageId": "resend",
2075
+ "namespace": "contact-emails",
2076
+ "rowId": "ada.okafor@example.com",
2077
+ "value": {
2078
+ "contactId": "fffffff2-0000-4000-8000-000500000013"
2079
+ }
2080
+ },
2081
+ {
2082
+ "action": "upsert",
2083
+ "packageId": "resend",
2084
+ "namespace": "segment-members",
2085
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff2-0000-4000-8000-000500000013",
2086
+ "value": {
2087
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
2088
+ "contactId": "fffffff2-0000-4000-8000-000500000013",
2089
+ "addedAtUs": 1787666400000000
2090
+ }
2091
+ },
2092
+ {
2093
+ "action": "upsert",
2094
+ "packageId": "resend",
2095
+ "namespace": "contact-segments",
2096
+ "rowId": "fffffff2-0000-4000-8000-000500000013/fffffffe-0000-4000-8000-000400000001",
2097
+ "value": {
2098
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
2099
+ "contactId": "fffffff2-0000-4000-8000-000500000013"
2100
+ }
2101
+ },
2102
+ {
2103
+ "action": "upsert",
2104
+ "packageId": "resend",
2105
+ "namespace": "contacts",
2106
+ "rowId": "fffffff1-0000-4000-8000-000500000014",
2107
+ "value": {
2108
+ "id": "fffffff1-0000-4000-8000-000500000014",
2109
+ "email": "jon.berg@example.com",
2110
+ "firstName": "Jon",
2111
+ "lastName": "Berg",
2112
+ "unsubscribed": false,
2113
+ "properties": {},
2114
+ "createdAtUs": 1787925600000000
2115
+ }
2116
+ },
2117
+ {
2118
+ "action": "upsert",
2119
+ "packageId": "resend",
2120
+ "namespace": "contact-emails",
2121
+ "rowId": "jon.berg@example.com",
2122
+ "value": {
2123
+ "contactId": "fffffff1-0000-4000-8000-000500000014"
2124
+ }
2125
+ },
2126
+ {
2127
+ "action": "upsert",
2128
+ "packageId": "resend",
2129
+ "namespace": "segment-members",
2130
+ "rowId": "fffffffe-0000-4000-8000-000400000001/fffffff1-0000-4000-8000-000500000014",
2131
+ "value": {
2132
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
2133
+ "contactId": "fffffff1-0000-4000-8000-000500000014",
2134
+ "addedAtUs": 1788012000000000
2135
+ }
2136
+ },
2137
+ {
2138
+ "action": "upsert",
2139
+ "packageId": "resend",
2140
+ "namespace": "contact-segments",
2141
+ "rowId": "fffffff1-0000-4000-8000-000500000014/fffffffe-0000-4000-8000-000400000001",
2142
+ "value": {
2143
+ "segmentId": "fffffffe-0000-4000-8000-000400000001",
2144
+ "contactId": "fffffff1-0000-4000-8000-000500000014"
2145
+ }
2146
+ }
2147
+ ]
2148
+ }