@n8n-as-code/skills 1.7.0-next.8 → 1.7.1-next.10

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "generatedAt": "2026-04-03T15:48:32.304Z",
3
- "n8nVersion": "n8n@2.14.2",
2
+ "generatedAt": "2026-04-07T13:09:04.358Z",
3
+ "n8nVersion": "n8n@2.15.0",
4
4
  "sourceData": {
5
5
  "nodesIndexFile": "packages/skills/src/assets/n8n-nodes-index.json",
6
6
  "docsMetadataFile": "packages/skills/src/assets/n8n-docs-cache/metadata.json",
@@ -132927,7 +132927,7 @@
132927
132927
  "name": "startDate",
132928
132928
  "type": "dateTime",
132929
132929
  "required": true,
132930
- "default": "2026-03-26T00:00:00.000+00:00",
132930
+ "default": "2026-03-30T00:00:00.000+00:00",
132931
132931
  "displayOptions": {
132932
132932
  "show": {
132933
132933
  "resource": [
@@ -132950,7 +132950,7 @@
132950
132950
  "name": "endDate",
132951
132951
  "type": "dateTime",
132952
132952
  "required": true,
132953
- "default": "2026-04-02T00:00:00.000+00:00",
132953
+ "default": "2026-04-06T00:00:00.000+00:00",
132954
132954
  "displayOptions": {
132955
132955
  "show": {
132956
132956
  "resource": [
@@ -134297,7 +134297,7 @@
134297
134297
  "name": "startDate",
134298
134298
  "type": "dateTime",
134299
134299
  "required": true,
134300
- "default": "2026-03-26T00:00:00.000+00:00",
134300
+ "default": "2026-03-30T00:00:00.000+00:00",
134301
134301
  "displayOptions": {
134302
134302
  "show": {
134303
134303
  "resource": [
@@ -134320,7 +134320,7 @@
134320
134320
  "name": "endDate",
134321
134321
  "type": "dateTime",
134322
134322
  "required": true,
134323
- "default": "2026-04-02T00:00:00.000+00:00",
134323
+ "default": "2026-04-06T00:00:00.000+00:00",
134324
134324
  "displayOptions": {
134325
134325
  "show": {
134326
134326
  "resource": [
@@ -240945,7 +240945,7 @@
240945
240945
  "displayName": "Start",
240946
240946
  "name": "startDateTime",
240947
240947
  "type": "dateTime",
240948
- "default": "2026-04-03T15:48:26.805+00:00",
240948
+ "default": "2026-04-07T13:08:58.769+00:00",
240949
240949
  "required": true,
240950
240950
  "displayOptions": {
240951
240951
  "show": {
@@ -240963,7 +240963,7 @@
240963
240963
  "name": "endDateTime",
240964
240964
  "type": "dateTime",
240965
240965
  "required": true,
240966
- "default": "2026-04-03T16:18:26.805+00:00",
240966
+ "default": "2026-04-07T13:38:58.769+00:00",
240967
240967
  "displayOptions": {
240968
240968
  "show": {
240969
240969
  "resource": [
@@ -252078,9 +252078,35 @@
252078
252078
  }
252079
252079
  },
252080
252080
  "default": "",
252081
- "placeholder": "SELECT id, name FROM product WHERE id < 40",
252081
+ "placeholder": "SELECT id, name FROM product WHERE quantity > $1 AND price <= $2",
252082
252082
  "required": true,
252083
- "description": "The SQL query to execute"
252083
+ "description": "The SQL query to execute. You can use n8n expressions and $1, $2, $3, etc to refer to the 'Query Parameters' set in options below.",
252084
+ "hint": "Consider using query parameters to prevent SQL injection attacks. Add them in the options below"
252085
+ },
252086
+ {
252087
+ "displayName": "Options",
252088
+ "name": "options",
252089
+ "type": "collection",
252090
+ "placeholder": "Add option",
252091
+ "default": {},
252092
+ "displayOptions": {
252093
+ "show": {
252094
+ "operation": [
252095
+ "executeQuery"
252096
+ ]
252097
+ }
252098
+ },
252099
+ "options": [
252100
+ {
252101
+ "displayName": "Query Parameters",
252102
+ "name": "queryReplacement",
252103
+ "type": "string",
252104
+ "default": "",
252105
+ "placeholder": "e.g. value1,value2,value3",
252106
+ "description": "Comma-separated list of values to use as query parameters. Reference them in the query as $1, $2, $3, etc. You can drag values from the input panel on the left.",
252107
+ "hint": "Comma-separated list of values: reference them in your query as $1, $2, $3…"
252108
+ }
252109
+ ]
252084
252110
  },
252085
252111
  {
252086
252112
  "displayName": "Table",
@@ -379471,6 +379497,8 @@
379471
379497
  "create",
379472
379498
  "edit",
379473
379499
  "change",
379500
+ "custom",
379501
+ "colors",
379474
379502
  "positioning",
379475
379503
  "writing",
379476
379504
  "markdown",
@@ -379486,7 +379514,7 @@
379486
379514
  ],
379487
379515
  "operations": [],
379488
379516
  "useCases": [],
379489
- "keywordScore": 36,
379517
+ "keywordScore": 38,
379490
379518
  "hasDocumentation": true,
379491
379519
  "markdownUrl": null,
379492
379520
  "markdownFile": null
@@ -451570,6 +451598,23 @@
451570
451598
  "usableAsTool": true,
451571
451599
  "schema": {
451572
451600
  "properties": [
451601
+ {
451602
+ "displayName": "Authentication",
451603
+ "name": "authType",
451604
+ "type": "options",
451605
+ "options": [
451606
+ {
451607
+ "name": "Basic Auth",
451608
+ "value": "basicAuth"
451609
+ },
451610
+ {
451611
+ "name": "OAuth2 (WordPress.com)",
451612
+ "value": "oAuth2"
451613
+ }
451614
+ ],
451615
+ "default": "basicAuth",
451616
+ "description": "The authentication method to use"
451617
+ },
451573
451618
  {
451574
451619
  "displayName": "Resource",
451575
451620
  "name": "resource",
@@ -453985,6 +454030,8 @@
453985
454030
  "wordpress",
453986
454031
  "consume",
453987
454032
  "output",
454033
+ "basicauth",
454034
+ "oauth2",
453988
454035
  "post",
453989
454036
  "posts",
453990
454037
  "page",
@@ -454022,7 +454069,7 @@
454022
454069
  ],
454023
454070
  "operations": [],
454024
454071
  "useCases": [],
454025
- "keywordScore": 37,
454072
+ "keywordScore": 39,
454026
454073
  "hasDocumentation": true,
454027
454074
  "markdownUrl": null,
454028
454075
  "markdownFile": null
@@ -457226,6 +457273,12 @@
457226
457273
  "value": "getAll",
457227
457274
  "description": "Retrieve many tickets",
457228
457275
  "action": "Get many tickets"
457276
+ },
457277
+ {
457278
+ "name": "Update",
457279
+ "value": "update",
457280
+ "description": "Update a ticket",
457281
+ "action": "Update a ticket"
457229
457282
  }
457230
457283
  ],
457231
457284
  "default": "create"
@@ -457328,6 +457381,24 @@
457328
457381
  }
457329
457382
  }
457330
457383
  },
457384
+ {
457385
+ "displayName": "Ticket ID",
457386
+ "name": "id",
457387
+ "type": "string",
457388
+ "default": "",
457389
+ "description": "Ticket to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
457390
+ "required": true,
457391
+ "displayOptions": {
457392
+ "show": {
457393
+ "resource": [
457394
+ "ticket"
457395
+ ],
457396
+ "operation": [
457397
+ "update"
457398
+ ]
457399
+ }
457400
+ }
457401
+ },
457331
457402
  {
457332
457403
  "displayName": "Article",
457333
457404
  "name": "article",
@@ -457475,14 +457546,142 @@
457475
457546
  "displayName": "Custom Field",
457476
457547
  "values": [
457477
457548
  {
457478
- "displayName": "Field Name or ID",
457549
+ "displayName": "Field Name",
457479
457550
  "name": "name",
457480
457551
  "type": "options",
457481
457552
  "typeOptions": {
457482
457553
  "loadOptionsMethod": "loadTicketCustomFields"
457483
457554
  },
457484
457555
  "default": "",
457485
- "description": "Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457556
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457557
+ },
457558
+ {
457559
+ "displayName": "Value",
457560
+ "name": "value",
457561
+ "type": "string",
457562
+ "default": "",
457563
+ "description": "Value to set on the custom field"
457564
+ }
457565
+ ]
457566
+ }
457567
+ ]
457568
+ }
457569
+ ]
457570
+ },
457571
+ {
457572
+ "displayName": "Update Fields",
457573
+ "name": "updateFields",
457574
+ "type": "collection",
457575
+ "displayOptions": {
457576
+ "show": {
457577
+ "resource": [
457578
+ "ticket"
457579
+ ],
457580
+ "operation": [
457581
+ "update"
457582
+ ]
457583
+ }
457584
+ },
457585
+ "default": {},
457586
+ "placeholder": "Add Field",
457587
+ "options": [
457588
+ {
457589
+ "displayName": "Title",
457590
+ "name": "title",
457591
+ "type": "string",
457592
+ "default": "",
457593
+ "description": "Title of the ticket"
457594
+ },
457595
+ {
457596
+ "displayName": "Group",
457597
+ "name": "group",
457598
+ "type": "options",
457599
+ "typeOptions": {
457600
+ "loadOptionsMethod": "loadGroupNames"
457601
+ },
457602
+ "default": "",
457603
+ "description": "Group that will own the ticket. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457604
+ },
457605
+ {
457606
+ "displayName": "State",
457607
+ "name": "state_id",
457608
+ "type": "options",
457609
+ "typeOptions": {
457610
+ "loadOptionsMethod": "loadTicketStates"
457611
+ },
457612
+ "default": "",
457613
+ "description": "State of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457614
+ },
457615
+ {
457616
+ "displayName": "Pending Time",
457617
+ "name": "pending_time",
457618
+ "type": "dateTime",
457619
+ "default": "",
457620
+ "description": "Date and time when the pending ticket should be activated (required for pending reminder, pending close, and snooze states)"
457621
+ },
457622
+ {
457623
+ "displayName": "Priority",
457624
+ "name": "priority_id",
457625
+ "type": "options",
457626
+ "typeOptions": {
457627
+ "loadOptionsMethod": "loadTicketPriorities"
457628
+ },
457629
+ "default": "",
457630
+ "description": "Priority of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457631
+ },
457632
+ {
457633
+ "displayName": "Owner",
457634
+ "name": "owner_id",
457635
+ "type": "options",
457636
+ "typeOptions": {
457637
+ "loadOptionsMethod": "loadUsers"
457638
+ },
457639
+ "default": "",
457640
+ "description": "Agent responsible for the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457641
+ },
457642
+ {
457643
+ "displayName": "Customer",
457644
+ "name": "customer_id",
457645
+ "type": "options",
457646
+ "typeOptions": {
457647
+ "loadOptionsMethod": "loadCustomerIds"
457648
+ },
457649
+ "default": "",
457650
+ "description": "Customer associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457651
+ },
457652
+ {
457653
+ "displayName": "Note",
457654
+ "name": "note",
457655
+ "type": "string",
457656
+ "typeOptions": {
457657
+ "editor": "htmlEditor"
457658
+ },
457659
+ "default": "",
457660
+ "description": "Internal note for the ticket"
457661
+ },
457662
+ {
457663
+ "displayName": "Custom Fields",
457664
+ "name": "customFieldsUi",
457665
+ "type": "fixedCollection",
457666
+ "default": {},
457667
+ "placeholder": "Add Custom Field",
457668
+ "typeOptions": {
457669
+ "multipleValues": true
457670
+ },
457671
+ "options": [
457672
+ {
457673
+ "name": "customFieldPairs",
457674
+ "displayName": "Custom Field",
457675
+ "values": [
457676
+ {
457677
+ "displayName": "Field Name",
457678
+ "name": "name",
457679
+ "type": "options",
457680
+ "typeOptions": {
457681
+ "loadOptionsMethod": "loadTicketCustomFields"
457682
+ },
457683
+ "default": "",
457684
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
457486
457685
  },
457487
457686
  {
457488
457687
  "displayName": "Value",
@@ -615566,7 +615765,7 @@
615566
615765
  "name": "startDate",
615567
615766
  "type": "dateTime",
615568
615767
  "required": true,
615569
- "default": "2026-03-26T00:00:00.000+00:00",
615768
+ "default": "2026-03-30T00:00:00.000+00:00",
615570
615769
  "displayOptions": {
615571
615770
  "show": {
615572
615771
  "resource": [
@@ -615589,7 +615788,7 @@
615589
615788
  "name": "endDate",
615590
615789
  "type": "dateTime",
615591
615790
  "required": true,
615592
- "default": "2026-04-02T00:00:00.000+00:00",
615791
+ "default": "2026-04-06T00:00:00.000+00:00",
615593
615792
  "displayOptions": {
615594
615793
  "show": {
615595
615794
  "resource": [
@@ -616936,7 +617135,7 @@
616936
617135
  "name": "startDate",
616937
617136
  "type": "dateTime",
616938
617137
  "required": true,
616939
- "default": "2026-03-26T00:00:00.000+00:00",
617138
+ "default": "2026-03-30T00:00:00.000+00:00",
616940
617139
  "displayOptions": {
616941
617140
  "show": {
616942
617141
  "resource": [
@@ -616959,7 +617158,7 @@
616959
617158
  "name": "endDate",
616960
617159
  "type": "dateTime",
616961
617160
  "required": true,
616962
- "default": "2026-04-02T00:00:00.000+00:00",
617161
+ "default": "2026-04-06T00:00:00.000+00:00",
616963
617162
  "displayOptions": {
616964
617163
  "show": {
616965
617164
  "resource": [
@@ -715793,7 +715992,7 @@
715793
715992
  "displayName": "Start",
715794
715993
  "name": "startDateTime",
715795
715994
  "type": "dateTime",
715796
- "default": "2026-04-03T15:48:26.805+00:00",
715995
+ "default": "2026-04-07T13:08:58.769+00:00",
715797
715996
  "required": true,
715798
715997
  "displayOptions": {
715799
715998
  "show": {
@@ -715811,7 +716010,7 @@
715811
716010
  "name": "endDateTime",
715812
716011
  "type": "dateTime",
715813
716012
  "required": true,
715814
- "default": "2026-04-03T16:18:26.805+00:00",
716013
+ "default": "2026-04-07T13:38:58.769+00:00",
715815
716014
  "displayOptions": {
715816
716015
  "show": {
715817
716016
  "resource": [
@@ -726688,9 +726887,35 @@
726688
726887
  }
726689
726888
  },
726690
726889
  "default": "",
726691
- "placeholder": "SELECT id, name FROM product WHERE id < 40",
726890
+ "placeholder": "SELECT id, name FROM product WHERE quantity > $1 AND price <= $2",
726692
726891
  "required": true,
726693
- "description": "The SQL query to execute"
726892
+ "description": "The SQL query to execute. You can use n8n expressions and $1, $2, $3, etc to refer to the 'Query Parameters' set in options below.",
726893
+ "hint": "Consider using query parameters to prevent SQL injection attacks. Add them in the options below"
726894
+ },
726895
+ {
726896
+ "displayName": "Options",
726897
+ "name": "options",
726898
+ "type": "collection",
726899
+ "placeholder": "Add option",
726900
+ "default": {},
726901
+ "displayOptions": {
726902
+ "show": {
726903
+ "operation": [
726904
+ "executeQuery"
726905
+ ]
726906
+ }
726907
+ },
726908
+ "options": [
726909
+ {
726910
+ "displayName": "Query Parameters",
726911
+ "name": "queryReplacement",
726912
+ "type": "string",
726913
+ "default": "",
726914
+ "placeholder": "e.g. value1,value2,value3",
726915
+ "description": "Comma-separated list of values to use as query parameters. Reference them in the query as $1, $2, $3, etc. You can drag values from the input panel on the left.",
726916
+ "hint": "Comma-separated list of values: reference them in your query as $1, $2, $3…"
726917
+ }
726918
+ ]
726694
726919
  },
726695
726920
  {
726696
726921
  "displayName": "Table",
@@ -906669,6 +906894,23 @@
906669
906894
  "usableAsTool": false,
906670
906895
  "schema": {
906671
906896
  "properties": [
906897
+ {
906898
+ "displayName": "Authentication",
906899
+ "name": "authType",
906900
+ "type": "options",
906901
+ "options": [
906902
+ {
906903
+ "name": "Basic Auth",
906904
+ "value": "basicAuth"
906905
+ },
906906
+ {
906907
+ "name": "OAuth2 (WordPress.com)",
906908
+ "value": "oAuth2"
906909
+ }
906910
+ ],
906911
+ "default": "basicAuth",
906912
+ "description": "The authentication method to use"
906913
+ },
906672
906914
  {
906673
906915
  "displayName": "Resource",
906674
906916
  "name": "resource",
@@ -909118,6 +909360,8 @@
909118
909360
  "tool",
909119
909361
  "consume",
909120
909362
  "output",
909363
+ "basicauth",
909364
+ "oauth2",
909121
909365
  "post",
909122
909366
  "posts",
909123
909367
  "page",
@@ -909156,7 +909400,7 @@
909156
909400
  ],
909157
909401
  "operations": [],
909158
909402
  "useCases": [],
909159
- "keywordScore": 48,
909403
+ "keywordScore": 50,
909160
909404
  "hasDocumentation": false,
909161
909405
  "markdownUrl": null,
909162
909406
  "markdownFile": null
@@ -911916,6 +912160,12 @@
911916
912160
  "value": "getAll",
911917
912161
  "description": "Retrieve many tickets",
911918
912162
  "action": "Get many tickets"
912163
+ },
912164
+ {
912165
+ "name": "Update",
912166
+ "value": "update",
912167
+ "description": "Update a ticket",
912168
+ "action": "Update a ticket"
911919
912169
  }
911920
912170
  ],
911921
912171
  "default": "create"
@@ -912018,6 +912268,24 @@
912018
912268
  }
912019
912269
  }
912020
912270
  },
912271
+ {
912272
+ "displayName": "Ticket ID",
912273
+ "name": "id",
912274
+ "type": "string",
912275
+ "default": "",
912276
+ "description": "Ticket to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
912277
+ "required": true,
912278
+ "displayOptions": {
912279
+ "show": {
912280
+ "resource": [
912281
+ "ticket"
912282
+ ],
912283
+ "operation": [
912284
+ "update"
912285
+ ]
912286
+ }
912287
+ }
912288
+ },
912021
912289
  {
912022
912290
  "displayName": "Article",
912023
912291
  "name": "article",
@@ -912165,14 +912433,142 @@
912165
912433
  "displayName": "Custom Field",
912166
912434
  "values": [
912167
912435
  {
912168
- "displayName": "Field Name or ID",
912436
+ "displayName": "Field Name",
912169
912437
  "name": "name",
912170
912438
  "type": "options",
912171
912439
  "typeOptions": {
912172
912440
  "loadOptionsMethod": "loadTicketCustomFields"
912173
912441
  },
912174
912442
  "default": "",
912175
- "description": "Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912443
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912444
+ },
912445
+ {
912446
+ "displayName": "Value",
912447
+ "name": "value",
912448
+ "type": "string",
912449
+ "default": "",
912450
+ "description": "Value to set on the custom field"
912451
+ }
912452
+ ]
912453
+ }
912454
+ ]
912455
+ }
912456
+ ]
912457
+ },
912458
+ {
912459
+ "displayName": "Update Fields",
912460
+ "name": "updateFields",
912461
+ "type": "collection",
912462
+ "displayOptions": {
912463
+ "show": {
912464
+ "resource": [
912465
+ "ticket"
912466
+ ],
912467
+ "operation": [
912468
+ "update"
912469
+ ]
912470
+ }
912471
+ },
912472
+ "default": {},
912473
+ "placeholder": "Add Field",
912474
+ "options": [
912475
+ {
912476
+ "displayName": "Title",
912477
+ "name": "title",
912478
+ "type": "string",
912479
+ "default": "",
912480
+ "description": "Title of the ticket"
912481
+ },
912482
+ {
912483
+ "displayName": "Group",
912484
+ "name": "group",
912485
+ "type": "options",
912486
+ "typeOptions": {
912487
+ "loadOptionsMethod": "loadGroupNames"
912488
+ },
912489
+ "default": "",
912490
+ "description": "Group that will own the ticket. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912491
+ },
912492
+ {
912493
+ "displayName": "State",
912494
+ "name": "state_id",
912495
+ "type": "options",
912496
+ "typeOptions": {
912497
+ "loadOptionsMethod": "loadTicketStates"
912498
+ },
912499
+ "default": "",
912500
+ "description": "State of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912501
+ },
912502
+ {
912503
+ "displayName": "Pending Time",
912504
+ "name": "pending_time",
912505
+ "type": "dateTime",
912506
+ "default": "",
912507
+ "description": "Date and time when the pending ticket should be activated (required for pending reminder, pending close, and snooze states)"
912508
+ },
912509
+ {
912510
+ "displayName": "Priority",
912511
+ "name": "priority_id",
912512
+ "type": "options",
912513
+ "typeOptions": {
912514
+ "loadOptionsMethod": "loadTicketPriorities"
912515
+ },
912516
+ "default": "",
912517
+ "description": "Priority of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912518
+ },
912519
+ {
912520
+ "displayName": "Owner",
912521
+ "name": "owner_id",
912522
+ "type": "options",
912523
+ "typeOptions": {
912524
+ "loadOptionsMethod": "loadUsers"
912525
+ },
912526
+ "default": "",
912527
+ "description": "Agent responsible for the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912528
+ },
912529
+ {
912530
+ "displayName": "Customer",
912531
+ "name": "customer_id",
912532
+ "type": "options",
912533
+ "typeOptions": {
912534
+ "loadOptionsMethod": "loadCustomerIds"
912535
+ },
912536
+ "default": "",
912537
+ "description": "Customer associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912538
+ },
912539
+ {
912540
+ "displayName": "Note",
912541
+ "name": "note",
912542
+ "type": "string",
912543
+ "typeOptions": {
912544
+ "editor": "htmlEditor"
912545
+ },
912546
+ "default": "",
912547
+ "description": "Internal note for the ticket"
912548
+ },
912549
+ {
912550
+ "displayName": "Custom Fields",
912551
+ "name": "customFieldsUi",
912552
+ "type": "fixedCollection",
912553
+ "default": {},
912554
+ "placeholder": "Add Custom Field",
912555
+ "typeOptions": {
912556
+ "multipleValues": true
912557
+ },
912558
+ "options": [
912559
+ {
912560
+ "name": "customFieldPairs",
912561
+ "displayName": "Custom Field",
912562
+ "values": [
912563
+ {
912564
+ "displayName": "Field Name",
912565
+ "name": "name",
912566
+ "type": "options",
912567
+ "typeOptions": {
912568
+ "loadOptionsMethod": "loadTicketCustomFields"
912569
+ },
912570
+ "default": "",
912571
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
912176
912572
  },
912177
912573
  {
912178
912574
  "displayName": "Value",