@crono-one/n8n-nodes-crono-public-api 1.1.0 → 1.1.2
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.
|
@@ -108,7 +108,7 @@ class CronoPublicApi {
|
|
|
108
108
|
{ name: 'List', value: 'list' },
|
|
109
109
|
{ name: 'Note', value: 'note' },
|
|
110
110
|
{ name: 'Pipeline', value: 'pipeline' },
|
|
111
|
-
{ name: '
|
|
111
|
+
{ name: 'Sequence', value: 'sequence' },
|
|
112
112
|
{ name: 'Task', value: 'task' },
|
|
113
113
|
{ name: 'Template', value: 'template' },
|
|
114
114
|
{ name: 'User', value: 'user' },
|
|
@@ -255,16 +255,20 @@ class CronoPublicApi {
|
|
|
255
255
|
type: 'options',
|
|
256
256
|
noDataExpression: true,
|
|
257
257
|
displayOptions: {
|
|
258
|
-
show: { resource: ['
|
|
258
|
+
show: { resource: ['sequence'] },
|
|
259
259
|
},
|
|
260
260
|
options: [
|
|
261
261
|
{
|
|
262
262
|
name: 'Add Contacts',
|
|
263
263
|
value: 'addContacts',
|
|
264
|
-
action: 'Add contacts to a
|
|
264
|
+
action: 'Add contacts to a sequence',
|
|
265
|
+
},
|
|
266
|
+
{ name: 'Search Sequence', value: 'search', action: 'Search sequence' },
|
|
267
|
+
{
|
|
268
|
+
name: 'Search Sequence Details',
|
|
269
|
+
value: 'searchDetails',
|
|
270
|
+
action: 'Search sequence details',
|
|
265
271
|
},
|
|
266
|
-
{ name: 'Search', value: 'search', action: 'Search strategies' },
|
|
267
|
-
{ name: 'Search Details', value: 'searchDetails', action: 'Search strategy details' },
|
|
268
272
|
{
|
|
269
273
|
name: 'Stop Contact Sequence',
|
|
270
274
|
value: 'stopContactSequence',
|
|
@@ -434,7 +438,7 @@ class CronoPublicApi {
|
|
|
434
438
|
'note',
|
|
435
439
|
'activity',
|
|
436
440
|
'list',
|
|
437
|
-
'
|
|
441
|
+
'sequence',
|
|
438
442
|
'template',
|
|
439
443
|
'externalProperty',
|
|
440
444
|
'user',
|
|
@@ -459,7 +463,7 @@ class CronoPublicApi {
|
|
|
459
463
|
'note',
|
|
460
464
|
'activity',
|
|
461
465
|
'list',
|
|
462
|
-
'
|
|
466
|
+
'sequence',
|
|
463
467
|
'template',
|
|
464
468
|
'externalProperty',
|
|
465
469
|
'user',
|
|
@@ -478,7 +482,7 @@ class CronoPublicApi {
|
|
|
478
482
|
default: false,
|
|
479
483
|
displayOptions: {
|
|
480
484
|
show: {
|
|
481
|
-
resource: ['company', 'contact', 'deal', 'note', 'task', 'list', '
|
|
485
|
+
resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'sequence'],
|
|
482
486
|
operation: ['create', 'update', 'import', 'addContacts', 'stopContactSequence'],
|
|
483
487
|
},
|
|
484
488
|
},
|
|
@@ -491,7 +495,7 @@ class CronoPublicApi {
|
|
|
491
495
|
default: {},
|
|
492
496
|
displayOptions: {
|
|
493
497
|
show: {
|
|
494
|
-
resource: ['company', 'contact', 'deal', 'note', 'task', 'list', '
|
|
498
|
+
resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'sequence'],
|
|
495
499
|
operation: ['create', 'update', 'import', 'addContacts', 'stopContactSequence'],
|
|
496
500
|
useRawJsonData: [true],
|
|
497
501
|
},
|
|
@@ -509,7 +513,7 @@ class CronoPublicApi {
|
|
|
509
513
|
default: [],
|
|
510
514
|
displayOptions: {
|
|
511
515
|
show: {
|
|
512
|
-
resource: ['company', 'contact', 'deal', 'note', 'task', 'list', '
|
|
516
|
+
resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'sequence'],
|
|
513
517
|
operation: ['create', 'update', 'import', 'addContacts', 'stopContactSequence'],
|
|
514
518
|
useRawJsonData: [false],
|
|
515
519
|
},
|
|
@@ -548,7 +552,7 @@ class CronoPublicApi {
|
|
|
548
552
|
'note',
|
|
549
553
|
'activity',
|
|
550
554
|
'list',
|
|
551
|
-
'
|
|
555
|
+
'sequence',
|
|
552
556
|
'template',
|
|
553
557
|
'externalProperty',
|
|
554
558
|
'user',
|
|
@@ -794,6 +798,21 @@ class CronoPublicApi {
|
|
|
794
798
|
},
|
|
795
799
|
description: 'Generate AI variables request payload',
|
|
796
800
|
},
|
|
801
|
+
{
|
|
802
|
+
displayName: 'Company ID',
|
|
803
|
+
name: 'companyUpdateAccountId',
|
|
804
|
+
type: 'string',
|
|
805
|
+
default: '',
|
|
806
|
+
required: true,
|
|
807
|
+
displayOptions: {
|
|
808
|
+
show: {
|
|
809
|
+
resource: ['company'],
|
|
810
|
+
operation: ['update'],
|
|
811
|
+
useRawJsonData: [false],
|
|
812
|
+
},
|
|
813
|
+
},
|
|
814
|
+
description: 'Company ID to update',
|
|
815
|
+
},
|
|
797
816
|
{
|
|
798
817
|
displayName: 'Name',
|
|
799
818
|
name: 'companyUpdateName',
|
|
@@ -946,7 +965,7 @@ class CronoPublicApi {
|
|
|
946
965
|
},
|
|
947
966
|
},
|
|
948
967
|
{
|
|
949
|
-
displayName: '
|
|
968
|
+
displayName: 'Companies',
|
|
950
969
|
name: 'companyImportAccounts',
|
|
951
970
|
type: 'fixedCollection',
|
|
952
971
|
typeOptions: {
|
|
@@ -960,11 +979,11 @@ class CronoPublicApi {
|
|
|
960
979
|
useRawJsonData: [false],
|
|
961
980
|
},
|
|
962
981
|
},
|
|
963
|
-
description: '
|
|
982
|
+
description: 'Companies to import',
|
|
964
983
|
options: [
|
|
965
984
|
{
|
|
966
985
|
name: 'account',
|
|
967
|
-
displayName: '
|
|
986
|
+
displayName: 'Company',
|
|
968
987
|
values: [
|
|
969
988
|
{
|
|
970
989
|
displayName: 'Annual Revenue',
|
|
@@ -1188,7 +1207,7 @@ class CronoPublicApi {
|
|
|
1188
1207
|
description: 'Company name',
|
|
1189
1208
|
},
|
|
1190
1209
|
{
|
|
1191
|
-
displayName: '
|
|
1210
|
+
displayName: 'Company ID',
|
|
1192
1211
|
name: 'contactCreateAccountId',
|
|
1193
1212
|
type: 'string',
|
|
1194
1213
|
default: '',
|
|
@@ -1199,7 +1218,7 @@ class CronoPublicApi {
|
|
|
1199
1218
|
useRawJsonData: [false],
|
|
1200
1219
|
},
|
|
1201
1220
|
},
|
|
1202
|
-
description: '
|
|
1221
|
+
description: 'Company ID to associate with the contact',
|
|
1203
1222
|
},
|
|
1204
1223
|
{
|
|
1205
1224
|
displayName: 'Company Annual Revenue',
|
|
@@ -1431,7 +1450,7 @@ class CronoPublicApi {
|
|
|
1431
1450
|
description: 'Contact mobile phone',
|
|
1432
1451
|
},
|
|
1433
1452
|
{
|
|
1434
|
-
displayName: '
|
|
1453
|
+
displayName: 'Sequence ID',
|
|
1435
1454
|
name: 'contactCreateStrategyId',
|
|
1436
1455
|
type: 'number',
|
|
1437
1456
|
default: 0,
|
|
@@ -1442,7 +1461,7 @@ class CronoPublicApi {
|
|
|
1442
1461
|
useRawJsonData: [false],
|
|
1443
1462
|
},
|
|
1444
1463
|
},
|
|
1445
|
-
description: '
|
|
1464
|
+
description: 'Sequence ID to add the contact to',
|
|
1446
1465
|
},
|
|
1447
1466
|
{
|
|
1448
1467
|
displayName: 'Time Zone',
|
|
@@ -1485,6 +1504,21 @@ class CronoPublicApi {
|
|
|
1485
1504
|
},
|
|
1486
1505
|
description: 'Generate AI variables request payload',
|
|
1487
1506
|
},
|
|
1507
|
+
{
|
|
1508
|
+
displayName: 'Contact ID',
|
|
1509
|
+
name: 'contactUpdateProspectId',
|
|
1510
|
+
type: 'string',
|
|
1511
|
+
default: '',
|
|
1512
|
+
required: true,
|
|
1513
|
+
displayOptions: {
|
|
1514
|
+
show: {
|
|
1515
|
+
resource: ['contact'],
|
|
1516
|
+
operation: ['update'],
|
|
1517
|
+
useRawJsonData: [false],
|
|
1518
|
+
},
|
|
1519
|
+
},
|
|
1520
|
+
description: 'Contact ID to update',
|
|
1521
|
+
},
|
|
1488
1522
|
{
|
|
1489
1523
|
displayName: 'First Name',
|
|
1490
1524
|
name: 'contactUpdateFirstName',
|
|
@@ -1638,7 +1672,7 @@ class CronoPublicApi {
|
|
|
1638
1672
|
},
|
|
1639
1673
|
},
|
|
1640
1674
|
{
|
|
1641
|
-
displayName: '
|
|
1675
|
+
displayName: 'Contacts',
|
|
1642
1676
|
name: 'contactImportProspects',
|
|
1643
1677
|
type: 'fixedCollection',
|
|
1644
1678
|
typeOptions: {
|
|
@@ -1652,18 +1686,12 @@ class CronoPublicApi {
|
|
|
1652
1686
|
useRawJsonData: [false],
|
|
1653
1687
|
},
|
|
1654
1688
|
},
|
|
1655
|
-
description: '
|
|
1689
|
+
description: 'Contacts to import',
|
|
1656
1690
|
options: [
|
|
1657
1691
|
{
|
|
1658
1692
|
name: 'prospect',
|
|
1659
|
-
displayName: '
|
|
1693
|
+
displayName: 'Contact',
|
|
1660
1694
|
values: [
|
|
1661
|
-
{
|
|
1662
|
-
displayName: 'Account External Values (JSON)',
|
|
1663
|
-
name: 'accountExternalValues',
|
|
1664
|
-
type: 'json',
|
|
1665
|
-
default: {},
|
|
1666
|
-
},
|
|
1667
1695
|
{
|
|
1668
1696
|
displayName: 'Company',
|
|
1669
1697
|
name: 'company',
|
|
@@ -1682,6 +1710,12 @@ class CronoPublicApi {
|
|
|
1682
1710
|
type: 'string',
|
|
1683
1711
|
default: '',
|
|
1684
1712
|
},
|
|
1713
|
+
{
|
|
1714
|
+
displayName: 'Company External Values (JSON)',
|
|
1715
|
+
name: 'accountExternalValues',
|
|
1716
|
+
type: 'json',
|
|
1717
|
+
default: {},
|
|
1718
|
+
},
|
|
1685
1719
|
{
|
|
1686
1720
|
displayName: 'Company Industry',
|
|
1687
1721
|
name: 'companyIndustry',
|
|
@@ -1774,7 +1808,7 @@ class CronoPublicApi {
|
|
|
1774
1808
|
default: '',
|
|
1775
1809
|
},
|
|
1776
1810
|
{
|
|
1777
|
-
displayName: '
|
|
1811
|
+
displayName: 'Sequence ID',
|
|
1778
1812
|
name: 'strategyId',
|
|
1779
1813
|
type: 'number',
|
|
1780
1814
|
default: 0,
|
|
@@ -1892,7 +1926,7 @@ class CronoPublicApi {
|
|
|
1892
1926
|
description: 'Comma-separated list of AI external property IDs to generate',
|
|
1893
1927
|
},
|
|
1894
1928
|
{
|
|
1895
|
-
displayName: '
|
|
1929
|
+
displayName: 'Company ID',
|
|
1896
1930
|
name: 'dealCreateAccountId',
|
|
1897
1931
|
type: 'string',
|
|
1898
1932
|
default: '',
|
|
@@ -1904,7 +1938,7 @@ class CronoPublicApi {
|
|
|
1904
1938
|
useRawJsonData: [false],
|
|
1905
1939
|
},
|
|
1906
1940
|
},
|
|
1907
|
-
description: '
|
|
1941
|
+
description: 'Company ID linked to the deal',
|
|
1908
1942
|
},
|
|
1909
1943
|
{
|
|
1910
1944
|
displayName: 'Name',
|
|
@@ -2022,7 +2056,7 @@ class CronoPublicApi {
|
|
|
2022
2056
|
description: 'Owner user ID',
|
|
2023
2057
|
},
|
|
2024
2058
|
{
|
|
2025
|
-
displayName: '
|
|
2059
|
+
displayName: 'Company ID',
|
|
2026
2060
|
name: 'dealUpdateAccountId',
|
|
2027
2061
|
type: 'string',
|
|
2028
2062
|
default: '',
|
|
@@ -2034,10 +2068,10 @@ class CronoPublicApi {
|
|
|
2034
2068
|
useRawJsonData: [false],
|
|
2035
2069
|
},
|
|
2036
2070
|
},
|
|
2037
|
-
description: '
|
|
2071
|
+
description: 'Company ID linked to the deal',
|
|
2038
2072
|
},
|
|
2039
2073
|
{
|
|
2040
|
-
displayName: '
|
|
2074
|
+
displayName: 'Deal ID',
|
|
2041
2075
|
name: 'dealUpdateOpportunityId',
|
|
2042
2076
|
type: 'string',
|
|
2043
2077
|
default: '',
|
|
@@ -2049,7 +2083,7 @@ class CronoPublicApi {
|
|
|
2049
2083
|
useRawJsonData: [false],
|
|
2050
2084
|
},
|
|
2051
2085
|
},
|
|
2052
|
-
description: '
|
|
2086
|
+
description: 'Deal ID to update',
|
|
2053
2087
|
},
|
|
2054
2088
|
{
|
|
2055
2089
|
displayName: 'Name',
|
|
@@ -2199,7 +2233,7 @@ class CronoPublicApi {
|
|
|
2199
2233
|
description: 'Note content',
|
|
2200
2234
|
},
|
|
2201
2235
|
{
|
|
2202
|
-
displayName: '
|
|
2236
|
+
displayName: 'Company ID',
|
|
2203
2237
|
name: 'noteCreateAccountId',
|
|
2204
2238
|
type: 'string',
|
|
2205
2239
|
default: '',
|
|
@@ -2211,10 +2245,10 @@ class CronoPublicApi {
|
|
|
2211
2245
|
useRawJsonData: [false],
|
|
2212
2246
|
},
|
|
2213
2247
|
},
|
|
2214
|
-
description: '
|
|
2248
|
+
description: 'Company ID linked to the note',
|
|
2215
2249
|
},
|
|
2216
2250
|
{
|
|
2217
|
-
displayName: '
|
|
2251
|
+
displayName: 'Deal ID',
|
|
2218
2252
|
name: 'noteCreateOpportunityId',
|
|
2219
2253
|
type: 'string',
|
|
2220
2254
|
default: '',
|
|
@@ -2225,10 +2259,10 @@ class CronoPublicApi {
|
|
|
2225
2259
|
useRawJsonData: [false],
|
|
2226
2260
|
},
|
|
2227
2261
|
},
|
|
2228
|
-
description: '
|
|
2262
|
+
description: 'Deal ID linked to the note',
|
|
2229
2263
|
},
|
|
2230
2264
|
{
|
|
2231
|
-
displayName: '
|
|
2265
|
+
displayName: 'Contact IDs',
|
|
2232
2266
|
name: 'noteCreateProspectIds',
|
|
2233
2267
|
type: 'string',
|
|
2234
2268
|
default: '',
|
|
@@ -2239,10 +2273,10 @@ class CronoPublicApi {
|
|
|
2239
2273
|
useRawJsonData: [false],
|
|
2240
2274
|
},
|
|
2241
2275
|
},
|
|
2242
|
-
description: 'Comma-separated list of
|
|
2276
|
+
description: 'Comma-separated list of contact IDs',
|
|
2243
2277
|
},
|
|
2244
2278
|
{
|
|
2245
|
-
displayName: '
|
|
2279
|
+
displayName: 'Company ID',
|
|
2246
2280
|
name: 'taskCreateAccountId',
|
|
2247
2281
|
type: 'string',
|
|
2248
2282
|
default: '',
|
|
@@ -2254,10 +2288,10 @@ class CronoPublicApi {
|
|
|
2254
2288
|
useRawJsonData: [false],
|
|
2255
2289
|
},
|
|
2256
2290
|
},
|
|
2257
|
-
description: '
|
|
2291
|
+
description: 'Company ID linked to the task',
|
|
2258
2292
|
},
|
|
2259
2293
|
{
|
|
2260
|
-
displayName: '
|
|
2294
|
+
displayName: 'Contact ID',
|
|
2261
2295
|
name: 'taskCreateProspectId',
|
|
2262
2296
|
type: 'string',
|
|
2263
2297
|
default: '',
|
|
@@ -2268,7 +2302,7 @@ class CronoPublicApi {
|
|
|
2268
2302
|
useRawJsonData: [false],
|
|
2269
2303
|
},
|
|
2270
2304
|
},
|
|
2271
|
-
description: '
|
|
2305
|
+
description: 'Contact ID linked to the task',
|
|
2272
2306
|
},
|
|
2273
2307
|
{
|
|
2274
2308
|
displayName: 'Type',
|
|
@@ -2357,7 +2391,7 @@ class CronoPublicApi {
|
|
|
2357
2391
|
description: 'Whether the task is automatic',
|
|
2358
2392
|
},
|
|
2359
2393
|
{
|
|
2360
|
-
displayName: '
|
|
2394
|
+
displayName: 'Deal ID',
|
|
2361
2395
|
name: 'taskCreateOpportunityId',
|
|
2362
2396
|
type: 'string',
|
|
2363
2397
|
default: '',
|
|
@@ -2368,7 +2402,7 @@ class CronoPublicApi {
|
|
|
2368
2402
|
useRawJsonData: [false],
|
|
2369
2403
|
},
|
|
2370
2404
|
},
|
|
2371
|
-
description: '
|
|
2405
|
+
description: 'Deal ID linked to the task',
|
|
2372
2406
|
},
|
|
2373
2407
|
{
|
|
2374
2408
|
displayName: 'Assign To User',
|
|
@@ -2490,7 +2524,7 @@ class CronoPublicApi {
|
|
|
2490
2524
|
description: 'Filter tasks by a specific date',
|
|
2491
2525
|
},
|
|
2492
2526
|
{
|
|
2493
|
-
displayName: '
|
|
2527
|
+
displayName: 'Contact ID',
|
|
2494
2528
|
name: 'taskSearchProspectId',
|
|
2495
2529
|
type: 'string',
|
|
2496
2530
|
default: '',
|
|
@@ -2501,10 +2535,10 @@ class CronoPublicApi {
|
|
|
2501
2535
|
useRawJsonSearch: [false],
|
|
2502
2536
|
},
|
|
2503
2537
|
},
|
|
2504
|
-
description: 'Filter tasks by
|
|
2538
|
+
description: 'Filter tasks by contact ID',
|
|
2505
2539
|
},
|
|
2506
2540
|
{
|
|
2507
|
-
displayName: '
|
|
2541
|
+
displayName: 'Deal ID',
|
|
2508
2542
|
name: 'taskSearchOpportunityId',
|
|
2509
2543
|
type: 'string',
|
|
2510
2544
|
default: '',
|
|
@@ -2515,7 +2549,7 @@ class CronoPublicApi {
|
|
|
2515
2549
|
useRawJsonSearch: [false],
|
|
2516
2550
|
},
|
|
2517
2551
|
},
|
|
2518
|
-
description: 'Filter tasks by
|
|
2552
|
+
description: 'Filter tasks by deal ID',
|
|
2519
2553
|
},
|
|
2520
2554
|
{
|
|
2521
2555
|
displayName: 'Completed',
|
|
@@ -2671,7 +2705,7 @@ class CronoPublicApi {
|
|
|
2671
2705
|
},
|
|
2672
2706
|
},
|
|
2673
2707
|
{
|
|
2674
|
-
displayName: 'Has
|
|
2708
|
+
displayName: 'Has Deal',
|
|
2675
2709
|
name: 'taskSearchHasOpportunity',
|
|
2676
2710
|
type: 'boolean',
|
|
2677
2711
|
default: false,
|
|
@@ -2710,7 +2744,7 @@ class CronoPublicApi {
|
|
|
2710
2744
|
},
|
|
2711
2745
|
},
|
|
2712
2746
|
{
|
|
2713
|
-
displayName: '
|
|
2747
|
+
displayName: 'Company ID',
|
|
2714
2748
|
name: 'taskSearchAccountId',
|
|
2715
2749
|
type: 'string',
|
|
2716
2750
|
default: '',
|
|
@@ -2721,10 +2755,10 @@ class CronoPublicApi {
|
|
|
2721
2755
|
useRawJsonSearch: [false],
|
|
2722
2756
|
},
|
|
2723
2757
|
},
|
|
2724
|
-
description: 'Filter by
|
|
2758
|
+
description: 'Filter by company ID',
|
|
2725
2759
|
},
|
|
2726
2760
|
{
|
|
2727
|
-
displayName: '
|
|
2761
|
+
displayName: 'Contact List ID',
|
|
2728
2762
|
name: 'taskSearchProspectListId',
|
|
2729
2763
|
type: 'number',
|
|
2730
2764
|
default: 0,
|
|
@@ -2735,7 +2769,7 @@ class CronoPublicApi {
|
|
|
2735
2769
|
useRawJsonSearch: [false],
|
|
2736
2770
|
},
|
|
2737
2771
|
},
|
|
2738
|
-
description: 'Filter by
|
|
2772
|
+
description: 'Filter by contact list ID',
|
|
2739
2773
|
},
|
|
2740
2774
|
{
|
|
2741
2775
|
displayName: 'Lead List ID',
|
|
@@ -2752,7 +2786,7 @@ class CronoPublicApi {
|
|
|
2752
2786
|
description: 'Filter by lead list ID',
|
|
2753
2787
|
},
|
|
2754
2788
|
{
|
|
2755
|
-
displayName: '
|
|
2789
|
+
displayName: 'Company List ID',
|
|
2756
2790
|
name: 'taskSearchAccountListId',
|
|
2757
2791
|
type: 'number',
|
|
2758
2792
|
default: 0,
|
|
@@ -2763,10 +2797,10 @@ class CronoPublicApi {
|
|
|
2763
2797
|
useRawJsonSearch: [false],
|
|
2764
2798
|
},
|
|
2765
2799
|
},
|
|
2766
|
-
description: 'Filter by
|
|
2800
|
+
description: 'Filter by company list ID',
|
|
2767
2801
|
},
|
|
2768
2802
|
{
|
|
2769
|
-
displayName: '
|
|
2803
|
+
displayName: 'Sequence ID',
|
|
2770
2804
|
name: 'taskSearchStrategyId',
|
|
2771
2805
|
type: 'number',
|
|
2772
2806
|
default: 0,
|
|
@@ -2777,7 +2811,7 @@ class CronoPublicApi {
|
|
|
2777
2811
|
useRawJsonSearch: [false],
|
|
2778
2812
|
},
|
|
2779
2813
|
},
|
|
2780
|
-
description: 'Filter by
|
|
2814
|
+
description: 'Filter by sequence ID',
|
|
2781
2815
|
},
|
|
2782
2816
|
{
|
|
2783
2817
|
displayName: 'Sort By',
|
|
@@ -2802,7 +2836,7 @@ class CronoPublicApi {
|
|
|
2802
2836
|
description: 'Sort order',
|
|
2803
2837
|
},
|
|
2804
2838
|
{
|
|
2805
|
-
displayName: '
|
|
2839
|
+
displayName: 'Company External Properties (JSON)',
|
|
2806
2840
|
name: 'taskSearchAccountExternalProperties',
|
|
2807
2841
|
type: 'json',
|
|
2808
2842
|
default: {},
|
|
@@ -2813,10 +2847,10 @@ class CronoPublicApi {
|
|
|
2813
2847
|
useRawJsonSearch: [false],
|
|
2814
2848
|
},
|
|
2815
2849
|
},
|
|
2816
|
-
description: '
|
|
2850
|
+
description: 'Company external property filters',
|
|
2817
2851
|
},
|
|
2818
2852
|
{
|
|
2819
|
-
displayName: '
|
|
2853
|
+
displayName: 'Contact External Properties (JSON)',
|
|
2820
2854
|
name: 'taskSearchProspectExternalProperties',
|
|
2821
2855
|
type: 'json',
|
|
2822
2856
|
default: {},
|
|
@@ -2827,7 +2861,7 @@ class CronoPublicApi {
|
|
|
2827
2861
|
useRawJsonSearch: [false],
|
|
2828
2862
|
},
|
|
2829
2863
|
},
|
|
2830
|
-
description: '
|
|
2864
|
+
description: 'Contact external property filters',
|
|
2831
2865
|
},
|
|
2832
2866
|
{
|
|
2833
2867
|
displayName: 'Lead External Properties (JSON)',
|
|
@@ -2844,7 +2878,7 @@ class CronoPublicApi {
|
|
|
2844
2878
|
description: 'Lead external property filters',
|
|
2845
2879
|
},
|
|
2846
2880
|
{
|
|
2847
|
-
displayName: 'With
|
|
2881
|
+
displayName: 'With Contact Score',
|
|
2848
2882
|
name: 'taskSearchWithProspectScore',
|
|
2849
2883
|
type: 'boolean',
|
|
2850
2884
|
default: false,
|
|
@@ -2857,7 +2891,7 @@ class CronoPublicApi {
|
|
|
2857
2891
|
},
|
|
2858
2892
|
},
|
|
2859
2893
|
{
|
|
2860
|
-
displayName: 'With
|
|
2894
|
+
displayName: 'With Company Score',
|
|
2861
2895
|
name: 'taskSearchWithAccountScore',
|
|
2862
2896
|
type: 'boolean',
|
|
2863
2897
|
default: false,
|
|
@@ -2888,7 +2922,7 @@ class CronoPublicApi {
|
|
|
2888
2922
|
],
|
|
2889
2923
|
},
|
|
2890
2924
|
{
|
|
2891
|
-
displayName: '
|
|
2925
|
+
displayName: 'Contact Score Levels',
|
|
2892
2926
|
name: 'taskSearchProspectScoreLevels',
|
|
2893
2927
|
type: 'multiOptions',
|
|
2894
2928
|
default: [],
|
|
@@ -2906,7 +2940,7 @@ class CronoPublicApi {
|
|
|
2906
2940
|
],
|
|
2907
2941
|
},
|
|
2908
2942
|
{
|
|
2909
|
-
displayName: '
|
|
2943
|
+
displayName: 'Company Score Levels',
|
|
2910
2944
|
name: 'taskSearchAccountScoreLevels',
|
|
2911
2945
|
type: 'multiOptions',
|
|
2912
2946
|
default: [],
|
|
@@ -3027,7 +3061,7 @@ class CronoPublicApi {
|
|
|
3027
3061
|
{ name: 'Customer', value: 'Customer' },
|
|
3028
3062
|
{ name: 'Inactive', value: 'Inactive' },
|
|
3029
3063
|
{ name: 'Nurture', value: 'Nurture' },
|
|
3030
|
-
{ name: 'Open
|
|
3064
|
+
{ name: 'Open Deal', value: 'OpenOpportunity' },
|
|
3031
3065
|
{ name: 'Working', value: 'Working' },
|
|
3032
3066
|
],
|
|
3033
3067
|
description: 'Company status filters',
|
|
@@ -3354,6 +3388,8 @@ class CronoPublicApi {
|
|
|
3354
3388
|
{ name: 'Owner Desc', value: 'OwnerDesc' },
|
|
3355
3389
|
{ name: 'Progress', value: 'Progress' },
|
|
3356
3390
|
{ name: 'Progress Desc', value: 'ProgressDesc' },
|
|
3391
|
+
{ name: 'Score', value: 'Score' },
|
|
3392
|
+
{ name: 'Score Desc', value: 'ScoreDesc' },
|
|
3357
3393
|
{ name: 'Status', value: 'Status' },
|
|
3358
3394
|
{ name: 'Status Desc', value: 'StatusDesc' },
|
|
3359
3395
|
{ name: 'Tasks', value: 'Tasks' },
|
|
@@ -3501,7 +3537,7 @@ class CronoPublicApi {
|
|
|
3501
3537
|
description: 'Number of results to skip',
|
|
3502
3538
|
},
|
|
3503
3539
|
{
|
|
3504
|
-
displayName: '
|
|
3540
|
+
displayName: 'Company External Properties (JSON)',
|
|
3505
3541
|
name: 'contactSearchAccountExternalProperties',
|
|
3506
3542
|
type: 'json',
|
|
3507
3543
|
default: {},
|
|
@@ -3512,10 +3548,10 @@ class CronoPublicApi {
|
|
|
3512
3548
|
useRawJsonSearch: [false],
|
|
3513
3549
|
},
|
|
3514
3550
|
},
|
|
3515
|
-
description: '
|
|
3551
|
+
description: 'Company external property filters',
|
|
3516
3552
|
},
|
|
3517
3553
|
{
|
|
3518
|
-
displayName: '
|
|
3554
|
+
displayName: 'Company External Property Empty IDs',
|
|
3519
3555
|
name: 'contactSearchAccountExternalPropertyEmptyIds',
|
|
3520
3556
|
type: 'string',
|
|
3521
3557
|
default: '',
|
|
@@ -3526,10 +3562,10 @@ class CronoPublicApi {
|
|
|
3526
3562
|
useRawJsonSearch: [false],
|
|
3527
3563
|
},
|
|
3528
3564
|
},
|
|
3529
|
-
description: 'Comma-separated list of
|
|
3565
|
+
description: 'Comma-separated list of company external property IDs to match empty values',
|
|
3530
3566
|
},
|
|
3531
3567
|
{
|
|
3532
|
-
displayName: '
|
|
3568
|
+
displayName: 'Company External Property Numeric Filters (JSON)',
|
|
3533
3569
|
name: 'contactSearchAccountExternalPropertyNumericFilters',
|
|
3534
3570
|
type: 'json',
|
|
3535
3571
|
default: {},
|
|
@@ -3540,10 +3576,10 @@ class CronoPublicApi {
|
|
|
3540
3576
|
useRawJsonSearch: [false],
|
|
3541
3577
|
},
|
|
3542
3578
|
},
|
|
3543
|
-
description: '
|
|
3579
|
+
description: 'Company external property numeric filters',
|
|
3544
3580
|
},
|
|
3545
3581
|
{
|
|
3546
|
-
displayName: '
|
|
3582
|
+
displayName: 'Company ID',
|
|
3547
3583
|
name: 'contactSearchAccountId',
|
|
3548
3584
|
type: 'string',
|
|
3549
3585
|
default: '',
|
|
@@ -3556,7 +3592,7 @@ class CronoPublicApi {
|
|
|
3556
3592
|
},
|
|
3557
3593
|
},
|
|
3558
3594
|
{
|
|
3559
|
-
displayName: '
|
|
3595
|
+
displayName: 'Company Status',
|
|
3560
3596
|
name: 'contactSearchAccountStatus',
|
|
3561
3597
|
type: 'multiOptions',
|
|
3562
3598
|
default: [],
|
|
@@ -3572,10 +3608,10 @@ class CronoPublicApi {
|
|
|
3572
3608
|
{ name: 'Customer', value: 'Customer' },
|
|
3573
3609
|
{ name: 'Inactive', value: 'Inactive' },
|
|
3574
3610
|
{ name: 'Nurture', value: 'Nurture' },
|
|
3575
|
-
{ name: 'Open
|
|
3611
|
+
{ name: 'Open Deal', value: 'OpenOpportunity' },
|
|
3576
3612
|
{ name: 'Working', value: 'Working' },
|
|
3577
3613
|
],
|
|
3578
|
-
description: '
|
|
3614
|
+
description: 'Company status filters',
|
|
3579
3615
|
},
|
|
3580
3616
|
{
|
|
3581
3617
|
displayName: 'Actual Status',
|
|
@@ -4003,6 +4039,27 @@ class CronoPublicApi {
|
|
|
4003
4039
|
},
|
|
4004
4040
|
},
|
|
4005
4041
|
},
|
|
4042
|
+
{
|
|
4043
|
+
displayName: 'LinkedIn Status',
|
|
4044
|
+
name: 'contactSearchLinkedinStatus',
|
|
4045
|
+
type: 'options',
|
|
4046
|
+
default: '',
|
|
4047
|
+
displayOptions: {
|
|
4048
|
+
show: {
|
|
4049
|
+
resource: ['contact'],
|
|
4050
|
+
operation: ['search'],
|
|
4051
|
+
useRawJsonSearch: [false],
|
|
4052
|
+
},
|
|
4053
|
+
},
|
|
4054
|
+
options: [
|
|
4055
|
+
{ name: 'Any', value: '' },
|
|
4056
|
+
{ name: 'Connected', value: 'Connected' },
|
|
4057
|
+
{ name: 'Invitation Sent', value: 'InvitationSent' },
|
|
4058
|
+
{ name: 'Not Connected', value: 'NotConnected' },
|
|
4059
|
+
{ name: 'Unknown', value: 'Unknown' },
|
|
4060
|
+
],
|
|
4061
|
+
description: 'Filter by LinkedIn connection status related to the owner',
|
|
4062
|
+
},
|
|
4006
4063
|
{
|
|
4007
4064
|
displayName: 'Sort',
|
|
4008
4065
|
name: 'contactSearchSort',
|
|
@@ -4018,6 +4075,7 @@ class CronoPublicApi {
|
|
|
4018
4075
|
options: [
|
|
4019
4076
|
{ name: 'Company Name', value: 'CompanyName' },
|
|
4020
4077
|
{ name: 'Company Name Desc', value: 'CompanyNameDesc' },
|
|
4078
|
+
{ name: 'Contact ID', value: 'ProspectId' },
|
|
4021
4079
|
{ name: 'Created Date', value: 'CreatedDate' },
|
|
4022
4080
|
{ name: 'Created Date Desc', value: 'CreatedDateDesc' },
|
|
4023
4081
|
{ name: 'Last Activity', value: 'LastActivity' },
|
|
@@ -4026,10 +4084,8 @@ class CronoPublicApi {
|
|
|
4026
4084
|
{ name: 'Name Desc', value: 'NameDesc' },
|
|
4027
4085
|
{ name: 'Owner', value: 'Owner' },
|
|
4028
4086
|
{ name: 'Owner Desc', value: 'OwnerDesc' },
|
|
4029
|
-
{ name: '
|
|
4030
|
-
{ name: '
|
|
4031
|
-
{ name: 'Tasks', value: 'Tasks' },
|
|
4032
|
-
{ name: 'Tasks Desc', value: 'TasksDesc' },
|
|
4087
|
+
{ name: 'Score', value: 'Score' },
|
|
4088
|
+
{ name: 'Score Desc', value: 'ScoreDesc' },
|
|
4033
4089
|
],
|
|
4034
4090
|
description: 'Sort order',
|
|
4035
4091
|
},
|
|
@@ -4046,10 +4102,10 @@ class CronoPublicApi {
|
|
|
4046
4102
|
},
|
|
4047
4103
|
},
|
|
4048
4104
|
options: [
|
|
4049
|
-
{ name: 'Accept All', value: '
|
|
4050
|
-
{ name: 'Invalid', value: '
|
|
4051
|
-
{ name: 'Unknown', value: '
|
|
4052
|
-
{ name: 'Valid', value: '
|
|
4105
|
+
{ name: 'Accept All', value: 'AcceptAll' },
|
|
4106
|
+
{ name: 'Invalid', value: 'Invalid' },
|
|
4107
|
+
{ name: 'Unknown', value: 'Unknown' },
|
|
4108
|
+
{ name: 'Valid', value: 'Valid' },
|
|
4053
4109
|
],
|
|
4054
4110
|
description: 'Verification status filters',
|
|
4055
4111
|
},
|
|
@@ -4068,7 +4124,7 @@ class CronoPublicApi {
|
|
|
4068
4124
|
description: 'Deal name',
|
|
4069
4125
|
},
|
|
4070
4126
|
{
|
|
4071
|
-
displayName: '
|
|
4127
|
+
displayName: 'Company ID',
|
|
4072
4128
|
name: 'dealSearchAccountId',
|
|
4073
4129
|
type: 'string',
|
|
4074
4130
|
default: '',
|
|
@@ -4079,7 +4135,7 @@ class CronoPublicApi {
|
|
|
4079
4135
|
useRawJsonSearch: [false],
|
|
4080
4136
|
},
|
|
4081
4137
|
},
|
|
4082
|
-
description: '
|
|
4138
|
+
description: 'Company ID linked to the deal',
|
|
4083
4139
|
},
|
|
4084
4140
|
{
|
|
4085
4141
|
displayName: 'User ID',
|
|
@@ -4329,7 +4385,7 @@ class CronoPublicApi {
|
|
|
4329
4385
|
description: 'Sort order',
|
|
4330
4386
|
},
|
|
4331
4387
|
{
|
|
4332
|
-
displayName: 'Include
|
|
4388
|
+
displayName: 'Include Company',
|
|
4333
4389
|
name: 'dealSearchIncludeAccount',
|
|
4334
4390
|
type: 'boolean',
|
|
4335
4391
|
default: false,
|
|
@@ -4382,7 +4438,7 @@ class CronoPublicApi {
|
|
|
4382
4438
|
description: 'Text to match in note content',
|
|
4383
4439
|
},
|
|
4384
4440
|
{
|
|
4385
|
-
displayName: '
|
|
4441
|
+
displayName: 'Company ID',
|
|
4386
4442
|
name: 'noteSearchAccountId',
|
|
4387
4443
|
type: 'string',
|
|
4388
4444
|
default: '',
|
|
@@ -4393,10 +4449,10 @@ class CronoPublicApi {
|
|
|
4393
4449
|
useRawJsonSearch: [false],
|
|
4394
4450
|
},
|
|
4395
4451
|
},
|
|
4396
|
-
description: '
|
|
4452
|
+
description: 'Company ID linked to the note',
|
|
4397
4453
|
},
|
|
4398
4454
|
{
|
|
4399
|
-
displayName: '
|
|
4455
|
+
displayName: 'Deal ID',
|
|
4400
4456
|
name: 'noteSearchOpportunityId',
|
|
4401
4457
|
type: 'string',
|
|
4402
4458
|
default: '',
|
|
@@ -4407,7 +4463,7 @@ class CronoPublicApi {
|
|
|
4407
4463
|
useRawJsonSearch: [false],
|
|
4408
4464
|
},
|
|
4409
4465
|
},
|
|
4410
|
-
description: '
|
|
4466
|
+
description: 'Deal ID linked to the note',
|
|
4411
4467
|
},
|
|
4412
4468
|
{
|
|
4413
4469
|
displayName: 'User ID',
|
|
@@ -4551,7 +4607,7 @@ class CronoPublicApi {
|
|
|
4551
4607
|
},
|
|
4552
4608
|
},
|
|
4553
4609
|
{
|
|
4554
|
-
displayName: 'Include
|
|
4610
|
+
displayName: 'Include Company',
|
|
4555
4611
|
name: 'noteSearchIncludeAccount',
|
|
4556
4612
|
type: 'boolean',
|
|
4557
4613
|
default: false,
|
|
@@ -4564,7 +4620,7 @@ class CronoPublicApi {
|
|
|
4564
4620
|
},
|
|
4565
4621
|
},
|
|
4566
4622
|
{
|
|
4567
|
-
displayName: 'Include
|
|
4623
|
+
displayName: 'Include Deal',
|
|
4568
4624
|
name: 'noteSearchIncludeOpportunity',
|
|
4569
4625
|
type: 'boolean',
|
|
4570
4626
|
default: false,
|
|
@@ -4577,7 +4633,7 @@ class CronoPublicApi {
|
|
|
4577
4633
|
},
|
|
4578
4634
|
},
|
|
4579
4635
|
{
|
|
4580
|
-
displayName: 'Include
|
|
4636
|
+
displayName: 'Include Contacts',
|
|
4581
4637
|
name: 'noteSearchIncludeProspects',
|
|
4582
4638
|
type: 'boolean',
|
|
4583
4639
|
default: false,
|
|
@@ -4604,7 +4660,7 @@ class CronoPublicApi {
|
|
|
4604
4660
|
description: 'Activity subject',
|
|
4605
4661
|
},
|
|
4606
4662
|
{
|
|
4607
|
-
displayName: '
|
|
4663
|
+
displayName: 'Company ID',
|
|
4608
4664
|
name: 'activitySearchAccountId',
|
|
4609
4665
|
type: 'string',
|
|
4610
4666
|
default: '',
|
|
@@ -4615,10 +4671,10 @@ class CronoPublicApi {
|
|
|
4615
4671
|
useRawJsonSearch: [false],
|
|
4616
4672
|
},
|
|
4617
4673
|
},
|
|
4618
|
-
description: '
|
|
4674
|
+
description: 'Company ID linked to the activity',
|
|
4619
4675
|
},
|
|
4620
4676
|
{
|
|
4621
|
-
displayName: '
|
|
4677
|
+
displayName: 'Contact ID',
|
|
4622
4678
|
name: 'activitySearchProspectId',
|
|
4623
4679
|
type: 'string',
|
|
4624
4680
|
default: '',
|
|
@@ -4629,10 +4685,10 @@ class CronoPublicApi {
|
|
|
4629
4685
|
useRawJsonSearch: [false],
|
|
4630
4686
|
},
|
|
4631
4687
|
},
|
|
4632
|
-
description: '
|
|
4688
|
+
description: 'Contact ID linked to the activity',
|
|
4633
4689
|
},
|
|
4634
4690
|
{
|
|
4635
|
-
displayName: '
|
|
4691
|
+
displayName: 'Deal ID',
|
|
4636
4692
|
name: 'activitySearchOpportunityId',
|
|
4637
4693
|
type: 'string',
|
|
4638
4694
|
default: '',
|
|
@@ -4643,7 +4699,7 @@ class CronoPublicApi {
|
|
|
4643
4699
|
useRawJsonSearch: [false],
|
|
4644
4700
|
},
|
|
4645
4701
|
},
|
|
4646
|
-
description: '
|
|
4702
|
+
description: 'Deal ID linked to the activity',
|
|
4647
4703
|
},
|
|
4648
4704
|
{
|
|
4649
4705
|
displayName: 'User ID',
|
|
@@ -4891,7 +4947,7 @@ class CronoPublicApi {
|
|
|
4891
4947
|
},
|
|
4892
4948
|
},
|
|
4893
4949
|
{
|
|
4894
|
-
displayName: 'Include
|
|
4950
|
+
displayName: 'Include Company',
|
|
4895
4951
|
name: 'activitySearchIncludeAccount',
|
|
4896
4952
|
type: 'boolean',
|
|
4897
4953
|
default: false,
|
|
@@ -4943,7 +4999,7 @@ class CronoPublicApi {
|
|
|
4943
4999
|
},
|
|
4944
5000
|
},
|
|
4945
5001
|
{
|
|
4946
|
-
displayName: 'Include
|
|
5002
|
+
displayName: 'Include Deal',
|
|
4947
5003
|
name: 'activitySearchIncludeOpportunity',
|
|
4948
5004
|
type: 'boolean',
|
|
4949
5005
|
default: false,
|
|
@@ -4969,7 +5025,7 @@ class CronoPublicApi {
|
|
|
4969
5025
|
},
|
|
4970
5026
|
},
|
|
4971
5027
|
{
|
|
4972
|
-
displayName: 'Include
|
|
5028
|
+
displayName: 'Include Contact',
|
|
4973
5029
|
name: 'activitySearchIncludeProspect',
|
|
4974
5030
|
type: 'boolean',
|
|
4975
5031
|
default: false,
|
|
@@ -4996,7 +5052,7 @@ class CronoPublicApi {
|
|
|
4996
5052
|
description: 'List name',
|
|
4997
5053
|
},
|
|
4998
5054
|
{
|
|
4999
|
-
displayName: '
|
|
5055
|
+
displayName: 'Company ID',
|
|
5000
5056
|
name: 'listSearchAccountId',
|
|
5001
5057
|
type: 'string',
|
|
5002
5058
|
default: '',
|
|
@@ -5007,10 +5063,10 @@ class CronoPublicApi {
|
|
|
5007
5063
|
useRawJsonSearch: [false],
|
|
5008
5064
|
},
|
|
5009
5065
|
},
|
|
5010
|
-
description: '
|
|
5066
|
+
description: 'Company ID linked to the list',
|
|
5011
5067
|
},
|
|
5012
5068
|
{
|
|
5013
|
-
displayName: '
|
|
5069
|
+
displayName: 'Contact ID',
|
|
5014
5070
|
name: 'listSearchProspectId',
|
|
5015
5071
|
type: 'string',
|
|
5016
5072
|
default: '',
|
|
@@ -5021,10 +5077,10 @@ class CronoPublicApi {
|
|
|
5021
5077
|
useRawJsonSearch: [false],
|
|
5022
5078
|
},
|
|
5023
5079
|
},
|
|
5024
|
-
description: '
|
|
5080
|
+
description: 'Contact ID linked to the list',
|
|
5025
5081
|
},
|
|
5026
5082
|
{
|
|
5027
|
-
displayName: '
|
|
5083
|
+
displayName: 'Sequence ID',
|
|
5028
5084
|
name: 'listSearchStrategyId',
|
|
5029
5085
|
type: 'number',
|
|
5030
5086
|
default: 0,
|
|
@@ -5035,7 +5091,7 @@ class CronoPublicApi {
|
|
|
5035
5091
|
useRawJsonSearch: [false],
|
|
5036
5092
|
},
|
|
5037
5093
|
},
|
|
5038
|
-
description: '
|
|
5094
|
+
description: 'Sequence ID linked to the list',
|
|
5039
5095
|
},
|
|
5040
5096
|
{
|
|
5041
5097
|
displayName: 'Template ID',
|
|
@@ -5055,7 +5111,7 @@ class CronoPublicApi {
|
|
|
5055
5111
|
displayName: 'Type',
|
|
5056
5112
|
name: 'listSearchType',
|
|
5057
5113
|
type: 'options',
|
|
5058
|
-
default: '
|
|
5114
|
+
default: '',
|
|
5059
5115
|
displayOptions: {
|
|
5060
5116
|
show: {
|
|
5061
5117
|
resource: ['list'],
|
|
@@ -5064,11 +5120,13 @@ class CronoPublicApi {
|
|
|
5064
5120
|
},
|
|
5065
5121
|
},
|
|
5066
5122
|
options: [
|
|
5067
|
-
{ name: '
|
|
5123
|
+
{ name: 'All', value: '' },
|
|
5124
|
+
{ name: 'Company', value: 'Account' },
|
|
5125
|
+
{ name: 'Contact', value: 'Prospect' },
|
|
5068
5126
|
{ name: 'Lead', value: 'Lead' },
|
|
5069
|
-
{ name: '
|
|
5070
|
-
{ name: 'Strategy', value: 'Strategy' },
|
|
5127
|
+
{ name: 'Sequence', value: 'Strategy' },
|
|
5071
5128
|
{ name: 'Template', value: 'Template' },
|
|
5129
|
+
{ name: 'User', value: 'User' },
|
|
5072
5130
|
],
|
|
5073
5131
|
description: 'List table type',
|
|
5074
5132
|
},
|
|
@@ -5132,40 +5190,40 @@ class CronoPublicApi {
|
|
|
5132
5190
|
default: '',
|
|
5133
5191
|
displayOptions: {
|
|
5134
5192
|
show: {
|
|
5135
|
-
resource: ['
|
|
5193
|
+
resource: ['sequence'],
|
|
5136
5194
|
operation: ['search'],
|
|
5137
5195
|
useRawJsonSearch: [false],
|
|
5138
5196
|
},
|
|
5139
5197
|
},
|
|
5140
|
-
description: '
|
|
5198
|
+
description: 'Sequence name',
|
|
5141
5199
|
},
|
|
5142
5200
|
{
|
|
5143
|
-
displayName: '
|
|
5201
|
+
displayName: 'Company ID',
|
|
5144
5202
|
name: 'strategySearchAccountId',
|
|
5145
5203
|
type: 'string',
|
|
5146
5204
|
default: '',
|
|
5147
5205
|
displayOptions: {
|
|
5148
5206
|
show: {
|
|
5149
|
-
resource: ['
|
|
5207
|
+
resource: ['sequence'],
|
|
5150
5208
|
operation: ['search'],
|
|
5151
5209
|
useRawJsonSearch: [false],
|
|
5152
5210
|
},
|
|
5153
5211
|
},
|
|
5154
|
-
description: '
|
|
5212
|
+
description: 'Company ID linked to the sequence',
|
|
5155
5213
|
},
|
|
5156
5214
|
{
|
|
5157
|
-
displayName: '
|
|
5215
|
+
displayName: 'Contact ID',
|
|
5158
5216
|
name: 'strategySearchProspectId',
|
|
5159
5217
|
type: 'string',
|
|
5160
5218
|
default: '',
|
|
5161
5219
|
displayOptions: {
|
|
5162
5220
|
show: {
|
|
5163
|
-
resource: ['
|
|
5221
|
+
resource: ['sequence'],
|
|
5164
5222
|
operation: ['search'],
|
|
5165
5223
|
useRawJsonSearch: [false],
|
|
5166
5224
|
},
|
|
5167
5225
|
},
|
|
5168
|
-
description: '
|
|
5226
|
+
description: 'Contact ID linked to the sequence',
|
|
5169
5227
|
},
|
|
5170
5228
|
{
|
|
5171
5229
|
displayName: 'User ID',
|
|
@@ -5174,7 +5232,7 @@ class CronoPublicApi {
|
|
|
5174
5232
|
default: '',
|
|
5175
5233
|
displayOptions: {
|
|
5176
5234
|
show: {
|
|
5177
|
-
resource: ['
|
|
5235
|
+
resource: ['sequence'],
|
|
5178
5236
|
operation: ['search'],
|
|
5179
5237
|
useRawJsonSearch: [false],
|
|
5180
5238
|
},
|
|
@@ -5188,12 +5246,12 @@ class CronoPublicApi {
|
|
|
5188
5246
|
default: '',
|
|
5189
5247
|
displayOptions: {
|
|
5190
5248
|
show: {
|
|
5191
|
-
resource: ['
|
|
5249
|
+
resource: ['sequence'],
|
|
5192
5250
|
operation: ['search'],
|
|
5193
5251
|
useRawJsonSearch: [false],
|
|
5194
5252
|
},
|
|
5195
5253
|
},
|
|
5196
|
-
description: 'Comma-separated list of
|
|
5254
|
+
description: 'Comma-separated list of sequence IDs',
|
|
5197
5255
|
},
|
|
5198
5256
|
{
|
|
5199
5257
|
displayName: 'Limit',
|
|
@@ -5205,7 +5263,7 @@ class CronoPublicApi {
|
|
|
5205
5263
|
default: 50,
|
|
5206
5264
|
displayOptions: {
|
|
5207
5265
|
show: {
|
|
5208
|
-
resource: ['
|
|
5266
|
+
resource: ['sequence'],
|
|
5209
5267
|
operation: ['search'],
|
|
5210
5268
|
useRawJsonSearch: [false],
|
|
5211
5269
|
},
|
|
@@ -5219,7 +5277,7 @@ class CronoPublicApi {
|
|
|
5219
5277
|
default: 0,
|
|
5220
5278
|
displayOptions: {
|
|
5221
5279
|
show: {
|
|
5222
|
-
resource: ['
|
|
5280
|
+
resource: ['sequence'],
|
|
5223
5281
|
operation: ['search'],
|
|
5224
5282
|
useRawJsonSearch: [false],
|
|
5225
5283
|
},
|
|
@@ -5233,7 +5291,7 @@ class CronoPublicApi {
|
|
|
5233
5291
|
default: 'Created',
|
|
5234
5292
|
displayOptions: {
|
|
5235
5293
|
show: {
|
|
5236
|
-
resource: ['
|
|
5294
|
+
resource: ['sequence'],
|
|
5237
5295
|
operation: ['search'],
|
|
5238
5296
|
useRawJsonSearch: [false],
|
|
5239
5297
|
},
|
|
@@ -5251,18 +5309,18 @@ class CronoPublicApi {
|
|
|
5251
5309
|
description: 'Sort order',
|
|
5252
5310
|
},
|
|
5253
5311
|
{
|
|
5254
|
-
displayName: '
|
|
5312
|
+
displayName: 'Sequence Tags (JSON)',
|
|
5255
5313
|
name: 'strategySearchTags',
|
|
5256
5314
|
type: 'json',
|
|
5257
5315
|
default: {},
|
|
5258
5316
|
displayOptions: {
|
|
5259
5317
|
show: {
|
|
5260
|
-
resource: ['
|
|
5318
|
+
resource: ['sequence'],
|
|
5261
5319
|
operation: ['search'],
|
|
5262
5320
|
useRawJsonSearch: [false],
|
|
5263
5321
|
},
|
|
5264
5322
|
},
|
|
5265
|
-
description: 'Array of
|
|
5323
|
+
description: 'Array of sequence tags',
|
|
5266
5324
|
},
|
|
5267
5325
|
{
|
|
5268
5326
|
displayName: 'Include Active Sequence Instances',
|
|
@@ -5271,7 +5329,7 @@ class CronoPublicApi {
|
|
|
5271
5329
|
default: false,
|
|
5272
5330
|
displayOptions: {
|
|
5273
5331
|
show: {
|
|
5274
|
-
resource: ['
|
|
5332
|
+
resource: ['sequence'],
|
|
5275
5333
|
operation: ['search'],
|
|
5276
5334
|
useRawJsonSearch: [false],
|
|
5277
5335
|
},
|
|
@@ -5284,7 +5342,7 @@ class CronoPublicApi {
|
|
|
5284
5342
|
default: false,
|
|
5285
5343
|
displayOptions: {
|
|
5286
5344
|
show: {
|
|
5287
|
-
resource: ['
|
|
5345
|
+
resource: ['sequence'],
|
|
5288
5346
|
operation: ['search'],
|
|
5289
5347
|
useRawJsonSearch: [false],
|
|
5290
5348
|
},
|
|
@@ -5297,7 +5355,7 @@ class CronoPublicApi {
|
|
|
5297
5355
|
default: false,
|
|
5298
5356
|
displayOptions: {
|
|
5299
5357
|
show: {
|
|
5300
|
-
resource: ['
|
|
5358
|
+
resource: ['sequence'],
|
|
5301
5359
|
operation: ['search'],
|
|
5302
5360
|
useRawJsonSearch: [false],
|
|
5303
5361
|
},
|
|
@@ -5310,26 +5368,26 @@ class CronoPublicApi {
|
|
|
5310
5368
|
default: false,
|
|
5311
5369
|
displayOptions: {
|
|
5312
5370
|
show: {
|
|
5313
|
-
resource: ['
|
|
5371
|
+
resource: ['sequence'],
|
|
5314
5372
|
operation: ['search'],
|
|
5315
5373
|
useRawJsonSearch: [false],
|
|
5316
5374
|
},
|
|
5317
5375
|
},
|
|
5318
5376
|
},
|
|
5319
5377
|
{
|
|
5320
|
-
displayName: '
|
|
5378
|
+
displayName: 'Sequence ID',
|
|
5321
5379
|
name: 'strategyDetailsStrategyId',
|
|
5322
5380
|
type: 'number',
|
|
5323
5381
|
default: 0,
|
|
5324
5382
|
required: true,
|
|
5325
5383
|
displayOptions: {
|
|
5326
5384
|
show: {
|
|
5327
|
-
resource: ['
|
|
5385
|
+
resource: ['sequence'],
|
|
5328
5386
|
operation: ['searchDetails'],
|
|
5329
5387
|
useRawJsonSearch: [false],
|
|
5330
5388
|
},
|
|
5331
5389
|
},
|
|
5332
|
-
description: '
|
|
5390
|
+
description: 'Sequence ID to retrieve details for',
|
|
5333
5391
|
},
|
|
5334
5392
|
{
|
|
5335
5393
|
displayName: 'Text',
|
|
@@ -5338,12 +5396,12 @@ class CronoPublicApi {
|
|
|
5338
5396
|
default: '',
|
|
5339
5397
|
displayOptions: {
|
|
5340
5398
|
show: {
|
|
5341
|
-
resource: ['
|
|
5399
|
+
resource: ['sequence'],
|
|
5342
5400
|
operation: ['searchDetails'],
|
|
5343
5401
|
useRawJsonSearch: [false],
|
|
5344
5402
|
},
|
|
5345
5403
|
},
|
|
5346
|
-
description: 'Free-text filter for
|
|
5404
|
+
description: 'Free-text filter for sequence details',
|
|
5347
5405
|
},
|
|
5348
5406
|
{
|
|
5349
5407
|
displayName: 'Limit',
|
|
@@ -5355,7 +5413,7 @@ class CronoPublicApi {
|
|
|
5355
5413
|
default: 50,
|
|
5356
5414
|
displayOptions: {
|
|
5357
5415
|
show: {
|
|
5358
|
-
resource: ['
|
|
5416
|
+
resource: ['sequence'],
|
|
5359
5417
|
operation: ['searchDetails'],
|
|
5360
5418
|
useRawJsonSearch: [false],
|
|
5361
5419
|
},
|
|
@@ -5369,7 +5427,7 @@ class CronoPublicApi {
|
|
|
5369
5427
|
default: 0,
|
|
5370
5428
|
displayOptions: {
|
|
5371
5429
|
show: {
|
|
5372
|
-
resource: ['
|
|
5430
|
+
resource: ['sequence'],
|
|
5373
5431
|
operation: ['searchDetails'],
|
|
5374
5432
|
useRawJsonSearch: [false],
|
|
5375
5433
|
},
|
|
@@ -5383,7 +5441,7 @@ class CronoPublicApi {
|
|
|
5383
5441
|
default: 'ContactsAsc',
|
|
5384
5442
|
displayOptions: {
|
|
5385
5443
|
show: {
|
|
5386
|
-
resource: ['
|
|
5444
|
+
resource: ['sequence'],
|
|
5387
5445
|
operation: ['searchDetails'],
|
|
5388
5446
|
useRawJsonSearch: [false],
|
|
5389
5447
|
},
|
|
@@ -5397,6 +5455,8 @@ class CronoPublicApi {
|
|
|
5397
5455
|
{ name: 'Last Interaction Desc', value: 'LastInteractionDesc' },
|
|
5398
5456
|
{ name: 'Progress Asc', value: 'ProgressAsc' },
|
|
5399
5457
|
{ name: 'Progress Desc', value: 'ProgressDesc' },
|
|
5458
|
+
{ name: 'Score Asc', value: 'ScoreAsc' },
|
|
5459
|
+
{ name: 'Score Desc', value: 'ScoreDesc' },
|
|
5400
5460
|
],
|
|
5401
5461
|
description: 'Sort order',
|
|
5402
5462
|
},
|
|
@@ -5404,10 +5464,10 @@ class CronoPublicApi {
|
|
|
5404
5464
|
displayName: 'Status',
|
|
5405
5465
|
name: 'strategyDetailsStatus',
|
|
5406
5466
|
type: 'options',
|
|
5407
|
-
default: '
|
|
5467
|
+
default: '',
|
|
5408
5468
|
displayOptions: {
|
|
5409
5469
|
show: {
|
|
5410
|
-
resource: ['
|
|
5470
|
+
resource: ['sequence'],
|
|
5411
5471
|
operation: ['searchDetails'],
|
|
5412
5472
|
useRawJsonSearch: [false],
|
|
5413
5473
|
},
|
|
@@ -5415,6 +5475,7 @@ class CronoPublicApi {
|
|
|
5415
5475
|
options: [
|
|
5416
5476
|
{ name: 'Active', value: 'Active' },
|
|
5417
5477
|
{ name: 'Answered', value: 'Answered' },
|
|
5478
|
+
{ name: 'Any', value: '' },
|
|
5418
5479
|
{ name: 'Completed', value: 'Completed' },
|
|
5419
5480
|
{ name: 'Converted', value: 'Converted' },
|
|
5420
5481
|
{ name: 'Dead', value: 'Dead' },
|
|
@@ -5430,7 +5491,7 @@ class CronoPublicApi {
|
|
|
5430
5491
|
default: [],
|
|
5431
5492
|
displayOptions: {
|
|
5432
5493
|
show: {
|
|
5433
|
-
resource: ['
|
|
5494
|
+
resource: ['sequence'],
|
|
5434
5495
|
operation: ['searchDetails'],
|
|
5435
5496
|
useRawJsonSearch: [false],
|
|
5436
5497
|
},
|
|
@@ -5455,20 +5516,20 @@ class CronoPublicApi {
|
|
|
5455
5516
|
default: false,
|
|
5456
5517
|
displayOptions: {
|
|
5457
5518
|
show: {
|
|
5458
|
-
resource: ['
|
|
5519
|
+
resource: ['sequence'],
|
|
5459
5520
|
operation: ['searchDetails'],
|
|
5460
5521
|
useRawJsonSearch: [false],
|
|
5461
5522
|
},
|
|
5462
5523
|
},
|
|
5463
5524
|
},
|
|
5464
5525
|
{
|
|
5465
|
-
displayName: 'Only My
|
|
5526
|
+
displayName: 'Only My Contacts',
|
|
5466
5527
|
name: 'strategyDetailsOnlyMyProspects',
|
|
5467
5528
|
type: 'boolean',
|
|
5468
5529
|
default: false,
|
|
5469
5530
|
displayOptions: {
|
|
5470
5531
|
show: {
|
|
5471
|
-
resource: ['
|
|
5532
|
+
resource: ['sequence'],
|
|
5472
5533
|
operation: ['searchDetails'],
|
|
5473
5534
|
useRawJsonSearch: [false],
|
|
5474
5535
|
},
|
|
@@ -5478,7 +5539,7 @@ class CronoPublicApi {
|
|
|
5478
5539
|
displayName: 'Table Type',
|
|
5479
5540
|
name: 'externalPropertySearchTableType',
|
|
5480
5541
|
type: 'options',
|
|
5481
|
-
default: '
|
|
5542
|
+
default: '',
|
|
5482
5543
|
displayOptions: {
|
|
5483
5544
|
show: {
|
|
5484
5545
|
resource: ['externalProperty'],
|
|
@@ -5487,10 +5548,11 @@ class CronoPublicApi {
|
|
|
5487
5548
|
},
|
|
5488
5549
|
},
|
|
5489
5550
|
options: [
|
|
5490
|
-
{ name: '
|
|
5551
|
+
{ name: 'All', value: '' },
|
|
5552
|
+
{ name: 'Company', value: 'Account' },
|
|
5553
|
+
{ name: 'Contact', value: 'Prospect' },
|
|
5554
|
+
{ name: 'Deal', value: 'Opportunity' },
|
|
5491
5555
|
{ name: 'Lead', value: 'Lead' },
|
|
5492
|
-
{ name: 'Opportunity', value: 'Opportunity' },
|
|
5493
|
-
{ name: 'Prospect', value: 'Prospect' },
|
|
5494
5556
|
],
|
|
5495
5557
|
description: 'External properties table type',
|
|
5496
5558
|
},
|
|
@@ -5686,11 +5748,12 @@ class CronoPublicApi {
|
|
|
5686
5748
|
},
|
|
5687
5749
|
},
|
|
5688
5750
|
options: [
|
|
5689
|
-
{ name: '
|
|
5751
|
+
{ name: 'Company', value: 'Account' },
|
|
5752
|
+
{ name: 'Contact', value: 'Prospect' },
|
|
5690
5753
|
{ name: 'Lead', value: 'Lead' },
|
|
5691
|
-
{ name: '
|
|
5692
|
-
{ name: 'Strategy', value: 'Strategy' },
|
|
5754
|
+
{ name: 'Sequence', value: 'Strategy' },
|
|
5693
5755
|
{ name: 'Template', value: 'Template' },
|
|
5756
|
+
{ name: 'User', value: 'User' },
|
|
5694
5757
|
],
|
|
5695
5758
|
description: 'List table type',
|
|
5696
5759
|
},
|
|
@@ -5734,7 +5797,7 @@ class CronoPublicApi {
|
|
|
5734
5797
|
useRawJsonData: [false],
|
|
5735
5798
|
},
|
|
5736
5799
|
},
|
|
5737
|
-
description: 'Comma-separated object IDs for
|
|
5800
|
+
description: 'Comma-separated object IDs for Company/Contact lists',
|
|
5738
5801
|
},
|
|
5739
5802
|
{
|
|
5740
5803
|
displayName: 'IDs',
|
|
@@ -5748,7 +5811,7 @@ class CronoPublicApi {
|
|
|
5748
5811
|
useRawJsonData: [false],
|
|
5749
5812
|
},
|
|
5750
5813
|
},
|
|
5751
|
-
description: 'Comma-separated numeric IDs for Template/
|
|
5814
|
+
description: 'Comma-separated numeric IDs for Template/Sequence lists',
|
|
5752
5815
|
},
|
|
5753
5816
|
{
|
|
5754
5817
|
displayName: 'List ID',
|
|
@@ -5873,48 +5936,48 @@ class CronoPublicApi {
|
|
|
5873
5936
|
description: 'Comma-separated numeric IDs',
|
|
5874
5937
|
},
|
|
5875
5938
|
{
|
|
5876
|
-
displayName: '
|
|
5939
|
+
displayName: 'Sequence ID',
|
|
5877
5940
|
name: 'strategyAddContactsStrategyId',
|
|
5878
5941
|
type: 'number',
|
|
5879
5942
|
default: 0,
|
|
5880
5943
|
required: true,
|
|
5881
5944
|
displayOptions: {
|
|
5882
5945
|
show: {
|
|
5883
|
-
resource: ['
|
|
5946
|
+
resource: ['sequence'],
|
|
5884
5947
|
operation: ['addContacts'],
|
|
5885
5948
|
useRawJsonData: [false],
|
|
5886
5949
|
},
|
|
5887
5950
|
},
|
|
5888
|
-
description: '
|
|
5951
|
+
description: 'Sequence ID to enroll contacts into',
|
|
5889
5952
|
},
|
|
5890
5953
|
{
|
|
5891
|
-
displayName: '
|
|
5954
|
+
displayName: 'Contact IDs',
|
|
5892
5955
|
name: 'strategyAddContactsProspectIds',
|
|
5893
5956
|
type: 'string',
|
|
5894
5957
|
default: '',
|
|
5895
5958
|
displayOptions: {
|
|
5896
5959
|
show: {
|
|
5897
|
-
resource: ['
|
|
5960
|
+
resource: ['sequence'],
|
|
5898
5961
|
operation: ['addContacts'],
|
|
5899
5962
|
useRawJsonData: [false],
|
|
5900
5963
|
},
|
|
5901
5964
|
},
|
|
5902
|
-
description: 'Comma-separated
|
|
5965
|
+
description: 'Comma-separated contact object IDs',
|
|
5903
5966
|
},
|
|
5904
5967
|
{
|
|
5905
|
-
displayName: '
|
|
5968
|
+
displayName: 'Contact ID',
|
|
5906
5969
|
name: 'strategyStopContactProspectId',
|
|
5907
5970
|
type: 'string',
|
|
5908
5971
|
default: '',
|
|
5909
5972
|
required: true,
|
|
5910
5973
|
displayOptions: {
|
|
5911
5974
|
show: {
|
|
5912
|
-
resource: ['
|
|
5975
|
+
resource: ['sequence'],
|
|
5913
5976
|
operation: ['stopContactSequence'],
|
|
5914
5977
|
useRawJsonData: [false],
|
|
5915
5978
|
},
|
|
5916
5979
|
},
|
|
5917
|
-
description: '
|
|
5980
|
+
description: 'Contact object ID whose sequence must be stopped',
|
|
5918
5981
|
},
|
|
5919
5982
|
{
|
|
5920
5983
|
displayName: 'Title',
|
|
@@ -6094,11 +6157,11 @@ class CronoPublicApi {
|
|
|
6094
6157
|
},
|
|
6095
6158
|
},
|
|
6096
6159
|
options: [
|
|
6097
|
-
{ name: 'Account', value: 'Account' },
|
|
6098
6160
|
{ name: 'All', value: '' },
|
|
6161
|
+
{ name: 'Company', value: 'Account' },
|
|
6162
|
+
{ name: 'Contact', value: 'Prospect' },
|
|
6163
|
+
{ name: 'Deal', value: 'Opportunity' },
|
|
6099
6164
|
{ name: 'Lead', value: 'Lead' },
|
|
6100
|
-
{ name: 'Opportunity', value: 'Opportunity' },
|
|
6101
|
-
{ name: 'Prospect', value: 'Prospect' },
|
|
6102
6165
|
],
|
|
6103
6166
|
description: 'Filter imports by table type',
|
|
6104
6167
|
},
|
|
@@ -6145,7 +6208,7 @@ class CronoPublicApi {
|
|
|
6145
6208
|
if (operation === 'getAll') {
|
|
6146
6209
|
const limit = this.getNodeParameter('limit', itemIndex, 50);
|
|
6147
6210
|
const offset = this.getNodeParameter('offset', itemIndex, 0);
|
|
6148
|
-
qs = { limit, offset };
|
|
6211
|
+
qs = { Limit: limit, Offset: offset };
|
|
6149
6212
|
}
|
|
6150
6213
|
switch (resource) {
|
|
6151
6214
|
case 'company': {
|
|
@@ -6305,6 +6368,7 @@ class CronoPublicApi {
|
|
|
6305
6368
|
? getJsonParameter(this, 'data', itemIndex)
|
|
6306
6369
|
: {};
|
|
6307
6370
|
if (!useRawJsonData) {
|
|
6371
|
+
addIfNotEmpty(data, 'AccountId', this.getNodeParameter('companyUpdateAccountId', itemIndex, ''));
|
|
6308
6372
|
addIfNotEmpty(data, 'Name', this.getNodeParameter('companyUpdateName', itemIndex, ''));
|
|
6309
6373
|
const numberOfEmployees = this.getNodeParameter('companyUpdateNumberOfEmployees', itemIndex, 0);
|
|
6310
6374
|
if (numberOfEmployees) {
|
|
@@ -6506,6 +6570,7 @@ class CronoPublicApi {
|
|
|
6506
6570
|
if (this.getNodeParameter('contactSearchOptedOut', itemIndex, false)) {
|
|
6507
6571
|
searchBody.OptedOut = true;
|
|
6508
6572
|
}
|
|
6573
|
+
addIfNotEmpty(searchBody, 'LinkedinStatus', this.getNodeParameter('contactSearchLinkedinStatus', itemIndex, ''));
|
|
6509
6574
|
const pagination = {};
|
|
6510
6575
|
addIfNotEmpty(pagination, 'Limit', this.getNodeParameter('contactSearchLimit', itemIndex, 50));
|
|
6511
6576
|
addIfNotEmpty(pagination, 'Offset', this.getNodeParameter('contactSearchOffset', itemIndex, 0));
|
|
@@ -6580,6 +6645,7 @@ class CronoPublicApi {
|
|
|
6580
6645
|
? getJsonParameter(this, 'data', itemIndex)
|
|
6581
6646
|
: {};
|
|
6582
6647
|
if (!useRawJsonData) {
|
|
6648
|
+
addIfNotEmpty(data, 'ProspectId', this.getNodeParameter('contactUpdateProspectId', itemIndex, ''));
|
|
6583
6649
|
addIfNotEmpty(data, 'FirstName', this.getNodeParameter('contactUpdateFirstName', itemIndex, ''));
|
|
6584
6650
|
addIfNotEmpty(data, 'LastName', this.getNodeParameter('contactUpdateLastName', itemIndex, ''));
|
|
6585
6651
|
addIfNotEmpty(data, 'Phone', this.getNodeParameter('contactUpdatePhone', itemIndex, ''));
|
|
@@ -7125,7 +7191,7 @@ class CronoPublicApi {
|
|
|
7125
7191
|
if (Object.keys(pagination).length) {
|
|
7126
7192
|
searchBody.Pagination = pagination;
|
|
7127
7193
|
}
|
|
7128
|
-
addIfNotEmpty(searchBody, 'Type', this.getNodeParameter('listSearchType', itemIndex, '
|
|
7194
|
+
addIfNotEmpty(searchBody, 'Type', this.getNodeParameter('listSearchType', itemIndex, ''));
|
|
7129
7195
|
addIfNotEmpty(searchBody, 'SortType', this.getNodeParameter('listSearchSortType', itemIndex, ''));
|
|
7130
7196
|
Object.assign(searchBody, getAdditionalFields(this, 'searchAdditionalFields', itemIndex));
|
|
7131
7197
|
body = searchBody;
|
|
@@ -7174,7 +7240,7 @@ class CronoPublicApi {
|
|
|
7174
7240
|
}
|
|
7175
7241
|
const sharedUsersIds = parseCsv(this.getNodeParameter('listUpdateSharedUsersIds', itemIndex, ''));
|
|
7176
7242
|
if (sharedUsersIds.length) {
|
|
7177
|
-
data.SharedUsersIds = sharedUsersIds
|
|
7243
|
+
data.SharedUsersIds = sharedUsersIds;
|
|
7178
7244
|
}
|
|
7179
7245
|
Object.assign(data, getAdditionalFields(this, 'dataAdditionalFields', itemIndex));
|
|
7180
7246
|
}
|
|
@@ -7206,7 +7272,7 @@ class CronoPublicApi {
|
|
|
7206
7272
|
endpoint = `${basePath}/Pipelines`;
|
|
7207
7273
|
break;
|
|
7208
7274
|
}
|
|
7209
|
-
case '
|
|
7275
|
+
case 'sequence': {
|
|
7210
7276
|
endpoint = `${basePath}/Strategies`;
|
|
7211
7277
|
if (operation === 'addContacts') {
|
|
7212
7278
|
method = 'POST';
|
|
@@ -7279,7 +7345,7 @@ class CronoPublicApi {
|
|
|
7279
7345
|
addIfNotEmpty(searchBody, 'UserId', this.getNodeParameter('strategySearchUserId', itemIndex, ''));
|
|
7280
7346
|
const ids = parseCsv(this.getNodeParameter('strategySearchIds', itemIndex, ''));
|
|
7281
7347
|
if (ids.length) {
|
|
7282
|
-
searchBody.Ids = ids;
|
|
7348
|
+
searchBody.Ids = ids.map((id) => parseInt(id, 10));
|
|
7283
7349
|
}
|
|
7284
7350
|
const pagination = {};
|
|
7285
7351
|
addIfNotEmpty(pagination, 'Limit', this.getNodeParameter('strategySearchLimit', itemIndex, 50));
|