@sendpulse/n8n-nodes-sendpulse 0.0.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 (71) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +820 -0
  3. package/dist/credentials/SendPulseApi.credentials.d.ts +10 -0
  4. package/dist/credentials/SendPulseApi.credentials.js +37 -0
  5. package/dist/credentials/SendPulseApi.credentials.js.map +1 -0
  6. package/dist/credentials/SendPulseOAuth2Api.credentials.d.ts +10 -0
  7. package/dist/credentials/SendPulseOAuth2Api.credentials.js +62 -0
  8. package/dist/credentials/SendPulseOAuth2Api.credentials.js.map +1 -0
  9. package/dist/icons/sendpulse.dark.svg +4 -0
  10. package/dist/icons/sendpulse.svg +4 -0
  11. package/dist/images/mailing-list-operation.png +0 -0
  12. package/dist/images/node.png +0 -0
  13. package/dist/images/workflow1.png +0 -0
  14. package/dist/images/workflow2.png +0 -0
  15. package/dist/images/workflow3.png +0 -0
  16. package/dist/nodes/SendPulseA360/SendPulseA360.node.d.ts +4 -0
  17. package/dist/nodes/SendPulseA360/SendPulseA360.node.js +174 -0
  18. package/dist/nodes/SendPulseA360/SendPulseA360.node.js.map +1 -0
  19. package/dist/nodes/SendPulseA360/SendPulseA360.node.json +25 -0
  20. package/dist/nodes/SendPulseA360/sendpulse.svg +4 -0
  21. package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.d.ts +4 -0
  22. package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.js +489 -0
  23. package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.js.map +1 -0
  24. package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.json +25 -0
  25. package/dist/nodes/SendPulseChatbots/sendpulse.svg +4 -0
  26. package/dist/nodes/SendPulseChatbots/shared/utils.d.ts +5 -0
  27. package/dist/nodes/SendPulseChatbots/shared/utils.js +45 -0
  28. package/dist/nodes/SendPulseChatbots/shared/utils.js.map +1 -0
  29. package/dist/nodes/SendPulseCrm/SendPulseCrm.node.d.ts +4 -0
  30. package/dist/nodes/SendPulseCrm/SendPulseCrm.node.js +1750 -0
  31. package/dist/nodes/SendPulseCrm/SendPulseCrm.node.js.map +1 -0
  32. package/dist/nodes/SendPulseCrm/SendPulseCrm.node.json +25 -0
  33. package/dist/nodes/SendPulseCrm/sendpulse.svg +4 -0
  34. package/dist/nodes/SendPulseEmail/SendPulseEmail.node.d.ts +4 -0
  35. package/dist/nodes/SendPulseEmail/SendPulseEmail.node.js +992 -0
  36. package/dist/nodes/SendPulseEmail/SendPulseEmail.node.js.map +1 -0
  37. package/dist/nodes/SendPulseEmail/SendPulseEmail.node.json +25 -0
  38. package/dist/nodes/SendPulseEmail/sendpulse.svg +4 -0
  39. package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.d.ts +4 -0
  40. package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.js +234 -0
  41. package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.js.map +1 -0
  42. package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.json +25 -0
  43. package/dist/nodes/SendPulseFileManager/sendpulse.svg +4 -0
  44. package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.d.ts +4 -0
  45. package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.js +196 -0
  46. package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.js.map +1 -0
  47. package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.json +25 -0
  48. package/dist/nodes/SendPulsePopUps/sendpulse.svg +4 -0
  49. package/dist/nodes/SendPulseSms/SendPulseSms.node.d.ts +4 -0
  50. package/dist/nodes/SendPulseSms/SendPulseSms.node.js +347 -0
  51. package/dist/nodes/SendPulseSms/SendPulseSms.node.js.map +1 -0
  52. package/dist/nodes/SendPulseSms/SendPulseSms.node.json +25 -0
  53. package/dist/nodes/SendPulseSms/sendpulse.svg +4 -0
  54. package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.d.ts +4 -0
  55. package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.js +644 -0
  56. package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.js.map +1 -0
  57. package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.json +25 -0
  58. package/dist/nodes/SendPulseSmtp/sendpulse.svg +4 -0
  59. package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.d.ts +4 -0
  60. package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.js +195 -0
  61. package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.js.map +1 -0
  62. package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.json +25 -0
  63. package/dist/nodes/SendPulseVerifier/sendpulse.svg +4 -0
  64. package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.d.ts +4 -0
  65. package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.js +697 -0
  66. package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.js.map +1 -0
  67. package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.json +25 -0
  68. package/dist/nodes/SendPulseWebPush/sendpulse.svg +4 -0
  69. package/dist/package.json +67 -0
  70. package/dist/tsconfig.tsbuildinfo +1 -0
  71. package/package.json +67 -0
@@ -0,0 +1,697 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SendPulseWebPush = void 0;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ class SendPulseWebPush {
6
+ constructor() {
7
+ this.description = {
8
+ displayName: 'SendPulse Web Push',
9
+ name: 'sendPulseWebPush',
10
+ icon: 'file:sendpulse.svg',
11
+ group: ['transform'],
12
+ version: 1,
13
+ subtitle: '={{ $parameter["operation"] + ": " + $parameter["resource"] }}',
14
+ description: 'Interact with SendPulse API',
15
+ defaults: {
16
+ name: 'SendPulse WebPush',
17
+ },
18
+ usableAsTool: true,
19
+ inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
20
+ outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
21
+ credentials: [
22
+ {
23
+ name: 'sendPulseApi',
24
+ required: false,
25
+ displayOptions: {
26
+ show: {
27
+ authentication: ['accessToken'],
28
+ },
29
+ },
30
+ },
31
+ {
32
+ name: 'sendPulseOAuth2Api',
33
+ required: false,
34
+ displayOptions: {
35
+ show: {
36
+ authentication: ['oAuth2'],
37
+ },
38
+ },
39
+ },
40
+ ],
41
+ requestDefaults: {
42
+ baseURL: 'https://api.sendpulse.com/push',
43
+ headers: {
44
+ Accept: 'application/json',
45
+ 'Content-Type': 'application/json',
46
+ },
47
+ },
48
+ properties: [
49
+ {
50
+ displayName: 'Authentication',
51
+ name: 'authentication',
52
+ type: 'options',
53
+ options: [
54
+ {
55
+ name: 'Client ID & Client Secret',
56
+ value: 'oAuth2',
57
+ },
58
+ {
59
+ name: 'Access Token',
60
+ value: 'accessToken',
61
+ }
62
+ ],
63
+ default: 'oAuth2',
64
+ },
65
+ {
66
+ displayName: 'Resource',
67
+ name: 'resource',
68
+ type: 'options',
69
+ noDataExpression: true,
70
+ options: [
71
+ {
72
+ name: 'Website',
73
+ value: 'website',
74
+ },
75
+ {
76
+ name: 'Campaign',
77
+ value: 'campaign',
78
+ },
79
+ ],
80
+ default: 'website',
81
+ },
82
+ {
83
+ displayName: 'Operation',
84
+ name: 'operation',
85
+ type: 'options',
86
+ noDataExpression: true,
87
+ displayOptions: {
88
+ show: {
89
+ resource: ['website'],
90
+ },
91
+ },
92
+ options: [
93
+ {
94
+ name: 'Get Many',
95
+ value: 'getMany',
96
+ description: 'Get many websites',
97
+ action: 'Get many websites',
98
+ routing: {
99
+ request: {
100
+ method: 'GET',
101
+ url: '/websites',
102
+ qs: {
103
+ limit: '={{ $parameter.additionalFields.limit }}',
104
+ offset: '={{ $parameter.additionalFields.offset }}',
105
+ },
106
+ },
107
+ },
108
+ },
109
+ {
110
+ name: 'Get',
111
+ value: 'get',
112
+ description: 'Get a website by ID',
113
+ action: 'Get a website',
114
+ routing: {
115
+ request: {
116
+ method: 'GET',
117
+ url: '=/websites/info/{{ $parameter.websiteId }}',
118
+ },
119
+ },
120
+ },
121
+ ],
122
+ default: 'getMany',
123
+ },
124
+ {
125
+ displayName: 'Operation',
126
+ name: 'operation',
127
+ type: 'options',
128
+ noDataExpression: true,
129
+ displayOptions: {
130
+ show: {
131
+ resource: ['campaign'],
132
+ },
133
+ },
134
+ options: [
135
+ {
136
+ name: 'Create',
137
+ value: 'create',
138
+ description: 'Create a new web push campaign',
139
+ action: 'Create web push campaign',
140
+ routing: {
141
+ request: {
142
+ method: 'POST',
143
+ url: '/campaigns',
144
+ },
145
+ },
146
+ },
147
+ ],
148
+ default: 'create',
149
+ },
150
+ {
151
+ displayName: 'Website ID',
152
+ name: 'websiteId',
153
+ type: 'number',
154
+ required: true,
155
+ displayOptions: {
156
+ show: {
157
+ resource: ['website', 'campaign'],
158
+ operation: ['get', 'create'],
159
+ },
160
+ },
161
+ default: 0,
162
+ description: 'The ID of the website',
163
+ },
164
+ {
165
+ displayName: 'Title',
166
+ name: 'title',
167
+ type: 'string',
168
+ required: true,
169
+ displayOptions: {
170
+ show: {
171
+ resource: ['campaign'],
172
+ operation: ['create'],
173
+ },
174
+ },
175
+ default: '',
176
+ description: 'The title of the campaign',
177
+ routing: {
178
+ send: {
179
+ type: 'body',
180
+ property: 'title',
181
+ },
182
+ },
183
+ },
184
+ {
185
+ displayName: 'Body',
186
+ name: 'body',
187
+ type: 'string',
188
+ required: true,
189
+ displayOptions: {
190
+ show: {
191
+ resource: ['campaign'],
192
+ operation: ['create'],
193
+ },
194
+ },
195
+ typeOptions: {
196
+ rows: 4,
197
+ },
198
+ default: '',
199
+ description: 'The body text of the campaign',
200
+ routing: {
201
+ send: {
202
+ type: 'body',
203
+ property: 'body',
204
+ },
205
+ },
206
+ },
207
+ {
208
+ displayName: 'TTL (Seconds)',
209
+ name: 'ttl',
210
+ type: 'number',
211
+ required: true,
212
+ typeOptions: {
213
+ maxValue: 86400,
214
+ },
215
+ displayOptions: {
216
+ show: {
217
+ resource: ['campaign'],
218
+ operation: ['create'],
219
+ },
220
+ },
221
+ default: 0,
222
+ description: 'Time to live for the notification in seconds',
223
+ routing: {
224
+ send: {
225
+ type: 'body',
226
+ property: 'ttl',
227
+ },
228
+ },
229
+ },
230
+ {
231
+ displayName: 'Additional Fields',
232
+ name: 'additionalFields',
233
+ type: 'collection',
234
+ placeholder: 'Add Field',
235
+ default: {},
236
+ displayOptions: {
237
+ show: {
238
+ resource: ['website'],
239
+ operation: ['getMany'],
240
+ },
241
+ },
242
+ options: [
243
+ {
244
+ displayName: 'Limit',
245
+ name: 'limit',
246
+ type: 'number',
247
+ typeOptions: {
248
+ minValue: 1,
249
+ },
250
+ default: 50,
251
+ description: 'Max number of results to return',
252
+ },
253
+ {
254
+ displayName: 'Offset',
255
+ name: 'offset',
256
+ type: 'number',
257
+ typeOptions: {
258
+ minValue: 0,
259
+ },
260
+ default: 0,
261
+ description: 'Number of results to skip',
262
+ },
263
+ ],
264
+ },
265
+ {
266
+ displayName: 'Additional Fields',
267
+ name: 'additionalFields',
268
+ type: 'collection',
269
+ placeholder: 'Add Field',
270
+ default: {},
271
+ displayOptions: {
272
+ show: {
273
+ resource: ['campaign'],
274
+ operation: ['create'],
275
+ },
276
+ },
277
+ options: [
278
+ {
279
+ displayName: 'Browser',
280
+ name: 'browser',
281
+ type: 'string',
282
+ default: '',
283
+ description: 'Filter subscribers by browser. Multiple values separated by commas (for example – Chrome, Safari).',
284
+ placeholder: 'Chrome,Safari',
285
+ routing: {
286
+ send: {
287
+ type: 'body',
288
+ property: 'filter_browser',
289
+ },
290
+ },
291
+ },
292
+ {
293
+ displayName: 'Buttons',
294
+ name: 'buttons',
295
+ type: 'fixedCollection',
296
+ typeOptions: {
297
+ multipleValues: true,
298
+ },
299
+ options: [
300
+ {
301
+ name: 'buttonsList',
302
+ displayName: 'Button',
303
+ values: [
304
+ {
305
+ displayName: 'Text',
306
+ name: 'text',
307
+ type: 'string',
308
+ default: '',
309
+ description: 'Button text',
310
+ },
311
+ {
312
+ displayName: 'URL',
313
+ name: 'link',
314
+ type: 'string',
315
+ default: '',
316
+ description: 'Button URL',
317
+ },
318
+ ],
319
+ },
320
+ ],
321
+ default: {},
322
+ placeholder: 'Add Button',
323
+ description: 'Action buttons to display in the notification',
324
+ routing: {
325
+ send: {
326
+ type: 'body',
327
+ property: 'buttons',
328
+ value: '={{ JSON.stringify($value.buttonsList) }}',
329
+ },
330
+ },
331
+ },
332
+ {
333
+ displayName: 'Filter',
334
+ name: 'filter',
335
+ type: 'fixedCollection',
336
+ options: [
337
+ {
338
+ name: 'filter',
339
+ displayName: 'Filter',
340
+ values: [
341
+ {
342
+ displayName: 'Variable Name',
343
+ name: 'variable_name',
344
+ type: 'string',
345
+ default: '',
346
+ description: 'Filter variable name',
347
+ },
348
+ {
349
+ displayName: 'Operator',
350
+ name: 'operator',
351
+ type: 'options',
352
+ options: [
353
+ {
354
+ name: 'And',
355
+ value: 'and',
356
+ },
357
+ {
358
+ name: 'Or',
359
+ value: 'or',
360
+ },
361
+ ],
362
+ default: 'and',
363
+ description: 'Filter operator',
364
+ },
365
+ {
366
+ displayName: 'Conditions',
367
+ name: 'conditions',
368
+ type: 'fixedCollection',
369
+ typeOptions: {
370
+ multipleValues: true,
371
+ },
372
+ options: [
373
+ {
374
+ name: 'conditionsList',
375
+ displayName: 'Condition',
376
+ values: [
377
+ {
378
+ displayName: 'Condition',
379
+ name: 'condition',
380
+ type: 'options',
381
+ options: [
382
+ {
383
+ name: 'End With',
384
+ value: 'endwith',
385
+ },
386
+ {
387
+ name: 'Equal',
388
+ value: 'equal',
389
+ },
390
+ {
391
+ name: 'Greater Than',
392
+ value: 'greaterthan',
393
+ },
394
+ {
395
+ name: 'Less Than',
396
+ value: 'lessthan',
397
+ },
398
+ {
399
+ name: 'Like With',
400
+ value: 'likewith',
401
+ },
402
+ {
403
+ name: 'Not Equal',
404
+ value: 'notequal',
405
+ },
406
+ {
407
+ name: 'Not Like With',
408
+ value: 'notlikewith',
409
+ },
410
+ {
411
+ name: 'Start With',
412
+ value: 'startwith',
413
+ },
414
+ ],
415
+ default: 'equal',
416
+ description: 'Filter Condition',
417
+ },
418
+ {
419
+ displayName: 'Value',
420
+ name: 'value',
421
+ type: 'string',
422
+ default: '',
423
+ description: 'Variable value',
424
+ },
425
+ ],
426
+ },
427
+ ],
428
+ default: {},
429
+ placeholder: 'Add Condition',
430
+ description: 'Filters conditions',
431
+ },
432
+ ],
433
+ },
434
+ ],
435
+ default: {},
436
+ description: 'Filter to target specific subscribers',
437
+ routing: {
438
+ send: {
439
+ type: 'body',
440
+ property: 'filter',
441
+ value: '={{ {...$value.filter, conditions: $value.filter.conditions.conditionsList} }}',
442
+ },
443
+ },
444
+ },
445
+ {
446
+ displayName: 'Icon',
447
+ name: 'icon',
448
+ type: 'fixedCollection',
449
+ options: [
450
+ {
451
+ name: 'icon',
452
+ displayName: 'Icon',
453
+ values: [
454
+ {
455
+ displayName: 'Name',
456
+ name: 'name',
457
+ type: 'string',
458
+ default: '',
459
+ description: 'Icon name',
460
+ },
461
+ {
462
+ displayName: 'Data (Base64)',
463
+ name: 'data',
464
+ type: 'string',
465
+ default: '',
466
+ description: 'Icon data (Base64)',
467
+ },
468
+ ],
469
+ },
470
+ ],
471
+ default: {},
472
+ description: 'Custom image of a standard size for the notification',
473
+ routing: {
474
+ send: {
475
+ type: 'body',
476
+ property: 'icon',
477
+ value: '={{ JSON.stringify($value.icon) }}',
478
+ },
479
+ },
480
+ },
481
+ {
482
+ displayName: 'Image',
483
+ name: 'image',
484
+ type: 'fixedCollection',
485
+ options: [
486
+ {
487
+ name: 'image',
488
+ displayName: 'Icon',
489
+ values: [
490
+ {
491
+ displayName: 'Name',
492
+ name: 'name',
493
+ type: 'string',
494
+ default: '',
495
+ description: 'Image name',
496
+ },
497
+ {
498
+ displayName: 'Data (Base64)',
499
+ name: 'data',
500
+ type: 'string',
501
+ default: '',
502
+ description: 'Image data (Base64)',
503
+ },
504
+ ],
505
+ },
506
+ ],
507
+ default: {},
508
+ description: 'Larger image for the web-push notification. Must be JPG, PNG or GIF format and less than 200KB.',
509
+ routing: {
510
+ send: {
511
+ type: 'body',
512
+ property: 'image',
513
+ value: '={{ JSON.stringify($value.image) }}',
514
+ },
515
+ },
516
+ },
517
+ {
518
+ displayName: 'Language',
519
+ name: 'language',
520
+ type: 'string',
521
+ default: '',
522
+ description: 'Filter subscribers by language (for example, en)',
523
+ placeholder: 'en',
524
+ routing: {
525
+ send: {
526
+ type: 'body',
527
+ property: 'filter_lang',
528
+ },
529
+ },
530
+ },
531
+ {
532
+ displayName: 'Navigation Link',
533
+ name: 'link',
534
+ type: 'string',
535
+ default: '',
536
+ placeholder: 'https://example.com',
537
+ description: 'Navigation link, if it’s not specified, the website URL will be used',
538
+ routing: {
539
+ send: {
540
+ type: 'body',
541
+ property: 'link',
542
+ },
543
+ },
544
+ },
545
+ {
546
+ displayName: 'Region',
547
+ name: 'region',
548
+ type: 'string',
549
+ typeOptions: {
550
+ multipleValues: true,
551
+ },
552
+ default: '',
553
+ description: 'Regional filter',
554
+ placeholder: 'UK',
555
+ routing: {
556
+ send: {
557
+ type: 'body',
558
+ property: 'filter_region',
559
+ value: '={{ JSON.stringify($value) }}',
560
+ },
561
+ },
562
+ },
563
+ {
564
+ displayName: 'Send Date',
565
+ name: 'sendDate',
566
+ type: 'dateTime',
567
+ default: '',
568
+ description: 'Schedule the campaign for a specific date and time',
569
+ routing: {
570
+ send: {
571
+ type: 'body',
572
+ property: 'send_date',
573
+ value: '={{ $value ? $value.split(".")[0].replace("T", " ") : undefined }}',
574
+ },
575
+ },
576
+ },
577
+ {
578
+ displayName: 'Stretch Time',
579
+ name: 'stretchTime',
580
+ type: 'number',
581
+ default: 18000,
582
+ description: 'Timespan in which the campaign must be completed (in seconds). If not specified, the default time (5 hours = 18000 seconds) applies.',
583
+ routing: {
584
+ send: {
585
+ type: 'body',
586
+ property: 'stretch_time',
587
+ },
588
+ },
589
+ },
590
+ {
591
+ displayName: 'Subscription Date From',
592
+ name: 'subscriptionDateFrom',
593
+ type: 'string',
594
+ validateType: 'dateTime',
595
+ default: '',
596
+ description: 'Filter subscribers by the date they were added (starting date in YYYY-MM-DD format)',
597
+ placeholder: 'YYYY-MM-DD',
598
+ routing: {
599
+ send: {
600
+ type: 'body',
601
+ property: 'filter_subscription_date_from',
602
+ },
603
+ },
604
+ },
605
+ {
606
+ displayName: 'Subscription Date To',
607
+ name: 'subscriptionDateTo',
608
+ type: 'string',
609
+ validateType: 'dateTime',
610
+ default: '',
611
+ description: 'Filter subscribers by the date they were added (ending date in YYYY-MM-DD format)',
612
+ placeholder: 'YYYY-MM-DD',
613
+ routing: {
614
+ send: {
615
+ type: 'body',
616
+ property: 'filter_subscription_date_to',
617
+ },
618
+ },
619
+ },
620
+ {
621
+ displayName: 'URL',
622
+ name: 'url',
623
+ type: 'fixedCollection',
624
+ options: [
625
+ {
626
+ name: 'url',
627
+ displayName: 'URL',
628
+ values: [
629
+ {
630
+ displayName: 'Type',
631
+ name: 'type',
632
+ type: 'options',
633
+ options: [
634
+ {
635
+ name: 'Direct',
636
+ value: 'direct',
637
+ },
638
+ {
639
+ name: 'Exclude',
640
+ value: 'exclude',
641
+ },
642
+ {
643
+ name: 'Include',
644
+ value: 'include',
645
+ },
646
+ ],
647
+ default: 'direct',
648
+ description: 'URL Type',
649
+ },
650
+ {
651
+ displayName: 'Search',
652
+ name: 'search',
653
+ type: 'string',
654
+ displayOptions: {
655
+ show: {
656
+ type: ['exclude', 'include'],
657
+ },
658
+ },
659
+ default: '',
660
+ description: 'String for search',
661
+ },
662
+ {
663
+ displayName: 'Search',
664
+ name: 'search',
665
+ type: 'string',
666
+ typeOptions: {
667
+ multipleValues: true,
668
+ },
669
+ displayOptions: {
670
+ show: {
671
+ type: ['direct'],
672
+ },
673
+ },
674
+ default: '',
675
+ description: 'List of links to search',
676
+ },
677
+ ],
678
+ },
679
+ ],
680
+ default: {},
681
+ description: 'URL filter',
682
+ routing: {
683
+ send: {
684
+ type: 'body',
685
+ property: 'filter_url',
686
+ value: '={{ JSON.stringify($value.url) }}',
687
+ },
688
+ },
689
+ },
690
+ ],
691
+ },
692
+ ],
693
+ };
694
+ }
695
+ }
696
+ exports.SendPulseWebPush = SendPulseWebPush;
697
+ //# sourceMappingURL=SendPulseWebPush.node.js.map