@n8n-as-code/skills 1.7.0 → 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.
- package/dist/assets/n8n-docs-complete.json +2582 -2506
- package/dist/assets/n8n-knowledge-index.json +2333 -2255
- package/dist/assets/n8n-nodes-index.json +411 -21
- package/dist/assets/n8n-nodes-technical.json +430 -42
- package/dist/assets/workflows-index.json +1491 -14
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-04-
|
|
3
|
-
"n8nVersion": "n8n@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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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",
|
|
@@ -327096,28 +327122,20 @@
|
|
|
327096
327122
|
"column",
|
|
327097
327123
|
"match",
|
|
327098
327124
|
"unique",
|
|
327099
|
-
"common",
|
|
327100
|
-
"issues",
|
|
327101
327125
|
"node",
|
|
327102
|
-
"
|
|
327103
|
-
"
|
|
327104
|
-
"
|
|
327105
|
-
"
|
|
327106
|
-
"
|
|
327126
|
+
"operations",
|
|
327127
|
+
"options",
|
|
327128
|
+
"templates",
|
|
327129
|
+
"examples",
|
|
327130
|
+
"related",
|
|
327131
|
+
"resources",
|
|
327107
327132
|
"parameters",
|
|
327108
|
-
"
|
|
327109
|
-
"
|
|
327110
|
-
"time",
|
|
327111
|
-
"zones",
|
|
327112
|
-
"outputting",
|
|
327113
|
-
"date",
|
|
327114
|
-
"strings",
|
|
327115
|
-
"instead",
|
|
327116
|
-
"datetime"
|
|
327133
|
+
"common",
|
|
327134
|
+
"issues"
|
|
327117
327135
|
],
|
|
327118
327136
|
"operations": [],
|
|
327119
327137
|
"useCases": [],
|
|
327120
|
-
"keywordScore":
|
|
327138
|
+
"keywordScore": 39,
|
|
327121
327139
|
"hasDocumentation": true,
|
|
327122
327140
|
"markdownUrl": null,
|
|
327123
327141
|
"markdownFile": null
|
|
@@ -379479,6 +379497,8 @@
|
|
|
379479
379497
|
"create",
|
|
379480
379498
|
"edit",
|
|
379481
379499
|
"change",
|
|
379500
|
+
"custom",
|
|
379501
|
+
"colors",
|
|
379482
379502
|
"positioning",
|
|
379483
379503
|
"writing",
|
|
379484
379504
|
"markdown",
|
|
@@ -379494,7 +379514,7 @@
|
|
|
379494
379514
|
],
|
|
379495
379515
|
"operations": [],
|
|
379496
379516
|
"useCases": [],
|
|
379497
|
-
"keywordScore":
|
|
379517
|
+
"keywordScore": 38,
|
|
379498
379518
|
"hasDocumentation": true,
|
|
379499
379519
|
"markdownUrl": null,
|
|
379500
379520
|
"markdownFile": null
|
|
@@ -451578,6 +451598,23 @@
|
|
|
451578
451598
|
"usableAsTool": true,
|
|
451579
451599
|
"schema": {
|
|
451580
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
|
+
},
|
|
451581
451618
|
{
|
|
451582
451619
|
"displayName": "Resource",
|
|
451583
451620
|
"name": "resource",
|
|
@@ -453993,6 +454030,8 @@
|
|
|
453993
454030
|
"wordpress",
|
|
453994
454031
|
"consume",
|
|
453995
454032
|
"output",
|
|
454033
|
+
"basicauth",
|
|
454034
|
+
"oauth2",
|
|
453996
454035
|
"post",
|
|
453997
454036
|
"posts",
|
|
453998
454037
|
"page",
|
|
@@ -454030,7 +454069,7 @@
|
|
|
454030
454069
|
],
|
|
454031
454070
|
"operations": [],
|
|
454032
454071
|
"useCases": [],
|
|
454033
|
-
"keywordScore":
|
|
454072
|
+
"keywordScore": 39,
|
|
454034
454073
|
"hasDocumentation": true,
|
|
454035
454074
|
"markdownUrl": null,
|
|
454036
454075
|
"markdownFile": null
|
|
@@ -457234,6 +457273,12 @@
|
|
|
457234
457273
|
"value": "getAll",
|
|
457235
457274
|
"description": "Retrieve many tickets",
|
|
457236
457275
|
"action": "Get many tickets"
|
|
457276
|
+
},
|
|
457277
|
+
{
|
|
457278
|
+
"name": "Update",
|
|
457279
|
+
"value": "update",
|
|
457280
|
+
"description": "Update a ticket",
|
|
457281
|
+
"action": "Update a ticket"
|
|
457237
457282
|
}
|
|
457238
457283
|
],
|
|
457239
457284
|
"default": "create"
|
|
@@ -457336,6 +457381,24 @@
|
|
|
457336
457381
|
}
|
|
457337
457382
|
}
|
|
457338
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
|
+
},
|
|
457339
457402
|
{
|
|
457340
457403
|
"displayName": "Article",
|
|
457341
457404
|
"name": "article",
|
|
@@ -457483,14 +457546,142 @@
|
|
|
457483
457546
|
"displayName": "Custom Field",
|
|
457484
457547
|
"values": [
|
|
457485
457548
|
{
|
|
457486
|
-
"displayName": "Field Name
|
|
457549
|
+
"displayName": "Field Name",
|
|
457487
457550
|
"name": "name",
|
|
457488
457551
|
"type": "options",
|
|
457489
457552
|
"typeOptions": {
|
|
457490
457553
|
"loadOptionsMethod": "loadTicketCustomFields"
|
|
457491
457554
|
},
|
|
457492
457555
|
"default": "",
|
|
457493
|
-
"description": "
|
|
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>."
|
|
457494
457685
|
},
|
|
457495
457686
|
{
|
|
457496
457687
|
"displayName": "Value",
|
|
@@ -615574,7 +615765,7 @@
|
|
|
615574
615765
|
"name": "startDate",
|
|
615575
615766
|
"type": "dateTime",
|
|
615576
615767
|
"required": true,
|
|
615577
|
-
"default": "2026-03-
|
|
615768
|
+
"default": "2026-03-30T00:00:00.000+00:00",
|
|
615578
615769
|
"displayOptions": {
|
|
615579
615770
|
"show": {
|
|
615580
615771
|
"resource": [
|
|
@@ -615597,7 +615788,7 @@
|
|
|
615597
615788
|
"name": "endDate",
|
|
615598
615789
|
"type": "dateTime",
|
|
615599
615790
|
"required": true,
|
|
615600
|
-
"default": "2026-04-
|
|
615791
|
+
"default": "2026-04-06T00:00:00.000+00:00",
|
|
615601
615792
|
"displayOptions": {
|
|
615602
615793
|
"show": {
|
|
615603
615794
|
"resource": [
|
|
@@ -616944,7 +617135,7 @@
|
|
|
616944
617135
|
"name": "startDate",
|
|
616945
617136
|
"type": "dateTime",
|
|
616946
617137
|
"required": true,
|
|
616947
|
-
"default": "2026-03-
|
|
617138
|
+
"default": "2026-03-30T00:00:00.000+00:00",
|
|
616948
617139
|
"displayOptions": {
|
|
616949
617140
|
"show": {
|
|
616950
617141
|
"resource": [
|
|
@@ -616967,7 +617158,7 @@
|
|
|
616967
617158
|
"name": "endDate",
|
|
616968
617159
|
"type": "dateTime",
|
|
616969
617160
|
"required": true,
|
|
616970
|
-
"default": "2026-04-
|
|
617161
|
+
"default": "2026-04-06T00:00:00.000+00:00",
|
|
616971
617162
|
"displayOptions": {
|
|
616972
617163
|
"show": {
|
|
616973
617164
|
"resource": [
|
|
@@ -715801,7 +715992,7 @@
|
|
|
715801
715992
|
"displayName": "Start",
|
|
715802
715993
|
"name": "startDateTime",
|
|
715803
715994
|
"type": "dateTime",
|
|
715804
|
-
"default": "2026-04-
|
|
715995
|
+
"default": "2026-04-07T13:08:58.769+00:00",
|
|
715805
715996
|
"required": true,
|
|
715806
715997
|
"displayOptions": {
|
|
715807
715998
|
"show": {
|
|
@@ -715819,7 +716010,7 @@
|
|
|
715819
716010
|
"name": "endDateTime",
|
|
715820
716011
|
"type": "dateTime",
|
|
715821
716012
|
"required": true,
|
|
715822
|
-
"default": "2026-04-
|
|
716013
|
+
"default": "2026-04-07T13:38:58.769+00:00",
|
|
715823
716014
|
"displayOptions": {
|
|
715824
716015
|
"show": {
|
|
715825
716016
|
"resource": [
|
|
@@ -726696,9 +726887,35 @@
|
|
|
726696
726887
|
}
|
|
726697
726888
|
},
|
|
726698
726889
|
"default": "",
|
|
726699
|
-
"placeholder": "SELECT id, name FROM product WHERE
|
|
726890
|
+
"placeholder": "SELECT id, name FROM product WHERE quantity > $1 AND price <= $2",
|
|
726700
726891
|
"required": true,
|
|
726701
|
-
"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
|
+
]
|
|
726702
726919
|
},
|
|
726703
726920
|
{
|
|
726704
726921
|
"displayName": "Table",
|
|
@@ -906677,6 +906894,23 @@
|
|
|
906677
906894
|
"usableAsTool": false,
|
|
906678
906895
|
"schema": {
|
|
906679
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
|
+
},
|
|
906680
906914
|
{
|
|
906681
906915
|
"displayName": "Resource",
|
|
906682
906916
|
"name": "resource",
|
|
@@ -909126,6 +909360,8 @@
|
|
|
909126
909360
|
"tool",
|
|
909127
909361
|
"consume",
|
|
909128
909362
|
"output",
|
|
909363
|
+
"basicauth",
|
|
909364
|
+
"oauth2",
|
|
909129
909365
|
"post",
|
|
909130
909366
|
"posts",
|
|
909131
909367
|
"page",
|
|
@@ -909164,7 +909400,7 @@
|
|
|
909164
909400
|
],
|
|
909165
909401
|
"operations": [],
|
|
909166
909402
|
"useCases": [],
|
|
909167
|
-
"keywordScore":
|
|
909403
|
+
"keywordScore": 50,
|
|
909168
909404
|
"hasDocumentation": false,
|
|
909169
909405
|
"markdownUrl": null,
|
|
909170
909406
|
"markdownFile": null
|
|
@@ -911924,6 +912160,12 @@
|
|
|
911924
912160
|
"value": "getAll",
|
|
911925
912161
|
"description": "Retrieve many tickets",
|
|
911926
912162
|
"action": "Get many tickets"
|
|
912163
|
+
},
|
|
912164
|
+
{
|
|
912165
|
+
"name": "Update",
|
|
912166
|
+
"value": "update",
|
|
912167
|
+
"description": "Update a ticket",
|
|
912168
|
+
"action": "Update a ticket"
|
|
911927
912169
|
}
|
|
911928
912170
|
],
|
|
911929
912171
|
"default": "create"
|
|
@@ -912026,6 +912268,24 @@
|
|
|
912026
912268
|
}
|
|
912027
912269
|
}
|
|
912028
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
|
+
},
|
|
912029
912289
|
{
|
|
912030
912290
|
"displayName": "Article",
|
|
912031
912291
|
"name": "article",
|
|
@@ -912173,14 +912433,142 @@
|
|
|
912173
912433
|
"displayName": "Custom Field",
|
|
912174
912434
|
"values": [
|
|
912175
912435
|
{
|
|
912176
|
-
"displayName": "Field Name
|
|
912436
|
+
"displayName": "Field Name",
|
|
912177
912437
|
"name": "name",
|
|
912178
912438
|
"type": "options",
|
|
912179
912439
|
"typeOptions": {
|
|
912180
912440
|
"loadOptionsMethod": "loadTicketCustomFields"
|
|
912181
912441
|
},
|
|
912182
912442
|
"default": "",
|
|
912183
|
-
"description": "
|
|
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>."
|
|
912184
912572
|
},
|
|
912185
912573
|
{
|
|
912186
912574
|
"displayName": "Value",
|