1import { ApifyClient } from 'apify-client';
2
3
4
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9
10const input = {
11 "usageSnapshotJson": {
12 "snapshotVersion": 1,
13 "capturedAt": "2026-09-19T08:00:00.000Z",
14 "zone": "eu1",
15 "organization": {
16 "id": 1,
17 "name": "Example agency",
18 "lastReset": "2026-09-01T06:00:00.000Z",
19 "nextReset": "2026-10-01T06:00:00.000Z",
20 "restartPeriod": "1 month",
21 "planOperations": 40000,
22 "planTransferBytes": 21474836480,
23 "operations": 26338,
24 "transfer": 36873200,
25 "centicreditsConsumed": 2633800,
26 "activeScenarios": 11,
27 "subscription": {
28 "priceUsd": 34.12,
29 "period": "month",
30 "operations": 40000
31 }
32 },
33 "teams": [
34 {
35 "id": 10,
36 "name": "Client A",
37 "type": "standard",
38 "consumedOperations": 20045,
39 "operationsLimit": null
40 },
41 {
42 "id": 11,
43 "name": "Client B",
44 "type": "standard",
45 "consumedOperations": 6293,
46 "operationsLimit": null
47 }
48 ],
49 "scenarios": [
50 {
51 "id": 101,
52 "name": "Sync Shopify orders to Sheets",
53 "teamId": 10,
54 "folderId": null,
55 "folderPath": null,
56 "isActive": true,
57 "isPaused": false,
58 "isInvalid": false,
59 "hookId": null,
60 "scheduling": {
61 "type": "indefinitely",
62 "interval": 900
63 },
64 "created": "2026-03-02T09:14:00.000Z",
65 "lastEdit": "2026-03-02T09:14:00.000Z",
66 "nextExec": null,
67 "operations": 1822,
68 "centicredits": 182200,
69 "transfer": 2550800,
70 "executions": 1766,
71 "errors": 2,
72 "dlqCount": 0,
73 "allDlqCount": 0,
74 "usedPackages": [
75 "shopify",
76 "google-sheets"
77 ],
78 "usage": [
79 {
80 "date": "2026-08-21",
81 "operations": 99,
82 "dataTransfer": 138600,
83 "centicredits": 9900
84 },
85 {
86 "date": "2026-08-22",
87 "operations": 99,
88 "dataTransfer": 138600,
89 "centicredits": 9900
90 },
91 {
92 "date": "2026-08-23",
93 "operations": 99,
94 "dataTransfer": 138600,
95 "centicredits": 9900
96 },
97 {
98 "date": "2026-08-24",
99 "operations": 99,
100 "dataTransfer": 138600,
101 "centicredits": 9900
102 },
103 {
104 "date": "2026-08-25",
105 "operations": 99,
106 "dataTransfer": 138600,
107 "centicredits": 9900
108 },
109 {
110 "date": "2026-08-26",
111 "operations": 99,
112 "dataTransfer": 138600,
113 "centicredits": 9900
114 },
115 {
116 "date": "2026-08-27",
117 "operations": 99,
118 "dataTransfer": 138600,
119 "centicredits": 9900
120 },
121 {
122 "date": "2026-08-28",
123 "operations": 99,
124 "dataTransfer": 138600,
125 "centicredits": 9900
126 },
127 {
128 "date": "2026-08-29",
129 "operations": 99,
130 "dataTransfer": 138600,
131 "centicredits": 9900
132 },
133 {
134 "date": "2026-08-30",
135 "operations": 99,
136 "dataTransfer": 138600,
137 "centicredits": 9900
138 },
139 {
140 "date": "2026-08-31",
141 "operations": 99,
142 "dataTransfer": 138600,
143 "centicredits": 9900
144 },
145 {
146 "date": "2026-09-01",
147 "operations": 99,
148 "dataTransfer": 138600,
149 "centicredits": 9900
150 },
151 {
152 "date": "2026-09-02",
153 "operations": 99,
154 "dataTransfer": 138600,
155 "centicredits": 9900
156 },
157 {
158 "date": "2026-09-03",
159 "operations": 99,
160 "dataTransfer": 138600,
161 "centicredits": 9900
162 },
163 {
164 "date": "2026-09-04",
165 "operations": 99,
166 "dataTransfer": 138600,
167 "centicredits": 9900
168 },
169 {
170 "date": "2026-09-05",
171 "operations": 99,
172 "dataTransfer": 138600,
173 "centicredits": 9900
174 },
175 {
176 "date": "2026-09-06",
177 "operations": 99,
178 "dataTransfer": 138600,
179 "centicredits": 9900
180 },
181 {
182 "date": "2026-09-07",
183 "operations": 99,
184 "dataTransfer": 138600,
185 "centicredits": 9900
186 },
187 {
188 "date": "2026-09-08",
189 "operations": 99,
190 "dataTransfer": 138600,
191 "centicredits": 9900
192 },
193 {
194 "date": "2026-09-09",
195 "operations": 99,
196 "dataTransfer": 138600,
197 "centicredits": 9900
198 },
199 {
200 "date": "2026-09-10",
201 "operations": 99,
202 "dataTransfer": 138600,
203 "centicredits": 9900
204 },
205 {
206 "date": "2026-09-11",
207 "operations": 99,
208 "dataTransfer": 138600,
209 "centicredits": 9900
210 },
211 {
212 "date": "2026-09-12",
213 "operations": 99,
214 "dataTransfer": 138600,
215 "centicredits": 9900
216 },
217 {
218 "date": "2026-09-13",
219 "operations": 99,
220 "dataTransfer": 138600,
221 "centicredits": 9900
222 },
223 {
224 "date": "2026-09-14",
225 "operations": 99,
226 "dataTransfer": 138600,
227 "centicredits": 9900
228 },
229 {
230 "date": "2026-09-15",
231 "operations": 99,
232 "dataTransfer": 138600,
233 "centicredits": 9900
234 },
235 {
236 "date": "2026-09-16",
237 "operations": 99,
238 "dataTransfer": 138600,
239 "centicredits": 9900
240 },
241 {
242 "date": "2026-09-17",
243 "operations": 99,
244 "dataTransfer": 138600,
245 "centicredits": 9900
246 },
247 {
248 "date": "2026-09-18",
249 "operations": 99,
250 "dataTransfer": 138600,
251 "centicredits": 9900
252 },
253 {
254 "date": "2026-09-19",
255 "operations": 40,
256 "dataTransfer": 56000,
257 "centicredits": 4000
258 }
259 ],
260 "modules": [
261 {
262 "moduleId": 1,
263 "moduleType": "shopify:watchOrders",
264 "moduleLabel": "Watch orders",
265 "modulePath": "flow[0]",
266 "total": 2822,
267 "warnings": 0,
268 "errors": 0
269 },
270 {
271 "moduleId": 2,
272 "moduleType": "google-sheets:addRow",
273 "moduleLabel": null,
274 "modulePath": "flow[1]",
275 "total": 89,
276 "warnings": 0,
277 "errors": 0
278 }
279 ]
280 },
281 {
282 "id": 102,
283 "name": "Lead router → HubSpot",
284 "teamId": 10,
285 "folderId": null,
286 "folderPath": null,
287 "isActive": true,
288 "isPaused": false,
289 "isInvalid": false,
290 "hookId": 5551,
291 "scheduling": {
292 "type": "immediately",
293 "maximum_runs_per_minute": 100
294 },
295 "created": "2025-11-14T15:40:00.000Z",
296 "lastEdit": "2025-11-14T15:40:00.000Z",
297 "nextExec": null,
298 "operations": 11244,
299 "centicredits": 1124400,
300 "transfer": 15741600,
301 "executions": 2811,
302 "errors": 30,
303 "dlqCount": 0,
304 "allDlqCount": 2,
305 "usedPackages": [
306 "gateway",
307 "hubspot",
308 "util",
309 "slack"
310 ],
311 "usage": [
312 {
313 "date": "2026-08-21",
314 "operations": 520,
315 "dataTransfer": 728000,
316 "centicredits": 52000
317 },
318 {
319 "date": "2026-08-22",
320 "operations": 668,
321 "dataTransfer": 935200,
322 "centicredits": 66800
323 },
324 {
325 "date": "2026-08-23",
326 "operations": 624,
327 "dataTransfer": 873600,
328 "centicredits": 62400
329 },
330 {
331 "date": "2026-08-24",
332 "operations": 580,
333 "dataTransfer": 812000,
334 "centicredits": 58000
335 },
336 {
337 "date": "2026-08-25",
338 "operations": 536,
339 "dataTransfer": 750400,
340 "centicredits": 53600
341 },
342 {
343 "date": "2026-08-26",
344 "operations": 684,
345 "dataTransfer": 957600,
346 "centicredits": 68400
347 },
348 {
349 "date": "2026-08-27",
350 "operations": 640,
351 "dataTransfer": 896000,
352 "centicredits": 64000
353 },
354 {
355 "date": "2026-08-28",
356 "operations": 596,
357 "dataTransfer": 834400,
358 "centicredits": 59600
359 },
360 {
361 "date": "2026-08-29",
362 "operations": 552,
363 "dataTransfer": 772800,
364 "centicredits": 55200
365 },
366 {
367 "date": "2026-08-30",
368 "operations": 700,
369 "dataTransfer": 980000,
370 "centicredits": 70000
371 },
372 {
373 "date": "2026-08-31",
374 "operations": 656,
375 "dataTransfer": 918400,
376 "centicredits": 65600
377 },
378 {
379 "date": "2026-09-01",
380 "operations": 612,
381 "dataTransfer": 856800,
382 "centicredits": 61200
383 },
384 {
385 "date": "2026-09-02",
386 "operations": 568,
387 "dataTransfer": 795200,
388 "centicredits": 56800
389 },
390 {
391 "date": "2026-09-03",
392 "operations": 524,
393 "dataTransfer": 733600,
394 "centicredits": 52400
395 },
396 {
397 "date": "2026-09-04",
398 "operations": 672,
399 "dataTransfer": 940800,
400 "centicredits": 67200
401 },
402 {
403 "date": "2026-09-05",
404 "operations": 628,
405 "dataTransfer": 879200,
406 "centicredits": 62800
407 },
408 {
409 "date": "2026-09-06",
410 "operations": 584,
411 "dataTransfer": 817600,
412 "centicredits": 58400
413 },
414 {
415 "date": "2026-09-07",
416 "operations": 540,
417 "dataTransfer": 756000,
418 "centicredits": 54000
419 },
420 {
421 "date": "2026-09-08",
422 "operations": 688,
423 "dataTransfer": 963200,
424 "centicredits": 68800
425 },
426 {
427 "date": "2026-09-09",
428 "operations": 644,
429 "dataTransfer": 901600,
430 "centicredits": 64400
431 },
432 {
433 "date": "2026-09-10",
434 "operations": 600,
435 "dataTransfer": 840000,
436 "centicredits": 60000
437 },
438 {
439 "date": "2026-09-11",
440 "operations": 556,
441 "dataTransfer": 778400,
442 "centicredits": 55600
443 },
444 {
445 "date": "2026-09-12",
446 "operations": 704,
447 "dataTransfer": 985600,
448 "centicredits": 70400
449 },
450 {
451 "date": "2026-09-13",
452 "operations": 660,
453 "dataTransfer": 924000,
454 "centicredits": 66000
455 },
456 {
457 "date": "2026-09-14",
458 "operations": 616,
459 "dataTransfer": 862400,
460 "centicredits": 61600
461 },
462 {
463 "date": "2026-09-15",
464 "operations": 572,
465 "dataTransfer": 800800,
466 "centicredits": 57200
467 },
468 {
469 "date": "2026-09-16",
470 "operations": 528,
471 "dataTransfer": 739200,
472 "centicredits": 52800
473 },
474 {
475 "date": "2026-09-17",
476 "operations": 676,
477 "dataTransfer": 946400,
478 "centicredits": 67600
479 },
480 {
481 "date": "2026-09-18",
482 "operations": 632,
483 "dataTransfer": 884800,
484 "centicredits": 63200
485 },
486 {
487 "date": "2026-09-19",
488 "operations": 240,
489 "dataTransfer": 336000,
490 "centicredits": 24000
491 }
492 ],
493 "modules": [
494 {
495 "moduleId": 1,
496 "moduleType": "gateway:CustomWebHook",
497 "moduleLabel": "Lead form",
498 "modulePath": "flow[0]",
499 "total": 4500,
500 "warnings": 0,
501 "errors": 0
502 },
503 {
504 "moduleId": 2,
505 "moduleType": "util:SetVariable2",
506 "moduleLabel": null,
507 "modulePath": "flow[1]",
508 "total": 4500,
509 "warnings": 0,
510 "errors": 0
511 },
512 {
513 "moduleId": 3,
514 "moduleType": "hubspot:createContact",
515 "moduleLabel": null,
516 "modulePath": "flow[2]",
517 "total": 4500,
518 "warnings": 0,
519 "errors": 0
520 },
521 {
522 "moduleId": 4,
523 "moduleType": "slack:CreateMessage",
524 "moduleLabel": "Notify sales",
525 "modulePath": "flow[3]",
526 "total": 4500,
527 "warnings": 0,
528 "errors": 0
529 }
530 ]
531 },
532 {
533 "id": 103,
534 "name": "Nightly invoice batch",
535 "teamId": 10,
536 "folderId": null,
537 "folderPath": null,
538 "isActive": true,
539 "isPaused": false,
540 "isInvalid": false,
541 "hookId": null,
542 "scheduling": {
543 "type": "daily",
544 "time": "02:00"
545 },
546 "created": "2025-06-01T02:00:00.000Z",
547 "lastEdit": "2025-06-01T02:00:00.000Z",
548 "nextExec": null,
549 "operations": 6479,
550 "centicredits": 647900,
551 "transfer": 9070600,
552 "executions": 19,
553 "errors": 0,
554 "dlqCount": 0,
555 "allDlqCount": 0,
556 "usedPackages": [
557 "xero",
558 "builtin",
559 "gmail"
560 ],
561 "usage": [
562 {
563 "date": "2026-08-21",
564 "operations": 341,
565 "dataTransfer": 477400,
566 "centicredits": 34100
567 },
568 {
569 "date": "2026-08-22",
570 "operations": 341,
571 "dataTransfer": 477400,
572 "centicredits": 34100
573 },
574 {
575 "date": "2026-08-23",
576 "operations": 341,
577 "dataTransfer": 477400,
578 "centicredits": 34100
579 },
580 {
581 "date": "2026-08-24",
582 "operations": 341,
583 "dataTransfer": 477400,
584 "centicredits": 34100
585 },
586 {
587 "date": "2026-08-25",
588 "operations": 341,
589 "dataTransfer": 477400,
590 "centicredits": 34100
591 },
592 {
593 "date": "2026-08-26",
594 "operations": 341,
595 "dataTransfer": 477400,
596 "centicredits": 34100
597 },
598 {
599 "date": "2026-08-27",
600 "operations": 341,
601 "dataTransfer": 477400,
602 "centicredits": 34100
603 },
604 {
605 "date": "2026-08-28",
606 "operations": 341,
607 "dataTransfer": 477400,
608 "centicredits": 34100
609 },
610 {
611 "date": "2026-08-29",
612 "operations": 341,
613 "dataTransfer": 477400,
614 "centicredits": 34100
615 },
616 {
617 "date": "2026-08-30",
618 "operations": 341,
619 "dataTransfer": 477400,
620 "centicredits": 34100
621 },
622 {
623 "date": "2026-08-31",
624 "operations": 341,
625 "dataTransfer": 477400,
626 "centicredits": 34100
627 },
628 {
629 "date": "2026-09-01",
630 "operations": 341,
631 "dataTransfer": 477400,
632 "centicredits": 34100
633 },
634 {
635 "date": "2026-09-02",
636 "operations": 341,
637 "dataTransfer": 477400,
638 "centicredits": 34100
639 },
640 {
641 "date": "2026-09-03",
642 "operations": 341,
643 "dataTransfer": 477400,
644 "centicredits": 34100
645 },
646 {
647 "date": "2026-09-04",
648 "operations": 341,
649 "dataTransfer": 477400,
650 "centicredits": 34100
651 },
652 {
653 "date": "2026-09-05",
654 "operations": 341,
655 "dataTransfer": 477400,
656 "centicredits": 34100
657 },
658 {
659 "date": "2026-09-06",
660 "operations": 341,
661 "dataTransfer": 477400,
662 "centicredits": 34100
663 },
664 {
665 "date": "2026-09-07",
666 "operations": 341,
667 "dataTransfer": 477400,
668 "centicredits": 34100
669 },
670 {
671 "date": "2026-09-08",
672 "operations": 341,
673 "dataTransfer": 477400,
674 "centicredits": 34100
675 },
676 {
677 "date": "2026-09-09",
678 "operations": 341,
679 "dataTransfer": 477400,
680 "centicredits": 34100
681 },
682 {
683 "date": "2026-09-10",
684 "operations": 341,
685 "dataTransfer": 477400,
686 "centicredits": 34100
687 },
688 {
689 "date": "2026-09-11",
690 "operations": 341,
691 "dataTransfer": 477400,
692 "centicredits": 34100
693 },
694 {
695 "date": "2026-09-12",
696 "operations": 341,
697 "dataTransfer": 477400,
698 "centicredits": 34100
699 },
700 {
701 "date": "2026-09-13",
702 "operations": 341,
703 "dataTransfer": 477400,
704 "centicredits": 34100
705 },
706 {
707 "date": "2026-09-14",
708 "operations": 341,
709 "dataTransfer": 477400,
710 "centicredits": 34100
711 },
712 {
713 "date": "2026-09-15",
714 "operations": 341,
715 "dataTransfer": 477400,
716 "centicredits": 34100
717 },
718 {
719 "date": "2026-09-16",
720 "operations": 341,
721 "dataTransfer": 477400,
722 "centicredits": 34100
723 },
724 {
725 "date": "2026-09-17",
726 "operations": 341,
727 "dataTransfer": 477400,
728 "centicredits": 34100
729 },
730 {
731 "date": "2026-09-18",
732 "operations": 341,
733 "dataTransfer": 477400,
734 "centicredits": 34100
735 },
736 {
737 "date": "2026-09-19",
738 "operations": 341,
739 "dataTransfer": 477400,
740 "centicredits": 34100
741 }
742 ],
743 "modules": [
744 {
745 "moduleId": 1,
746 "moduleType": "xero:listInvoices",
747 "moduleLabel": "Unpaid invoices",
748 "modulePath": "flow[0]",
749 "total": 30,
750 "warnings": 0,
751 "errors": 0
752 },
753 {
754 "moduleId": 2,
755 "moduleType": "builtin:BasicFeeder",
756 "moduleLabel": null,
757 "modulePath": "flow[1]",
758 "total": 30,
759 "warnings": 0,
760 "errors": 0
761 },
762 {
763 "moduleId": 3,
764 "moduleType": "gmail:sendEmail",
765 "moduleLabel": "Reminder",
766 "modulePath": "flow[2]",
767 "total": 10170,
768 "warnings": 0,
769 "errors": 0
770 }
771 ]
772 },
773 {
774 "id": 104,
775 "name": "Stripe payment failed → email",
776 "teamId": 11,
777 "folderId": null,
778 "folderPath": null,
779 "isActive": true,
780 "isPaused": false,
781 "isInvalid": false,
782 "hookId": 5552,
783 "scheduling": {
784 "type": "immediately",
785 "maximum_runs_per_minute": 100
786 },
787 "created": "2026-01-20T11:00:00.000Z",
788 "lastEdit": "2026-01-20T11:00:00.000Z",
789 "nextExec": null,
790 "operations": 390,
791 "centicredits": 39000,
792 "transfer": 546000,
793 "executions": 130,
794 "errors": 41,
795 "dlqCount": 0,
796 "allDlqCount": 0,
797 "usedPackages": [
798 "stripe",
799 "tools",
800 "gmail"
801 ],
802 "usage": [
803 {
804 "date": "2026-08-21",
805 "operations": 15,
806 "dataTransfer": 21000,
807 "centicredits": 1500
808 },
809 {
810 "date": "2026-08-22",
811 "operations": 21,
812 "dataTransfer": 29400,
813 "centicredits": 2100
814 },
815 {
816 "date": "2026-08-23",
817 "operations": 27,
818 "dataTransfer": 37800,
819 "centicredits": 2700
820 },
821 {
822 "date": "2026-08-24",
823 "operations": 18,
824 "dataTransfer": 25200,
825 "centicredits": 1800
826 },
827 {
828 "date": "2026-08-25",
829 "operations": 24,
830 "dataTransfer": 33600,
831 "centicredits": 2400
832 },
833 {
834 "date": "2026-08-26",
835 "operations": 15,
836 "dataTransfer": 21000,
837 "centicredits": 1500
838 },
839 {
840 "date": "2026-08-27",
841 "operations": 21,
842 "dataTransfer": 29400,
843 "centicredits": 2100
844 },
845 {
846 "date": "2026-08-28",
847 "operations": 27,
848 "dataTransfer": 37800,
849 "centicredits": 2700
850 },
851 {
852 "date": "2026-08-29",
853 "operations": 18,
854 "dataTransfer": 25200,
855 "centicredits": 1800
856 },
857 {
858 "date": "2026-08-30",
859 "operations": 24,
860 "dataTransfer": 33600,
861 "centicredits": 2400
862 },
863 {
864 "date": "2026-08-31",
865 "operations": 15,
866 "dataTransfer": 21000,
867 "centicredits": 1500
868 },
869 {
870 "date": "2026-09-01",
871 "operations": 21,
872 "dataTransfer": 29400,
873 "centicredits": 2100
874 },
875 {
876 "date": "2026-09-02",
877 "operations": 27,
878 "dataTransfer": 37800,
879 "centicredits": 2700
880 },
881 {
882 "date": "2026-09-03",
883 "operations": 18,
884 "dataTransfer": 25200,
885 "centicredits": 1800
886 },
887 {
888 "date": "2026-09-04",
889 "operations": 24,
890 "dataTransfer": 33600,
891 "centicredits": 2400
892 },
893 {
894 "date": "2026-09-05",
895 "operations": 15,
896 "dataTransfer": 21000,
897 "centicredits": 1500
898 },
899 {
900 "date": "2026-09-06",
901 "operations": 21,
902 "dataTransfer": 29400,
903 "centicredits": 2100
904 },
905 {
906 "date": "2026-09-07",
907 "operations": 27,
908 "dataTransfer": 37800,
909 "centicredits": 2700
910 },
911 {
912 "date": "2026-09-08",
913 "operations": 18,
914 "dataTransfer": 25200,
915 "centicredits": 1800
916 },
917 {
918 "date": "2026-09-09",
919 "operations": 24,
920 "dataTransfer": 33600,
921 "centicredits": 2400
922 },
923 {
924 "date": "2026-09-10",
925 "operations": 15,
926 "dataTransfer": 21000,
927 "centicredits": 1500
928 },
929 {
930 "date": "2026-09-11",
931 "operations": 21,
932 "dataTransfer": 29400,
933 "centicredits": 2100
934 },
935 {
936 "date": "2026-09-12",
937 "operations": 27,
938 "dataTransfer": 37800,
939 "centicredits": 2700
940 },
941 {
942 "date": "2026-09-13",
943 "operations": 18,
944 "dataTransfer": 25200,
945 "centicredits": 1800
946 },
947 {
948 "date": "2026-09-14",
949 "operations": 24,
950 "dataTransfer": 33600,
951 "centicredits": 2400
952 },
953 {
954 "date": "2026-09-15",
955 "operations": 15,
956 "dataTransfer": 21000,
957 "centicredits": 1500
958 },
959 {
960 "date": "2026-09-16",
961 "operations": 21,
962 "dataTransfer": 29400,
963 "centicredits": 2100
964 },
965 {
966 "date": "2026-09-17",
967 "operations": 27,
968 "dataTransfer": 37800,
969 "centicredits": 2700
970 },
971 {
972 "date": "2026-09-18",
973 "operations": 18,
974 "dataTransfer": 25200,
975 "centicredits": 1800
976 },
977 {
978 "date": "2026-09-19",
979 "operations": 9,
980 "dataTransfer": 12600,
981 "centicredits": 900
982 }
983 ],
984 "modules": [
985 {
986 "moduleId": 1,
987 "moduleType": "stripe:watchEvents",
988 "moduleLabel": null,
989 "modulePath": "flow[0]",
990 "total": 205,
991 "warnings": 0,
992 "errors": 0
993 },
994 {
995 "moduleId": 2,
996 "moduleType": "tools:SetVariable",
997 "moduleLabel": null,
998 "modulePath": "flow[1]",
999 "total": 205,
1000 "warnings": 0,
1001 "errors": 0
1002 },
1003 {
1004 "moduleId": 3,
1005 "moduleType": "gmail:sendEmail",
1006 "moduleLabel": "Dunning e-mail",
1007 "modulePath": "flow[2]",
1008 "total": 205,
1009 "warnings": 0,
1010 "errors": 68
1011 }
1012 ]
1013 },
1014 {
1015 "id": 105,
1016 "name": "Typeform → Airtable + Slack",
1017 "teamId": 11,
1018 "folderId": null,
1019 "folderPath": null,
1020 "isActive": true,
1021 "isPaused": false,
1022 "isInvalid": false,
1023 "hookId": 5553,
1024 "scheduling": {
1025 "type": "immediately",
1026 "maximum_runs_per_minute": 100
1027 },
1028 "created": "2025-09-30T08:30:00.000Z",
1029 "lastEdit": "2025-09-30T08:30:00.000Z",
1030 "nextExec": null,
1031 "operations": 1196,
1032 "centicredits": 119600,
1033 "transfer": 1674400,
1034 "executions": 405,
1035 "errors": 14,
1036 "dlqCount": 14,
1037 "allDlqCount": 20,
1038 "usedPackages": [
1039 "typeform",
1040 "airtable",
1041 "slack"
1042 ],
1043 "usage": [
1044 {
1045 "date": "2026-08-21",
1046 "operations": 53,
1047 "dataTransfer": 74200,
1048 "centicredits": 5300
1049 },
1050 {
1051 "date": "2026-08-22",
1052 "operations": 59,
1053 "dataTransfer": 82600,
1054 "centicredits": 5900
1055 },
1056 {
1057 "date": "2026-08-23",
1058 "operations": 65,
1059 "dataTransfer": 91000,
1060 "centicredits": 6500
1061 },
1062 {
1063 "date": "2026-08-24",
1064 "operations": 71,
1065 "dataTransfer": 99400,
1066 "centicredits": 7100
1067 },
1068 {
1069 "date": "2026-08-25",
1070 "operations": 77,
1071 "dataTransfer": 107800,
1072 "centicredits": 7700
1073 },
1074 {
1075 "date": "2026-08-26",
1076 "operations": 56,
1077 "dataTransfer": 78400,
1078 "centicredits": 5600
1079 },
1080 {
1081 "date": "2026-08-27",
1082 "operations": 62,
1083 "dataTransfer": 86800,
1084 "centicredits": 6200
1085 },
1086 {
1087 "date": "2026-08-28",
1088 "operations": 68,
1089 "dataTransfer": 95200,
1090 "centicredits": 6800
1091 },
1092 {
1093 "date": "2026-08-29",
1094 "operations": 74,
1095 "dataTransfer": 103600,
1096 "centicredits": 7400
1097 },
1098 {
1099 "date": "2026-08-30",
1100 "operations": 53,
1101 "dataTransfer": 74200,
1102 "centicredits": 5300
1103 },
1104 {
1105 "date": "2026-08-31",
1106 "operations": 59,
1107 "dataTransfer": 82600,
1108 "centicredits": 5900
1109 },
1110 {
1111 "date": "2026-09-01",
1112 "operations": 65,
1113 "dataTransfer": 91000,
1114 "centicredits": 6500
1115 },
1116 {
1117 "date": "2026-09-02",
1118 "operations": 71,
1119 "dataTransfer": 99400,
1120 "centicredits": 7100
1121 },
1122 {
1123 "date": "2026-09-03",
1124 "operations": 77,
1125 "dataTransfer": 107800,
1126 "centicredits": 7700
1127 },
1128 {
1129 "date": "2026-09-04",
1130 "operations": 56,
1131 "dataTransfer": 78400,
1132 "centicredits": 5600
1133 },
1134 {
1135 "date": "2026-09-05",
1136 "operations": 62,
1137 "dataTransfer": 86800,
1138 "centicredits": 6200
1139 },
1140 {
1141 "date": "2026-09-06",
1142 "operations": 68,
1143 "dataTransfer": 95200,
1144 "centicredits": 6800
1145 },
1146 {
1147 "date": "2026-09-07",
1148 "operations": 74,
1149 "dataTransfer": 103600,
1150 "centicredits": 7400
1151 },
1152 {
1153 "date": "2026-09-08",
1154 "operations": 53,
1155 "dataTransfer": 74200,
1156 "centicredits": 5300
1157 },
1158 {
1159 "date": "2026-09-09",
1160 "operations": 59,
1161 "dataTransfer": 82600,
1162 "centicredits": 5900
1163 },
1164 {
1165 "date": "2026-09-10",
1166 "operations": 65,
1167 "dataTransfer": 91000,
1168 "centicredits": 6500
1169 },
1170 {
1171 "date": "2026-09-11",
1172 "operations": 71,
1173 "dataTransfer": 99400,
1174 "centicredits": 7100
1175 },
1176 {
1177 "date": "2026-09-12",
1178 "operations": 77,
1179 "dataTransfer": 107800,
1180 "centicredits": 7700
1181 },
1182 {
1183 "date": "2026-09-13",
1184 "operations": 56,
1185 "dataTransfer": 78400,
1186 "centicredits": 5600
1187 },
1188 {
1189 "date": "2026-09-14",
1190 "operations": 62,
1191 "dataTransfer": 86800,
1192 "centicredits": 6200
1193 },
1194 {
1195 "date": "2026-09-15",
1196 "operations": 68,
1197 "dataTransfer": 95200,
1198 "centicredits": 6800
1199 },
1200 {
1201 "date": "2026-09-16",
1202 "operations": 74,
1203 "dataTransfer": 103600,
1204 "centicredits": 7400
1205 },
1206 {
1207 "date": "2026-09-17",
1208 "operations": 53,
1209 "dataTransfer": 74200,
1210 "centicredits": 5300
1211 },
1212 {
1213 "date": "2026-09-18",
1214 "operations": 59,
1215 "dataTransfer": 82600,
1216 "centicredits": 5900
1217 },
1218 {
1219 "date": "2026-09-19",
1220 "operations": 26,
1221 "dataTransfer": 36400,
1222 "centicredits": 2600
1223 }
1224 ],
1225 "modules": [
1226 {
1227 "moduleId": 1,
1228 "moduleType": "typeform:watchResponses",
1229 "moduleLabel": null,
1230 "modulePath": "flow[0]",
1231 "total": 641,
1232 "warnings": 0,
1233 "errors": 0
1234 },
1235 {
1236 "moduleId": 2,
1237 "moduleType": "airtable:createRecord",
1238 "moduleLabel": null,
1239 "modulePath": "flow[1]",
1240 "total": 641,
1241 "warnings": 0,
1242 "errors": 12
1243 },
1244 {
1245 "moduleId": 3,
1246 "moduleType": "slack:CreateMessage",
1247 "moduleLabel": null,
1248 "modulePath": "flow[2]",
1249 "total": 611,
1250 "warnings": 0,
1251 "errors": 2
1252 }
1253 ]
1254 },
1255 {
1256 "id": 106,
1257 "name": "Weekly KPI digest",
1258 "teamId": 11,
1259 "folderId": null,
1260 "folderPath": null,
1261 "isActive": true,
1262 "isPaused": false,
1263 "isInvalid": false,
1264 "hookId": null,
1265 "scheduling": {
1266 "type": "weekly",
1267 "days": [
1268 1
1269 ],
1270 "time": "08:00"
1271 },
1272 "created": "2025-02-10T08:00:00.000Z",
1273 "lastEdit": "2025-02-10T08:00:00.000Z",
1274 "nextExec": null,
1275 "operations": 120,
1276 "centicredits": 12000,
1277 "transfer": 168000,
1278 "executions": 2,
1279 "errors": 0,
1280 "dlqCount": 0,
1281 "allDlqCount": 0,
1282 "usedPackages": [
1283 "google-sheets",
1284 "builtin",
1285 "slack"
1286 ],
1287 "usage": [
1288 {
1289 "date": "2026-08-24",
1290 "operations": 60,
1291 "dataTransfer": 84000,
1292 "centicredits": 6000
1293 },
1294 {
1295 "date": "2026-08-31",
1296 "operations": 60,
1297 "dataTransfer": 84000,
1298 "centicredits": 6000
1299 },
1300 {
1301 "date": "2026-09-07",
1302 "operations": 60,
1303 "dataTransfer": 84000,
1304 "centicredits": 6000
1305 },
1306 {
1307 "date": "2026-09-14",
1308 "operations": 60,
1309 "dataTransfer": 84000,
1310 "centicredits": 6000
1311 }
1312 ],
1313 "modules": [
1314 {
1315 "moduleId": 1,
1316 "moduleType": "google-sheets:getRange",
1317 "moduleLabel": "KPI sheet",
1318 "modulePath": "flow[0]",
1319 "total": 4,
1320 "warnings": 0,
1321 "errors": 0
1322 },
1323 {
1324 "moduleId": 2,
1325 "moduleType": "builtin:BasicFeeder",
1326 "moduleLabel": null,
1327 "modulePath": "flow[1]",
1328 "total": 116,
1329 "warnings": 0,
1330 "errors": 0
1331 },
1332 {
1333 "moduleId": 3,
1334 "moduleType": "slack:CreateMessage",
1335 "moduleLabel": null,
1336 "modulePath": "flow[2]",
1337 "total": 120,
1338 "warnings": 0,
1339 "errors": 0
1340 }
1341 ]
1342 },
1343 {
1344 "id": 107,
1345 "name": "Ad spend sync (Meta → BigQuery)",
1346 "teamId": 11,
1347 "folderId": null,
1348 "folderPath": null,
1349 "isActive": true,
1350 "isPaused": false,
1351 "isInvalid": false,
1352 "hookId": null,
1353 "scheduling": {
1354 "type": "indefinitely",
1355 "interval": 900
1356 },
1357 "created": "2026-04-05T10:00:00.000Z",
1358 "lastEdit": "2026-04-05T10:00:00.000Z",
1359 "nextExec": null,
1360 "operations": 4218,
1361 "centicredits": 421800,
1362 "transfer": 5905200,
1363 "executions": 1766,
1364 "errors": 1,
1365 "dlqCount": 0,
1366 "allDlqCount": 0,
1367 "usedPackages": [
1368 "facebook-insights",
1369 "google-bigquery"
1370 ],
1371 "usage": [
1372 {
1373 "date": "2026-08-21",
1374 "operations": 130,
1375 "dataTransfer": 182000,
1376 "centicredits": 13000
1377 },
1378 {
1379 "date": "2026-08-22",
1380 "operations": 130,
1381 "dataTransfer": 182000,
1382 "centicredits": 13000
1383 },
1384 {
1385 "date": "2026-08-23",
1386 "operations": 130,
1387 "dataTransfer": 182000,
1388 "centicredits": 13000
1389 },
1390 {
1391 "date": "2026-08-24",
1392 "operations": 130,
1393 "dataTransfer": 182000,
1394 "centicredits": 13000
1395 },
1396 {
1397 "date": "2026-08-25",
1398 "operations": 130,
1399 "dataTransfer": 182000,
1400 "centicredits": 13000
1401 },
1402 {
1403 "date": "2026-08-26",
1404 "operations": 130,
1405 "dataTransfer": 182000,
1406 "centicredits": 13000
1407 },
1408 {
1409 "date": "2026-08-27",
1410 "operations": 130,
1411 "dataTransfer": 182000,
1412 "centicredits": 13000
1413 },
1414 {
1415 "date": "2026-08-28",
1416 "operations": 130,
1417 "dataTransfer": 182000,
1418 "centicredits": 13000
1419 },
1420 {
1421 "date": "2026-08-29",
1422 "operations": 130,
1423 "dataTransfer": 182000,
1424 "centicredits": 13000
1425 },
1426 {
1427 "date": "2026-08-30",
1428 "operations": 130,
1429 "dataTransfer": 182000,
1430 "centicredits": 13000
1431 },
1432 {
1433 "date": "2026-08-31",
1434 "operations": 130,
1435 "dataTransfer": 182000,
1436 "centicredits": 13000
1437 },
1438 {
1439 "date": "2026-09-01",
1440 "operations": 130,
1441 "dataTransfer": 182000,
1442 "centicredits": 13000
1443 },
1444 {
1445 "date": "2026-09-02",
1446 "operations": 130,
1447 "dataTransfer": 182000,
1448 "centicredits": 13000
1449 },
1450 {
1451 "date": "2026-09-03",
1452 "operations": 130,
1453 "dataTransfer": 182000,
1454 "centicredits": 13000
1455 },
1456 {
1457 "date": "2026-09-04",
1458 "operations": 130,
1459 "dataTransfer": 182000,
1460 "centicredits": 13000
1461 },
1462 {
1463 "date": "2026-09-05",
1464 "operations": 130,
1465 "dataTransfer": 182000,
1466 "centicredits": 13000
1467 },
1468 {
1469 "date": "2026-09-06",
1470 "operations": 130,
1471 "dataTransfer": 182000,
1472 "centicredits": 13000
1473 },
1474 {
1475 "date": "2026-09-07",
1476 "operations": 130,
1477 "dataTransfer": 182000,
1478 "centicredits": 13000
1479 },
1480 {
1481 "date": "2026-09-08",
1482 "operations": 130,
1483 "dataTransfer": 182000,
1484 "centicredits": 13000
1485 },
1486 {
1487 "date": "2026-09-09",
1488 "operations": 130,
1489 "dataTransfer": 182000,
1490 "centicredits": 13000
1491 },
1492 {
1493 "date": "2026-09-10",
1494 "operations": 130,
1495 "dataTransfer": 182000,
1496 "centicredits": 13000
1497 },
1498 {
1499 "date": "2026-09-11",
1500 "operations": 130,
1501 "dataTransfer": 182000,
1502 "centicredits": 13000
1503 },
1504 {
1505 "date": "2026-09-12",
1506 "operations": 130,
1507 "dataTransfer": 182000,
1508 "centicredits": 13000
1509 },
1510 {
1511 "date": "2026-09-13",
1512 "operations": 415,
1513 "dataTransfer": 581000,
1514 "centicredits": 41500
1515 },
1516 {
1517 "date": "2026-09-14",
1518 "operations": 415,
1519 "dataTransfer": 581000,
1520 "centicredits": 41500
1521 },
1522 {
1523 "date": "2026-09-15",
1524 "operations": 415,
1525 "dataTransfer": 581000,
1526 "centicredits": 41500
1527 },
1528 {
1529 "date": "2026-09-16",
1530 "operations": 415,
1531 "dataTransfer": 581000,
1532 "centicredits": 41500
1533 },
1534 {
1535 "date": "2026-09-17",
1536 "operations": 415,
1537 "dataTransfer": 581000,
1538 "centicredits": 41500
1539 },
1540 {
1541 "date": "2026-09-18",
1542 "operations": 415,
1543 "dataTransfer": 581000,
1544 "centicredits": 41500
1545 },
1546 {
1547 "date": "2026-09-19",
1548 "operations": 168,
1549 "dataTransfer": 235200,
1550 "centicredits": 16800
1551 }
1552 ],
1553 "modules": [
1554 {
1555 "moduleId": 1,
1556 "moduleType": "facebook-insights:watchInsights",
1557 "moduleLabel": null,
1558 "modulePath": "flow[0]",
1559 "total": 2822,
1560 "warnings": 0,
1561 "errors": 0
1562 },
1563 {
1564 "moduleId": 2,
1565 "moduleType": "google-bigquery:insertRows",
1566 "moduleLabel": null,
1567 "modulePath": "flow[1]",
1568 "total": 2826,
1569 "warnings": 0,
1570 "errors": 0
1571 }
1572 ]
1573 },
1574 {
1575 "id": 108,
1576 "name": "Order webhook (legacy)",
1577 "teamId": 10,
1578 "folderId": null,
1579 "folderPath": null,
1580 "isActive": true,
1581 "isPaused": false,
1582 "isInvalid": false,
1583 "hookId": 5554,
1584 "scheduling": {
1585 "type": "immediately",
1586 "maximum_runs_per_minute": 100
1587 },
1588 "created": "2025-03-10T12:00:00.000Z",
1589 "lastEdit": "2025-03-10T12:00:00.000Z",
1590 "nextExec": null,
1591 "operations": 0,
1592 "centicredits": 0,
1593 "transfer": 0,
1594 "executions": 0,
1595 "errors": 0,
1596 "dlqCount": 0,
1597 "allDlqCount": 0,
1598 "usedPackages": [
1599 "gateway",
1600 "google-sheets"
1601 ],
1602 "usage": [],
1603 "modules": null
1604 },
1605 {
1606 "id": 109,
1607 "name": "Archive old deals",
1608 "teamId": 11,
1609 "folderId": null,
1610 "folderPath": null,
1611 "isActive": false,
1612 "isPaused": false,
1613 "isInvalid": false,
1614 "hookId": null,
1615 "scheduling": {
1616 "type": "daily",
1617 "time": "03:00"
1618 },
1619 "created": "2025-08-15T09:00:00.000Z",
1620 "lastEdit": "2025-08-15T09:00:00.000Z",
1621 "nextExec": null,
1622 "operations": 240,
1623 "centicredits": 24000,
1624 "transfer": 336000,
1625 "executions": 2,
1626 "errors": 0,
1627 "dlqCount": 0,
1628 "allDlqCount": 0,
1629 "usedPackages": [
1630 "hubspot"
1631 ],
1632 "usage": [
1633 {
1634 "date": "2026-08-21",
1635 "operations": 120,
1636 "dataTransfer": 168000,
1637 "centicredits": 12000
1638 },
1639 {
1640 "date": "2026-08-22",
1641 "operations": 120,
1642 "dataTransfer": 168000,
1643 "centicredits": 12000
1644 },
1645 {
1646 "date": "2026-08-23",
1647 "operations": 120,
1648 "dataTransfer": 168000,
1649 "centicredits": 12000
1650 },
1651 {
1652 "date": "2026-08-24",
1653 "operations": 120,
1654 "dataTransfer": 168000,
1655 "centicredits": 12000
1656 },
1657 {
1658 "date": "2026-08-25",
1659 "operations": 120,
1660 "dataTransfer": 168000,
1661 "centicredits": 12000
1662 },
1663 {
1664 "date": "2026-08-26",
1665 "operations": 120,
1666 "dataTransfer": 168000,
1667 "centicredits": 12000
1668 },
1669 {
1670 "date": "2026-08-27",
1671 "operations": 120,
1672 "dataTransfer": 168000,
1673 "centicredits": 12000
1674 },
1675 {
1676 "date": "2026-08-28",
1677 "operations": 120,
1678 "dataTransfer": 168000,
1679 "centicredits": 12000
1680 },
1681 {
1682 "date": "2026-08-29",
1683 "operations": 120,
1684 "dataTransfer": 168000,
1685 "centicredits": 12000
1686 },
1687 {
1688 "date": "2026-08-30",
1689 "operations": 120,
1690 "dataTransfer": 168000,
1691 "centicredits": 12000
1692 },
1693 {
1694 "date": "2026-08-31",
1695 "operations": 120,
1696 "dataTransfer": 168000,
1697 "centicredits": 12000
1698 },
1699 {
1700 "date": "2026-09-01",
1701 "operations": 120,
1702 "dataTransfer": 168000,
1703 "centicredits": 12000
1704 },
1705 {
1706 "date": "2026-09-02",
1707 "operations": 120,
1708 "dataTransfer": 168000,
1709 "centicredits": 12000
1710 }
1711 ],
1712 "modules": [
1713 {
1714 "moduleId": 1,
1715 "moduleType": "hubspot:searchDeals",
1716 "moduleLabel": null,
1717 "modulePath": "flow[0]",
1718 "total": 13,
1719 "warnings": 0,
1720 "errors": 0
1721 },
1722 {
1723 "moduleId": 2,
1724 "moduleType": "hubspot:updateDeal",
1725 "moduleLabel": "Archive",
1726 "modulePath": "flow[1]",
1727 "total": 1547,
1728 "warnings": 0,
1729 "errors": 0
1730 }
1731 ]
1732 },
1733 {
1734 "id": 110,
1735 "name": "Slack standup reminder",
1736 "teamId": 11,
1737 "folderId": null,
1738 "folderPath": null,
1739 "isActive": true,
1740 "isPaused": false,
1741 "isInvalid": false,
1742 "hookId": null,
1743 "scheduling": {
1744 "type": "daily",
1745 "time": "09:00"
1746 },
1747 "created": "2025-01-05T09:00:00.000Z",
1748 "lastEdit": "2025-01-05T09:00:00.000Z",
1749 "nextExec": null,
1750 "operations": 19,
1751 "centicredits": 1900,
1752 "transfer": 26600,
1753 "executions": 19,
1754 "errors": 0,
1755 "dlqCount": 0,
1756 "allDlqCount": 0,
1757 "usedPackages": [
1758 "slack"
1759 ],
1760 "usage": [
1761 {
1762 "date": "2026-08-21",
1763 "operations": 1,
1764 "dataTransfer": 1400,
1765 "centicredits": 100
1766 },
1767 {
1768 "date": "2026-08-22",
1769 "operations": 1,
1770 "dataTransfer": 1400,
1771 "centicredits": 100
1772 },
1773 {
1774 "date": "2026-08-23",
1775 "operations": 1,
1776 "dataTransfer": 1400,
1777 "centicredits": 100
1778 },
1779 {
1780 "date": "2026-08-24",
1781 "operations": 1,
1782 "dataTransfer": 1400,
1783 "centicredits": 100
1784 },
1785 {
1786 "date": "2026-08-25",
1787 "operations": 1,
1788 "dataTransfer": 1400,
1789 "centicredits": 100
1790 },
1791 {
1792 "date": "2026-08-26",
1793 "operations": 1,
1794 "dataTransfer": 1400,
1795 "centicredits": 100
1796 },
1797 {
1798 "date": "2026-08-27",
1799 "operations": 1,
1800 "dataTransfer": 1400,
1801 "centicredits": 100
1802 },
1803 {
1804 "date": "2026-08-28",
1805 "operations": 1,
1806 "dataTransfer": 1400,
1807 "centicredits": 100
1808 },
1809 {
1810 "date": "2026-08-29",
1811 "operations": 1,
1812 "dataTransfer": 1400,
1813 "centicredits": 100
1814 },
1815 {
1816 "date": "2026-08-30",
1817 "operations": 1,
1818 "dataTransfer": 1400,
1819 "centicredits": 100
1820 },
1821 {
1822 "date": "2026-08-31",
1823 "operations": 1,
1824 "dataTransfer": 1400,
1825 "centicredits": 100
1826 },
1827 {
1828 "date": "2026-09-01",
1829 "operations": 1,
1830 "dataTransfer": 1400,
1831 "centicredits": 100
1832 },
1833 {
1834 "date": "2026-09-02",
1835 "operations": 1,
1836 "dataTransfer": 1400,
1837 "centicredits": 100
1838 },
1839 {
1840 "date": "2026-09-03",
1841 "operations": 1,
1842 "dataTransfer": 1400,
1843 "centicredits": 100
1844 },
1845 {
1846 "date": "2026-09-04",
1847 "operations": 1,
1848 "dataTransfer": 1400,
1849 "centicredits": 100
1850 },
1851 {
1852 "date": "2026-09-05",
1853 "operations": 1,
1854 "dataTransfer": 1400,
1855 "centicredits": 100
1856 },
1857 {
1858 "date": "2026-09-06",
1859 "operations": 1,
1860 "dataTransfer": 1400,
1861 "centicredits": 100
1862 },
1863 {
1864 "date": "2026-09-07",
1865 "operations": 1,
1866 "dataTransfer": 1400,
1867 "centicredits": 100
1868 },
1869 {
1870 "date": "2026-09-08",
1871 "operations": 1,
1872 "dataTransfer": 1400,
1873 "centicredits": 100
1874 },
1875 {
1876 "date": "2026-09-09",
1877 "operations": 1,
1878 "dataTransfer": 1400,
1879 "centicredits": 100
1880 },
1881 {
1882 "date": "2026-09-10",
1883 "operations": 1,
1884 "dataTransfer": 1400,
1885 "centicredits": 100
1886 },
1887 {
1888 "date": "2026-09-11",
1889 "operations": 1,
1890 "dataTransfer": 1400,
1891 "centicredits": 100
1892 },
1893 {
1894 "date": "2026-09-12",
1895 "operations": 1,
1896 "dataTransfer": 1400,
1897 "centicredits": 100
1898 },
1899 {
1900 "date": "2026-09-13",
1901 "operations": 1,
1902 "dataTransfer": 1400,
1903 "centicredits": 100
1904 },
1905 {
1906 "date": "2026-09-14",
1907 "operations": 1,
1908 "dataTransfer": 1400,
1909 "centicredits": 100
1910 },
1911 {
1912 "date": "2026-09-15",
1913 "operations": 1,
1914 "dataTransfer": 1400,
1915 "centicredits": 100
1916 },
1917 {
1918 "date": "2026-09-16",
1919 "operations": 1,
1920 "dataTransfer": 1400,
1921 "centicredits": 100
1922 },
1923 {
1924 "date": "2026-09-17",
1925 "operations": 1,
1926 "dataTransfer": 1400,
1927 "centicredits": 100
1928 },
1929 {
1930 "date": "2026-09-18",
1931 "operations": 1,
1932 "dataTransfer": 1400,
1933 "centicredits": 100
1934 },
1935 {
1936 "date": "2026-09-19",
1937 "operations": 1,
1938 "dataTransfer": 1400,
1939 "centicredits": 100
1940 }
1941 ],
1942 "modules": [
1943 {
1944 "moduleId": 1,
1945 "moduleType": "slack:CreateMessage",
1946 "moduleLabel": null,
1947 "modulePath": "flow[0]",
1948 "total": 30,
1949 "warnings": 0,
1950 "errors": 0
1951 }
1952 ]
1953 },
1954 {
1955 "id": 111,
1956 "name": "Backup Notion pages",
1957 "teamId": 10,
1958 "folderId": null,
1959 "folderPath": null,
1960 "isActive": true,
1961 "isPaused": false,
1962 "isInvalid": false,
1963 "hookId": null,
1964 "scheduling": {
1965 "type": "weekly",
1966 "days": [
1967 0
1968 ],
1969 "time": "01:00"
1970 },
1971 "created": "2025-05-20T20:00:00.000Z",
1972 "lastEdit": "2025-05-20T20:00:00.000Z",
1973 "nextExec": null,
1974 "operations": 90,
1975 "centicredits": 9000,
1976 "transfer": 126000,
1977 "executions": 2,
1978 "errors": 0,
1979 "dlqCount": 0,
1980 "allDlqCount": 0,
1981 "usedPackages": [
1982 "notion",
1983 "google-drive"
1984 ],
1985 "usage": [
1986 {
1987 "date": "2026-08-23",
1988 "operations": 45,
1989 "dataTransfer": 63000,
1990 "centicredits": 4500
1991 },
1992 {
1993 "date": "2026-08-30",
1994 "operations": 45,
1995 "dataTransfer": 63000,
1996 "centicredits": 4500
1997 },
1998 {
1999 "date": "2026-09-06",
2000 "operations": 45,
2001 "dataTransfer": 63000,
2002 "centicredits": 4500
2003 },
2004 {
2005 "date": "2026-09-13",
2006 "operations": 45,
2007 "dataTransfer": 63000,
2008 "centicredits": 4500
2009 }
2010 ],
2011 "modules": [
2012 {
2013 "moduleId": 1,
2014 "moduleType": "notion:searchObjects",
2015 "moduleLabel": null,
2016 "modulePath": "flow[0]",
2017 "total": 4,
2018 "warnings": 0,
2019 "errors": 0
2020 },
2021 {
2022 "moduleId": 2,
2023 "moduleType": "notion:getPage",
2024 "moduleLabel": null,
2025 "modulePath": "flow[1]",
2026 "total": 88,
2027 "warnings": 0,
2028 "errors": 0
2029 },
2030 {
2031 "moduleId": 3,
2032 "moduleType": "google-drive:uploadFile",
2033 "moduleLabel": null,
2034 "modulePath": "flow[2]",
2035 "total": 88,
2036 "warnings": 0,
2037 "errors": 0
2038 }
2039 ]
2040 },
2041 {
2042 "id": 112,
2043 "name": "Newsletter signup → Mailchimp",
2044 "teamId": 11,
2045 "folderId": null,
2046 "folderPath": null,
2047 "isActive": true,
2048 "isPaused": false,
2049 "isInvalid": false,
2050 "hookId": 5555,
2051 "scheduling": {
2052 "type": "immediately",
2053 "maximum_runs_per_minute": 100
2054 },
2055 "created": "2026-02-14T14:00:00.000Z",
2056 "lastEdit": "2026-02-14T14:00:00.000Z",
2057 "nextExec": null,
2058 "operations": 110,
2059 "centicredits": 11000,
2060 "transfer": 154000,
2061 "executions": 55,
2062 "errors": 0,
2063 "dlqCount": 0,
2064 "allDlqCount": 0,
2065 "usedPackages": [
2066 "gateway",
2067 "mailchimp"
2068 ],
2069 "usage": [
2070 {
2071 "date": "2026-08-21",
2072 "operations": 4,
2073 "dataTransfer": 5600,
2074 "centicredits": 400
2075 },
2076 {
2077 "date": "2026-08-22",
2078 "operations": 6,
2079 "dataTransfer": 8400,
2080 "centicredits": 600
2081 },
2082 {
2083 "date": "2026-08-23",
2084 "operations": 8,
2085 "dataTransfer": 11200,
2086 "centicredits": 800
2087 },
2088 {
2089 "date": "2026-08-24",
2090 "operations": 4,
2091 "dataTransfer": 5600,
2092 "centicredits": 400
2093 },
2094 {
2095 "date": "2026-08-25",
2096 "operations": 6,
2097 "dataTransfer": 8400,
2098 "centicredits": 600
2099 },
2100 {
2101 "date": "2026-08-26",
2102 "operations": 8,
2103 "dataTransfer": 11200,
2104 "centicredits": 800
2105 },
2106 {
2107 "date": "2026-08-27",
2108 "operations": 4,
2109 "dataTransfer": 5600,
2110 "centicredits": 400
2111 },
2112 {
2113 "date": "2026-08-28",
2114 "operations": 6,
2115 "dataTransfer": 8400,
2116 "centicredits": 600
2117 },
2118 {
2119 "date": "2026-08-29",
2120 "operations": 8,
2121 "dataTransfer": 11200,
2122 "centicredits": 800
2123 },
2124 {
2125 "date": "2026-08-30",
2126 "operations": 4,
2127 "dataTransfer": 5600,
2128 "centicredits": 400
2129 },
2130 {
2131 "date": "2026-08-31",
2132 "operations": 6,
2133 "dataTransfer": 8400,
2134 "centicredits": 600
2135 },
2136 {
2137 "date": "2026-09-01",
2138 "operations": 8,
2139 "dataTransfer": 11200,
2140 "centicredits": 800
2141 },
2142 {
2143 "date": "2026-09-02",
2144 "operations": 4,
2145 "dataTransfer": 5600,
2146 "centicredits": 400
2147 },
2148 {
2149 "date": "2026-09-03",
2150 "operations": 6,
2151 "dataTransfer": 8400,
2152 "centicredits": 600
2153 },
2154 {
2155 "date": "2026-09-04",
2156 "operations": 8,
2157 "dataTransfer": 11200,
2158 "centicredits": 800
2159 },
2160 {
2161 "date": "2026-09-05",
2162 "operations": 4,
2163 "dataTransfer": 5600,
2164 "centicredits": 400
2165 },
2166 {
2167 "date": "2026-09-06",
2168 "operations": 6,
2169 "dataTransfer": 8400,
2170 "centicredits": 600
2171 },
2172 {
2173 "date": "2026-09-07",
2174 "operations": 8,
2175 "dataTransfer": 11200,
2176 "centicredits": 800
2177 },
2178 {
2179 "date": "2026-09-08",
2180 "operations": 4,
2181 "dataTransfer": 5600,
2182 "centicredits": 400
2183 },
2184 {
2185 "date": "2026-09-09",
2186 "operations": 6,
2187 "dataTransfer": 8400,
2188 "centicredits": 600
2189 },
2190 {
2191 "date": "2026-09-10",
2192 "operations": 8,
2193 "dataTransfer": 11200,
2194 "centicredits": 800
2195 },
2196 {
2197 "date": "2026-09-11",
2198 "operations": 4,
2199 "dataTransfer": 5600,
2200 "centicredits": 400
2201 },
2202 {
2203 "date": "2026-09-12",
2204 "operations": 6,
2205 "dataTransfer": 8400,
2206 "centicredits": 600
2207 },
2208 {
2209 "date": "2026-09-13",
2210 "operations": 8,
2211 "dataTransfer": 11200,
2212 "centicredits": 800
2213 },
2214 {
2215 "date": "2026-09-14",
2216 "operations": 4,
2217 "dataTransfer": 5600,
2218 "centicredits": 400
2219 },
2220 {
2221 "date": "2026-09-15",
2222 "operations": 6,
2223 "dataTransfer": 8400,
2224 "centicredits": 600
2225 },
2226 {
2227 "date": "2026-09-16",
2228 "operations": 8,
2229 "dataTransfer": 11200,
2230 "centicredits": 800
2231 },
2232 {
2233 "date": "2026-09-17",
2234 "operations": 4,
2235 "dataTransfer": 5600,
2236 "centicredits": 400
2237 },
2238 {
2239 "date": "2026-09-18",
2240 "operations": 6,
2241 "dataTransfer": 8400,
2242 "centicredits": 600
2243 },
2244 {
2245 "date": "2026-09-19",
2246 "operations": 2,
2247 "dataTransfer": 2800,
2248 "centicredits": 200
2249 }
2250 ],
2251 "modules": [
2252 {
2253 "moduleId": 1,
2254 "moduleType": "gateway:CustomWebHook",
2255 "moduleLabel": "Signup form",
2256 "modulePath": "flow[0]",
2257 "total": 87,
2258 "warnings": 0,
2259 "errors": 0
2260 },
2261 {
2262 "moduleId": 2,
2263 "moduleType": "mailchimp:addMember",
2264 "moduleLabel": null,
2265 "modulePath": "flow[1]",
2266 "total": 87,
2267 "warnings": 0,
2268 "errors": 0
2269 }
2270 ]
2271 }
2272 ],
2273 "consumptions": [
2274 {
2275 "scenarioId": 101,
2276 "executions": 1766,
2277 "operations": 1822,
2278 "centicredits": 182200,
2279 "transfer": 2550800,
2280 "errors": 2
2281 },
2282 {
2283 "scenarioId": 102,
2284 "executions": 2811,
2285 "operations": 11244,
2286 "centicredits": 1124400,
2287 "transfer": 15741600,
2288 "errors": 30
2289 },
2290 {
2291 "scenarioId": 103,
2292 "executions": 19,
2293 "operations": 6479,
2294 "centicredits": 647900,
2295 "transfer": 9070600,
2296 "errors": 0
2297 },
2298 {
2299 "scenarioId": 104,
2300 "executions": 130,
2301 "operations": 390,
2302 "centicredits": 39000,
2303 "transfer": 546000,
2304 "errors": 41
2305 },
2306 {
2307 "scenarioId": 105,
2308 "executions": 405,
2309 "operations": 1196,
2310 "centicredits": 119600,
2311 "transfer": 1674400,
2312 "errors": 14
2313 },
2314 {
2315 "scenarioId": 106,
2316 "executions": 2,
2317 "operations": 120,
2318 "centicredits": 12000,
2319 "transfer": 168000,
2320 "errors": 0
2321 },
2322 {
2323 "scenarioId": 107,
2324 "executions": 1766,
2325 "operations": 4218,
2326 "centicredits": 421800,
2327 "transfer": 5905200,
2328 "errors": 1
2329 },
2330 {
2331 "scenarioId": 109,
2332 "executions": 2,
2333 "operations": 240,
2334 "centicredits": 24000,
2335 "transfer": 336000,
2336 "errors": 0
2337 },
2338 {
2339 "scenarioId": 110,
2340 "executions": 19,
2341 "operations": 19,
2342 "centicredits": 1900,
2343 "transfer": 26600,
2344 "errors": 0
2345 },
2346 {
2347 "scenarioId": 111,
2348 "executions": 2,
2349 "operations": 90,
2350 "centicredits": 9000,
2351 "transfer": 126000,
2352 "errors": 0
2353 },
2354 {
2355 "scenarioId": 112,
2356 "executions": 55,
2357 "operations": 110,
2358 "centicredits": 11000,
2359 "transfer": 154000,
2360 "errors": 0
2361 },
2362 {
2363 "scenarioId": 99,
2364 "executions": 41,
2365 "operations": 410,
2366 "centicredits": 41000,
2367 "transfer": 574000,
2368 "errors": 0
2369 }
2370 ],
2371 "deletedScenarios": [
2372 {
2373 "id": 99,
2374 "name": "Old lead router",
2375 "teamId": 10,
2376 "operations": 410,
2377 "deletedAt": "2026-09-10T16:20:00.000Z"
2378 }
2379 ],
2380 "organizationUsage": [
2381 {
2382 "date": "2026-08-21",
2383 "operations": 1283,
2384 "dataTransfer": 1796200,
2385 "centicredits": 128300
2386 },
2387 {
2388 "date": "2026-08-22",
2389 "operations": 1445,
2390 "dataTransfer": 2023000,
2391 "centicredits": 144500
2392 },
2393 {
2394 "date": "2026-08-23",
2395 "operations": 1460,
2396 "dataTransfer": 2044000,
2397 "centicredits": 146000
2398 },
2399 {
2400 "date": "2026-08-24",
2401 "operations": 1424,
2402 "dataTransfer": 1993600,
2403 "centicredits": 142400
2404 },
2405 {
2406 "date": "2026-08-25",
2407 "operations": 1334,
2408 "dataTransfer": 1867600,
2409 "centicredits": 133400
2410 },
2411 {
2412 "date": "2026-08-26",
2413 "operations": 1454,
2414 "dataTransfer": 2035600,
2415 "centicredits": 145400
2416 },
2417 {
2418 "date": "2026-08-27",
2419 "operations": 1418,
2420 "dataTransfer": 1985200,
2421 "centicredits": 141800
2422 },
2423 {
2424 "date": "2026-08-28",
2425 "operations": 1388,
2426 "dataTransfer": 1943200,
2427 "centicredits": 138800
2428 },
2429 {
2430 "date": "2026-08-29",
2431 "operations": 1343,
2432 "dataTransfer": 1880200,
2433 "centicredits": 134300
2434 },
2435 {
2436 "date": "2026-08-30",
2437 "operations": 1517,
2438 "dataTransfer": 2123800,
2439 "centicredits": 151700
2440 },
2441 {
2442 "date": "2026-08-31",
2443 "operations": 1487,
2444 "dataTransfer": 2081800,
2445 "centicredits": 148700
2446 },
2447 {
2448 "date": "2026-09-01",
2449 "operations": 1397,
2450 "dataTransfer": 1955800,
2451 "centicredits": 139700
2452 },
2453 {
2454 "date": "2026-09-02",
2455 "operations": 1361,
2456 "dataTransfer": 1905400,
2457 "centicredits": 136100
2458 },
2459 {
2460 "date": "2026-09-03",
2461 "operations": 1254,
2462 "dataTransfer": 1755600,
2463 "centicredits": 125400
2464 },
2465 {
2466 "date": "2026-09-04",
2467 "operations": 1389,
2468 "dataTransfer": 1944600,
2469 "centicredits": 138900
2470 },
2471 {
2472 "date": "2026-09-05",
2473 "operations": 1338,
2474 "dataTransfer": 1873200,
2475 "centicredits": 133800
2476 },
2477 {
2478 "date": "2026-09-06",
2479 "operations": 1353,
2480 "dataTransfer": 1894200,
2481 "centicredits": 135300
2482 },
2483 {
2484 "date": "2026-09-07",
2485 "operations": 1338,
2486 "dataTransfer": 1873200,
2487 "centicredits": 133800
2488 },
2489 {
2490 "date": "2026-09-08",
2491 "operations": 1392,
2492 "dataTransfer": 1948800,
2493 "centicredits": 139200
2494 },
2495 {
2496 "date": "2026-09-09",
2497 "operations": 1366,
2498 "dataTransfer": 1912400,
2499 "centicredits": 136600
2500 },
2501 {
2502 "date": "2026-09-10",
2503 "operations": 1259,
2504 "dataTransfer": 1762600,
2505 "centicredits": 125900
2506 },
2507 {
2508 "date": "2026-09-11",
2509 "operations": 1223,
2510 "dataTransfer": 1712200,
2511 "centicredits": 122300
2512 },
2513 {
2514 "date": "2026-09-12",
2515 "operations": 1385,
2516 "dataTransfer": 1939000,
2517 "centicredits": 138500
2518 },
2519 {
2520 "date": "2026-09-13",
2521 "operations": 1643,
2522 "dataTransfer": 2300200,
2523 "centicredits": 164300
2524 },
2525 {
2526 "date": "2026-09-14",
2527 "operations": 1622,
2528 "dataTransfer": 2270800,
2529 "centicredits": 162200
2530 },
2531 {
2532 "date": "2026-09-15",
2533 "operations": 1517,
2534 "dataTransfer": 2123800,
2535 "centicredits": 151700
2536 },
2537 {
2538 "date": "2026-09-16",
2539 "operations": 1487,
2540 "dataTransfer": 2081800,
2541 "centicredits": 148700
2542 },
2543 {
2544 "date": "2026-09-17",
2545 "operations": 1616,
2546 "dataTransfer": 2262400,
2547 "centicredits": 161600
2548 },
2549 {
2550 "date": "2026-09-18",
2551 "operations": 1571,
2552 "dataTransfer": 2199400,
2553 "centicredits": 157100
2554 },
2555 {
2556 "date": "2026-09-19",
2557 "operations": 827,
2558 "dataTransfer": 1157800,
2559 "centicredits": 82700
2560 }
2561 ],
2562 "warnings": []
2563 }
2564};
2565
2566
2567const run = await client.actor("mediocre_interest/make-operations-analyzer").call(input);
2568
2569
2570console.log('Results from dataset');
2571console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
2572const { items } = await client.dataset(run.defaultDatasetId).listItems();
2573items.forEach((item) => {
2574 console.dir(item);
2575});
2576
2577