@n8n-as-code/skills 2.0.0-next.81 → 2.0.0

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-05-02T21:24:14.908Z",
3
- "n8nVersion": "n8n@2.18.5",
2
+ "generatedAt": "2026-05-06T11:23:29.971Z",
3
+ "n8nVersion": "n8n@2.19.3",
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",
@@ -30143,6 +30143,13 @@
30143
30143
  "default": "",
30144
30144
  "description": "A delimiter is a character you use to group keys"
30145
30145
  },
30146
+ {
30147
+ "displayName": "Include Common Prefixes",
30148
+ "name": "includeCommonPrefixes",
30149
+ "type": "boolean",
30150
+ "default": false,
30151
+ "description": "Whether to return common prefixes (grouped keys) instead of object contents. Only works when a Delimiter is set."
30152
+ },
30146
30153
  {
30147
30154
  "displayName": "Encoding Type",
30148
30155
  "name": "encodingType",
@@ -135929,7 +135936,7 @@
135929
135936
  "name": "startDate",
135930
135937
  "type": "dateTime",
135931
135938
  "required": true,
135932
- "default": "2026-04-24T00:00:00.000+00:00",
135939
+ "default": "2026-04-28T00:00:00.000+00:00",
135933
135940
  "displayOptions": {
135934
135941
  "show": {
135935
135942
  "resource": [
@@ -135952,7 +135959,7 @@
135952
135959
  "name": "endDate",
135953
135960
  "type": "dateTime",
135954
135961
  "required": true,
135955
- "default": "2026-05-01T00:00:00.000+00:00",
135962
+ "default": "2026-05-05T00:00:00.000+00:00",
135956
135963
  "displayOptions": {
135957
135964
  "show": {
135958
135965
  "resource": [
@@ -137299,7 +137306,7 @@
137299
137306
  "name": "startDate",
137300
137307
  "type": "dateTime",
137301
137308
  "required": true,
137302
- "default": "2026-04-24T00:00:00.000+00:00",
137309
+ "default": "2026-04-28T00:00:00.000+00:00",
137303
137310
  "displayOptions": {
137304
137311
  "show": {
137305
137312
  "resource": [
@@ -137322,7 +137329,7 @@
137322
137329
  "name": "endDate",
137323
137330
  "type": "dateTime",
137324
137331
  "required": true,
137325
- "default": "2026-05-01T00:00:00.000+00:00",
137332
+ "default": "2026-05-05T00:00:00.000+00:00",
137326
137333
  "displayOptions": {
137327
137334
  "show": {
137328
137335
  "resource": [
@@ -152512,6 +152519,10 @@
152512
152519
  "name": "HTML",
152513
152520
  "value": "text/html"
152514
152521
  },
152522
+ {
152523
+ "name": "Markdown (md)",
152524
+ "value": "text/markdown"
152525
+ },
152515
152526
  {
152516
152527
  "name": "MS Word Document",
152517
152528
  "value": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
@@ -162262,7 +162273,8 @@
162262
162273
  1,
162263
162274
  1.1,
162264
162275
  1.2,
162265
- 1.3
162276
+ 1.3,
162277
+ 1.4
162266
162278
  ],
162267
162279
  "group": [
162268
162280
  "trigger"
@@ -162357,6 +162369,28 @@
162357
162369
  "message": "Set to false when the email body is needed for AI analysis, summarization, or content processing. When true, only returns snippet (preview text). When false, returns full email with {id, threadId, labelIds, headers, html, text, textAsHtml, subject, date, to, from, messageId, replyTo}."
162358
162370
  }
162359
162371
  },
162372
+ {
162373
+ "displayName": "Max Emails per Poll",
162374
+ "name": "maxResults",
162375
+ "type": "number",
162376
+ "default": 10,
162377
+ "typeOptions": {
162378
+ "minValue": 1,
162379
+ "maxValue": 50
162380
+ },
162381
+ "description": "Maximum number of emails to fetch each time the node polls for new messages. If more emails arrive between polls, the remaining ones will be picked up in subsequent polls.",
162382
+ "displayOptions": {
162383
+ "show": {
162384
+ "@version": [
162385
+ {
162386
+ "_cnd": {
162387
+ "gte": 1.4
162388
+ }
162389
+ }
162390
+ ]
162391
+ }
162392
+ }
162393
+ },
162360
162394
  {
162361
162395
  "displayName": "Filters",
162362
162396
  "name": "filters",
@@ -246390,7 +246424,7 @@
246390
246424
  "displayName": "Start",
246391
246425
  "name": "startDateTime",
246392
246426
  "type": "dateTime",
246393
- "default": "2026-05-02T21:24:08.325+00:00",
246427
+ "default": "2026-05-06T11:23:24.546+00:00",
246394
246428
  "required": true,
246395
246429
  "displayOptions": {
246396
246430
  "show": {
@@ -246408,7 +246442,7 @@
246408
246442
  "name": "endDateTime",
246409
246443
  "type": "dateTime",
246410
246444
  "required": true,
246411
- "default": "2026-05-02T21:54:08.325+00:00",
246445
+ "default": "2026-05-06T11:53:24.546+00:00",
246412
246446
  "displayOptions": {
246413
246447
  "show": {
246414
246448
  "resource": [
@@ -352175,6 +352209,13 @@
352175
352209
  "default": "",
352176
352210
  "description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
352177
352211
  },
352212
+ {
352213
+ "displayName": "Email Opt Out",
352214
+ "name": "hasOptedOutOfEmail",
352215
+ "type": "boolean",
352216
+ "default": false,
352217
+ "description": "Whether the contact does not want to receive email from Salesforce"
352218
+ },
352178
352219
  {
352179
352220
  "displayName": "Fax",
352180
352221
  "name": "fax",
@@ -352189,6 +352230,20 @@
352189
352230
  "default": "",
352190
352231
  "description": "First name of the contact. Maximum size is 40 characters."
352191
352232
  },
352233
+ {
352234
+ "displayName": "Middle Name",
352235
+ "name": "middleName",
352236
+ "type": "string",
352237
+ "default": "",
352238
+ "description": "Middle name of the contact. Maximum size is 40 characters."
352239
+ },
352240
+ {
352241
+ "displayName": "Suffix",
352242
+ "name": "suffix",
352243
+ "type": "string",
352244
+ "default": "",
352245
+ "description": "Name suffix of the contact. Maximum size is 40 characters."
352246
+ },
352192
352247
  {
352193
352248
  "displayName": "Home Phone",
352194
352249
  "name": "homePhone",
@@ -352323,6 +352378,20 @@
352323
352378
  "default": "",
352324
352379
  "description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
352325
352380
  },
352381
+ {
352382
+ "displayName": "Pronouns",
352383
+ "name": "pronouns",
352384
+ "type": "string",
352385
+ "default": "",
352386
+ "description": "The contact's personal pronouns"
352387
+ },
352388
+ {
352389
+ "displayName": "Gender Identity",
352390
+ "name": "genderIdentity",
352391
+ "type": "string",
352392
+ "default": "",
352393
+ "description": "The contact's gender identity"
352394
+ },
352326
352395
  {
352327
352396
  "displayName": "Title",
352328
352397
  "name": "title",
@@ -352470,6 +352539,13 @@
352470
352539
  "default": "",
352471
352540
  "description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
352472
352541
  },
352542
+ {
352543
+ "displayName": "Email Opt Out",
352544
+ "name": "hasOptedOutOfEmail",
352545
+ "type": "boolean",
352546
+ "default": false,
352547
+ "description": "Whether the contact does not want to receive email from Salesforce"
352548
+ },
352473
352549
  {
352474
352550
  "displayName": "Fax",
352475
352551
  "name": "fax",
@@ -352484,6 +352560,20 @@
352484
352560
  "default": "",
352485
352561
  "description": "First name of the contact. Maximum size is 40 characters."
352486
352562
  },
352563
+ {
352564
+ "displayName": "Middle Name",
352565
+ "name": "middleName",
352566
+ "type": "string",
352567
+ "default": "",
352568
+ "description": "Middle name of the contact. Maximum size is 40 characters."
352569
+ },
352570
+ {
352571
+ "displayName": "Suffix",
352572
+ "name": "suffix",
352573
+ "type": "string",
352574
+ "default": "",
352575
+ "description": "Name suffix of the contact. Maximum size is 40 characters."
352576
+ },
352487
352577
  {
352488
352578
  "displayName": "Home Phone",
352489
352579
  "name": "homePhone",
@@ -352625,6 +352715,20 @@
352625
352715
  "default": "",
352626
352716
  "description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
352627
352717
  },
352718
+ {
352719
+ "displayName": "Pronouns",
352720
+ "name": "pronouns",
352721
+ "type": "string",
352722
+ "default": "",
352723
+ "description": "The contact's personal pronouns"
352724
+ },
352725
+ {
352726
+ "displayName": "Gender Identity",
352727
+ "name": "genderIdentity",
352728
+ "type": "string",
352729
+ "default": "",
352730
+ "description": "The contact's gender identity"
352731
+ },
352628
352732
  {
352629
352733
  "displayName": "Title",
352630
352734
  "name": "title",
@@ -382431,6 +382535,21 @@
382431
382535
  },
382432
382536
  "default": [],
382433
382537
  "description": "A comma-separated string of encoded user IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
382538
+ },
382539
+ {
382540
+ "displayName": "Emoji Names to Filter",
382541
+ "name": "reactionEmojis",
382542
+ "type": "string",
382543
+ "default": "",
382544
+ "placeholder": "thumbsup, eyes, white_check_mark",
382545
+ "description": "Comma-separated list of emoji names to allow (without colons). Leave empty to trigger on any reaction.",
382546
+ "displayOptions": {
382547
+ "show": {
382548
+ "/trigger": [
382549
+ "reaction_added"
382550
+ ]
382551
+ }
382552
+ }
382434
382553
  }
382435
382554
  ]
382436
382555
  }
@@ -423154,7 +423273,10 @@
423154
423273
  "placeholder": "Drag fields from the left or type their names",
423155
423274
  "description": "The name of the input fields to break out into separate items. Separate multiple field names by commas. For binary data, use $binary.",
423156
423275
  "requiresDataPath": "multiple",
423157
- "hint": "Use $binary to split out the input item by binary data"
423276
+ "hint": "Use $binary to split out the input item by binary data",
423277
+ "builderHint": {
423278
+ "message": "Must be a field name (or comma-separated list of field names) as it appears inside $json. Examples: \"issues\" when $json is { issues: [...] }; \"user.addresses\" for nested arrays (dot notation supported — disable via Options > Disable Dot Notation if keys contain literal dots); \"fieldA,fieldB\" to split multiple arrays. Write the key/path directly — do NOT prefix with \"$json.\" or pass \"$json\" (that is the whole item, not a field name). Use \"$binary\" only when splitting binary data. If the upstream item is an array at $json root (no wrapping key), restructure it first (Set/Code) so the array lives under a named key."
423279
+ }
423158
423280
  },
423159
423281
  {
423160
423282
  "displayName": "Include",
@@ -441668,7 +441790,7 @@
441668
441790
  {
441669
441791
  "displayName": "Custom Agent",
441670
441792
  "name": "customAgent",
441671
- "description": "<code>User-Agent</code> header to set for this scan. Defaults to <code>n8n</code>",
441793
+ "description": "<code>User-Agent</code> header to set for this scan. Defaults to n8n standard outbound User-Agent.",
441672
441794
  "type": "string",
441673
441795
  "default": ""
441674
441796
  },
@@ -492477,7 +492599,7 @@
492477
492599
  "property": "model"
492478
492600
  }
492479
492601
  },
492480
- "default": "models/text-embedding-004"
492602
+ "default": "models/gemini-embedding-001"
492481
492603
  }
492482
492604
  ],
492483
492605
  "sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/embeddings/EmbeddingsGoogleGemini/EmbeddingsGoogleGemini.node.js"
@@ -493410,7 +493532,8 @@
493410
493532
  1,
493411
493533
  1.1,
493412
493534
  1.2,
493413
- 1.3
493535
+ 1.3,
493536
+ 1.4
493414
493537
  ],
493415
493538
  "group": [
493416
493539
  "transform"
@@ -493488,6 +493611,9 @@
493488
493611
  ],
493489
493612
  "description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
493490
493613
  "default": "claude-2",
493614
+ "builderHint": {
493615
+ "message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
493616
+ },
493491
493617
  "displayOptions": {
493492
493618
  "show": {
493493
493619
  "@version": [
@@ -493544,6 +493670,9 @@
493544
493670
  ],
493545
493671
  "description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
493546
493672
  "default": "claude-3-sonnet-20240229",
493673
+ "builderHint": {
493674
+ "message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
493675
+ },
493547
493676
  "displayOptions": {
493548
493677
  "show": {
493549
493678
  "@version": [
@@ -493584,6 +493713,9 @@
493584
493713
  ],
493585
493714
  "description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
493586
493715
  "default": "claude-3-5-sonnet-20240620",
493716
+ "builderHint": {
493717
+ "message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
493718
+ },
493587
493719
  "displayOptions": {
493588
493720
  "show": {
493589
493721
  "@version": [
@@ -493605,6 +493737,49 @@
493605
493737
  "value": "claude-sonnet-4-5-20250929",
493606
493738
  "cachedResultName": "Claude Sonnet 4.5"
493607
493739
  },
493740
+ "builderHint": {
493741
+ "message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
493742
+ },
493743
+ "required": true,
493744
+ "modes": [
493745
+ {
493746
+ "displayName": "From List",
493747
+ "name": "list",
493748
+ "type": "list",
493749
+ "placeholder": "Select a model...",
493750
+ "typeOptions": {
493751
+ "searchListMethod": "searchModels",
493752
+ "searchable": true
493753
+ }
493754
+ },
493755
+ {
493756
+ "displayName": "ID",
493757
+ "name": "id",
493758
+ "type": "string",
493759
+ "placeholder": "Claude Sonnet"
493760
+ }
493761
+ ],
493762
+ "description": "The model. Choose from the list, or specify an ID. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
493763
+ "displayOptions": {
493764
+ "show": {
493765
+ "@version": [
493766
+ 1.3
493767
+ ]
493768
+ }
493769
+ }
493770
+ },
493771
+ {
493772
+ "displayName": "Model",
493773
+ "name": "model",
493774
+ "type": "resourceLocator",
493775
+ "default": {
493776
+ "mode": "list",
493777
+ "value": "claude-sonnet-4-6",
493778
+ "cachedResultName": "Claude Sonnet 4.6"
493779
+ },
493780
+ "builderHint": {
493781
+ "message": "Default to claude-sonnet-4-6 (latest Sonnet); use claude-opus-4-7 when the user needs the most capable model. Never use Claude Sonnet 4.5, Claude 3.x, Claude 2, or LEGACY options — those are superseded and are not valid choices."
493782
+ },
493608
493783
  "required": true,
493609
493784
  "modes": [
493610
493785
  {
@@ -493630,7 +493805,7 @@
493630
493805
  "@version": [
493631
493806
  {
493632
493807
  "_cnd": {
493633
- "gte": 1.3
493808
+ "gte": 1.4
493634
493809
  }
493635
493810
  }
493636
493811
  ]
@@ -494353,7 +494528,7 @@
494353
494528
  },
494354
494529
  "default": "gpt-5-mini",
494355
494530
  "builderHint": {
494356
- "message": "Always default to latest mini model gpt-5-mini"
494531
+ "message": "Prefer the GPT-5.4 family: the flagship variant (e.g. `gpt-5.4`) for general use, a `-mini` / `-nano` variant when the task explicitly calls for cost-efficiency, or `-pro` only when the user asks for maximum capability. Never use gpt-4o, gpt-4-turbo, gpt-4, gpt-3.5, or earlier — those are superseded by the GPT-5 family and are not valid choices."
494357
494532
  },
494358
494533
  "displayOptions": {
494359
494534
  "hide": {
@@ -494376,7 +494551,7 @@
494376
494551
  "value": "gpt-5-mini"
494377
494552
  },
494378
494553
  "builderHint": {
494379
- "message": "Always default to latest mini model gpt-5-mini"
494554
+ "message": "Prefer the GPT-5.4 family: the flagship variant (e.g. `gpt-5.4`) for general use, a `-mini` / `-nano` variant when the task explicitly calls for cost-efficiency, or `-pro` only when the user asks for maximum capability. Never use gpt-4o, gpt-4-turbo, gpt-4, gpt-3.5, or earlier — those are superseded by the GPT-5 family and are not valid choices."
494380
494555
  },
494381
494556
  "required": true,
494382
494557
  "modes": [
@@ -496184,7 +496359,10 @@
496184
496359
  "property": "model"
496185
496360
  }
496186
496361
  },
496187
- "default": "qwen-plus"
496362
+ "default": "qwen-plus",
496363
+ "builderHint": {
496364
+ "message": "Default to the latest Qwen flagship (qwen3.6-max-preview or qwen3.6-plus). Use qwen-plus for cost-efficient builds. Avoid qwen-turbo, Qwen 3.5 and earlier, and older dated snapshots."
496365
+ }
496188
496366
  },
496189
496367
  {
496190
496368
  "displayName": "Options",
@@ -496437,7 +496615,10 @@
496437
496615
  "property": "model"
496438
496616
  }
496439
496617
  },
496440
- "default": ""
496618
+ "default": "",
496619
+ "builderHint": {
496620
+ "message": "Default to the latest Claude Sonnet on Bedrock (anthropic.claude-sonnet-4-6 family). For Claude Sonnet 4+, switch Model Source to Inference Profiles. Avoid claude-sonnet-4-5, claude-3.x, and non-Claude legacy models unless requested."
496621
+ }
496441
496622
  },
496442
496623
  {
496443
496624
  "displayName": "Model",
@@ -496495,7 +496676,10 @@
496495
496676
  "property": "model"
496496
496677
  }
496497
496678
  },
496498
- "default": ""
496679
+ "default": "",
496680
+ "builderHint": {
496681
+ "message": "Default to the latest Claude Sonnet inference profile (anthropic.claude-sonnet-4-6 family). Avoid claude-sonnet-4-5 and claude-3.x profiles unless specifically requested."
496682
+ }
496499
496683
  },
496500
496684
  {
496501
496685
  "displayName": "Options",
@@ -496877,7 +497061,10 @@
496877
497061
  }
496878
497062
  }
496879
497063
  },
496880
- "default": "command-a-03-2025"
497064
+ "default": "command-a-03-2025",
497065
+ "builderHint": {
497066
+ "message": "Default to the latest Cohere Command A model (command-a-03-2025). Avoid command-r and command-light legacy variants."
497067
+ }
496881
497068
  },
496882
497069
  {
496883
497070
  "displayName": "Options",
@@ -497030,7 +497217,10 @@
497030
497217
  "property": "model"
497031
497218
  }
497032
497219
  },
497033
- "default": "deepseek-chat"
497220
+ "default": "deepseek-chat",
497221
+ "builderHint": {
497222
+ "message": "Default to the latest DeepSeek (deepseek-chat = V3.2 non-thinking, deepseek-reasoner = V3.2 thinking / R-series reasoning). Avoid older V3 and R1 snapshots."
497223
+ }
497034
497224
  },
497035
497225
  {
497036
497226
  "displayName": "Options",
@@ -497265,6 +497455,9 @@
497265
497455
  }
497266
497456
  },
497267
497457
  "default": "models/gemini-2.5-flash",
497458
+ "builderHint": {
497459
+ "message": "Default to the latest flagship Gemini (models/gemini-3.1-pro-preview). Use models/gemini-3.1-flash-lite for cost-efficient builds. Avoid Gemini 2.x, 1.x, and earlier."
497460
+ },
497268
497461
  "displayOptions": {
497269
497462
  "show": {
497270
497463
  "@version": [
@@ -497329,6 +497522,9 @@
497329
497522
  }
497330
497523
  },
497331
497524
  "default": "models/gemini-3-flash-preview",
497525
+ "builderHint": {
497526
+ "message": "Default to the latest flagship Gemini (models/gemini-3.1-pro-preview). Use models/gemini-3.1-flash-lite for cost-efficient builds. Avoid Gemini 2.x, 1.x, and earlier."
497527
+ },
497332
497528
  "displayOptions": {
497333
497529
  "show": {
497334
497530
  "@version": [
@@ -497574,7 +497770,10 @@
497574
497770
  "name": "modelName",
497575
497771
  "type": "string",
497576
497772
  "description": "The model which will generate the completion. <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models\">Learn more</a>.",
497577
- "default": "gemini-2.5-flash"
497773
+ "default": "gemini-2.5-flash",
497774
+ "builderHint": {
497775
+ "message": "Default to the latest flagship Gemini on Vertex (gemini-3.1-pro). Use gemini-3.1-flash-lite for cost-efficient builds. Avoid Gemini 2.x, 1.x, and earlier."
497776
+ }
497578
497777
  },
497579
497778
  {
497580
497779
  "displayName": "Options",
@@ -497831,7 +498030,10 @@
497831
498030
  }
497832
498031
  },
497833
498032
  "description": "The model which will generate the completion. <a href=\"https://console.groq.com/docs/models\">Learn more</a>.",
497834
- "default": "llama3-8b-8192"
498033
+ "default": "llama3-8b-8192",
498034
+ "builderHint": {
498035
+ "message": "Default to a flagship model on Groq (openai/gpt-oss-120b, llama-3.3-70b-versatile, or moonshotai/kimi-k2-instruct-0905). Avoid the legacy llama3-8b-8192 default and older llama3/llama-2 variants."
498036
+ }
497835
498037
  },
497836
498038
  {
497837
498039
  "displayName": "Options",
@@ -497959,7 +498161,10 @@
497959
498161
  "value": "MiniMax-M2.7-highspeed"
497960
498162
  }
497961
498163
  ],
497962
- "default": "MiniMax-M2.7"
498164
+ "default": "MiniMax-M2.7",
498165
+ "builderHint": {
498166
+ "message": "Default to the latest MiniMax-M2.x flagship (MiniMax-M2.7). Avoid MiniMax-M2 and earlier."
498167
+ }
497963
498168
  },
497964
498169
  {
497965
498170
  "displayName": "Options",
@@ -498140,7 +498345,10 @@
498140
498345
  "property": "model"
498141
498346
  }
498142
498347
  },
498143
- "default": "mistral-small"
498348
+ "default": "mistral-small",
498349
+ "builderHint": {
498350
+ "message": "Default to the latest flagship Mistral (mistral-large-2512, aka Mistral Large 3). Use mistral-small for cost-efficient builds. Avoid older dated snapshots and Medium/Small 2.x."
498351
+ }
498144
498352
  },
498145
498353
  {
498146
498354
  "displayName": "Options",
@@ -498242,7 +498450,8 @@
498242
498450
  "displayName": "Moonshot Kimi Chat Model",
498243
498451
  "description": "For advanced usage with an AI chain",
498244
498452
  "version": [
498245
- 1
498453
+ 1,
498454
+ 1.1
498246
498455
  ],
498247
498456
  "group": [
498248
498457
  "transform"
@@ -498332,7 +498541,74 @@
498332
498541
  "property": "model"
498333
498542
  }
498334
498543
  },
498335
- "default": "kimi-k2.5"
498544
+ "default": "kimi-k2.5",
498545
+ "builderHint": {
498546
+ "message": "Default to the latest Kimi model (kimi-k2.6). Avoid kimi-k2.5, kimi-k2, kimi-k1, and earlier."
498547
+ },
498548
+ "displayOptions": {
498549
+ "show": {
498550
+ "@version": [
498551
+ 1
498552
+ ]
498553
+ }
498554
+ }
498555
+ },
498556
+ {
498557
+ "displayName": "Model",
498558
+ "name": "model",
498559
+ "type": "options",
498560
+ "description": "The model which will generate the completion. <a href=\"https://platform.kimi.ai/docs/api/chat\">Learn more</a>.",
498561
+ "typeOptions": {
498562
+ "loadOptions": {
498563
+ "routing": {
498564
+ "request": {
498565
+ "method": "GET",
498566
+ "url": "/models"
498567
+ },
498568
+ "output": {
498569
+ "postReceive": [
498570
+ {
498571
+ "type": "rootProperty",
498572
+ "properties": {
498573
+ "property": "data"
498574
+ }
498575
+ },
498576
+ {
498577
+ "type": "setKeyValue",
498578
+ "properties": {
498579
+ "name": "={{$responseItem.id}}",
498580
+ "value": "={{$responseItem.id}}"
498581
+ }
498582
+ },
498583
+ {
498584
+ "type": "sort",
498585
+ "properties": {
498586
+ "key": "name"
498587
+ }
498588
+ }
498589
+ ]
498590
+ }
498591
+ }
498592
+ }
498593
+ },
498594
+ "routing": {
498595
+ "send": {
498596
+ "type": "body",
498597
+ "property": "model"
498598
+ }
498599
+ },
498600
+ "default": "kimi-k2.6",
498601
+ "displayOptions": {
498602
+ "show": {
498603
+ "@version": [
498604
+ {
498605
+ "_cnd": {
498606
+ "gte": 1.1
498607
+ }
498608
+ }
498609
+ ]
498610
+ }
498611
+ }
498336
498612
  },
498337
498613
  {
498338
498614
  "displayName": "Options",
@@ -498558,7 +498834,10 @@
498558
498834
  "property": "model"
498559
498835
  }
498560
498836
  },
498561
- "default": "openai/gpt-4.1-mini"
498837
+ "default": "openai/gpt-4.1-mini",
498838
+ "builderHint": {
498839
+ "message": "Default to a current flagship (e.g. openai/gpt-5.4, anthropic/claude-sonnet-4.6, google/gemini-3.1-pro-preview). Avoid openai/gpt-4o, anthropic/claude-3.x, and other pre-2026 models."
498840
+ }
498562
498841
  },
498563
498842
  {
498564
498843
  "displayName": "Options",
@@ -498799,7 +499078,10 @@
498799
499078
  "property": "model"
498800
499079
  }
498801
499080
  },
498802
- "default": "openai/gpt-4o"
499081
+ "default": "openai/gpt-4o",
499082
+ "builderHint": {
499083
+ "message": "Default to a current flagship (e.g. openai/gpt-5.4, anthropic/claude-sonnet-4.6, google/gemini-3.1-pro). Avoid the openai/gpt-4o default and other pre-2026 models."
499084
+ }
498803
499085
  },
498804
499086
  {
498805
499087
  "displayName": "Options",
@@ -499039,7 +499321,10 @@
499039
499321
  "property": "model"
499040
499322
  }
499041
499323
  },
499042
- "default": "grok-2-vision-1212"
499324
+ "default": "grok-2-vision-1212",
499325
+ "builderHint": {
499326
+ "message": "Default to the latest flagship Grok (grok-4.20-0309-reasoning, or grok-4.20-multi-agent-0309 for agent workloads). Avoid grok-4, grok-2, and grok-1 variants."
499327
+ }
499043
499328
  },
499044
499329
  {
499045
499330
  "displayName": "Options",
@@ -504152,6 +504437,12 @@
504152
504437
  "containerClass": "ndv-connection-hint-notice"
504153
504438
  }
504154
504439
  },
504440
+ {
504441
+ "displayName": "This node is deprecated and will not be updated in the future. Please use the official verified community node instead.",
504442
+ "name": "oldVersionNotice",
504443
+ "type": "notice",
504444
+ "default": ""
504445
+ },
504155
504446
  {
504156
504447
  "displayName": "Options",
504157
504448
  "name": "options",
@@ -507338,7 +507629,7 @@
507338
507629
  "default": "notSupported",
507339
507630
  "description": "If loading messages of a previous session should be enabled",
507340
507631
  "builderHint": {
507341
- "message": "Set to 'memory' to persist conversation history across sessions"
507632
+ "message": "This ONLY rehydrates the chat widget UI when the user reopens it — it does NOT give the Agent memory. The Agent gets memory from its own memory subnode regardless of this setting. Only set to 'memory' if the user wants the widget to restore visible history on reload; if so, you MUST also attach a memory subnode to this trigger (use the same memory node as the Agent so widget history matches what the Agent remembers). Otherwise leave as 'notSupported'."
507342
507633
  }
507343
507634
  },
507344
507635
  {
@@ -507553,7 +507844,7 @@
507553
507844
  "default": "notSupported",
507554
507845
  "description": "If loading messages of a previous session should be enabled",
507555
507846
  "builderHint": {
507556
- "message": "Set to 'memory' to persist conversation history across sessions"
507847
+ "message": "This ONLY rehydrates the chat widget UI when the user reopens it — it does NOT give the Agent memory. The Agent gets memory from its own memory subnode regardless of this setting. Only set to 'memory' if the user wants the widget to restore visible history on reload; if so, you MUST also attach a memory subnode to this trigger (use the same memory node as the Agent so widget history matches what the Agent remembers). Otherwise leave as 'notSupported'."
507557
507848
  }
507558
507849
  },
507559
507850
  {
@@ -507917,7 +508208,7 @@
507917
508208
  "default": "notSupported",
507918
508209
  "description": "If loading messages of a previous session should be enabled",
507919
508210
  "builderHint": {
507920
- "message": "Set to 'memory' to persist conversation history across sessions"
508211
+ "message": "This ONLY rehydrates the chat widget UI when the user reopens it — it does NOT give the Agent memory. The Agent gets memory from its own memory subnode regardless of this setting. Only set to 'memory' if the user wants the widget to restore visible history on reload; if so, you MUST also attach a memory subnode to this trigger (use the same memory node as the Agent so widget history matches what the Agent remembers). Otherwise leave as 'notSupported'."
507921
508212
  }
507922
508213
  },
507923
508214
  {
@@ -516251,7 +516542,10 @@
516251
516542
  "type": "@n8n/n8n-nodes-langchain.alibabaCloud",
516252
516543
  "displayName": "Alibaba Cloud Model Studio",
516253
516544
  "description": "Interact with Alibaba Cloud Qwen models via Model Studio",
516254
- "version": 1,
516545
+ "version": [
516546
+ 1,
516547
+ 1.1
516548
+ ],
516255
516549
  "group": [
516256
516550
  "transform"
516257
516551
  ],
@@ -516374,6 +516668,53 @@
516374
516668
  "description": "The model to use for generation",
516375
516669
  "displayOptions": {
516376
516670
  "show": {
516671
+ "@version": [
516672
+ 1
516673
+ ],
516674
+ "operation": [
516675
+ "message"
516676
+ ],
516677
+ "resource": [
516678
+ "text"
516679
+ ]
516680
+ }
516681
+ }
516682
+ },
516683
+ {
516684
+ "displayName": "Model",
516685
+ "name": "modelId",
516686
+ "type": "resourceLocator",
516687
+ "default": {
516688
+ "mode": "list",
516689
+ "value": ""
516690
+ },
516691
+ "required": true,
516692
+ "modes": [
516693
+ {
516694
+ "displayName": "From List",
516695
+ "name": "list",
516696
+ "type": "list",
516697
+ "typeOptions": {
516698
+ "searchListMethod": "textModelSearch",
516699
+ "searchable": true
516700
+ }
516701
+ },
516702
+ {
516703
+ "displayName": "ID",
516704
+ "name": "id",
516705
+ "type": "string",
516706
+ "placeholder": "e.g. qwen3.5-flash"
516707
+ }
516708
+ ],
516709
+ "displayOptions": {
516710
+ "show": {
516711
+ "@version": [
516712
+ {
516713
+ "_cnd": {
516714
+ "gte": 1.1
516715
+ }
516716
+ }
516717
+ ],
516377
516718
  "operation": [
516378
516719
  "message"
516379
516720
  ],
@@ -516621,6 +516962,53 @@
516621
516962
  "description": "The model to use for image analysis",
516622
516963
  "displayOptions": {
516623
516964
  "show": {
516965
+ "@version": [
516966
+ 1
516967
+ ],
516968
+ "operation": [
516969
+ "analyze"
516970
+ ],
516971
+ "resource": [
516972
+ "image"
516973
+ ]
516974
+ }
516975
+ }
516976
+ },
516977
+ {
516978
+ "displayName": "Model",
516979
+ "name": "modelId",
516980
+ "type": "resourceLocator",
516981
+ "default": {
516982
+ "mode": "list",
516983
+ "value": ""
516984
+ },
516985
+ "required": true,
516986
+ "modes": [
516987
+ {
516988
+ "displayName": "From List",
516989
+ "name": "list",
516990
+ "type": "list",
516991
+ "typeOptions": {
516992
+ "searchListMethod": "visionModelSearch",
516993
+ "searchable": true
516994
+ }
516995
+ },
516996
+ {
516997
+ "displayName": "ID",
516998
+ "name": "id",
516999
+ "type": "string",
517000
+ "placeholder": "e.g. qwen3.5-flash"
517001
+ }
517002
+ ],
517003
+ "displayOptions": {
517004
+ "show": {
517005
+ "@version": [
517006
+ {
517007
+ "_cnd": {
517008
+ "gte": 1.1
517009
+ }
517010
+ }
517011
+ ],
516624
517012
  "operation": [
516625
517013
  "analyze"
516626
517014
  ],
@@ -516816,6 +517204,53 @@
516816
517204
  "description": "The model to use for image generation",
516817
517205
  "displayOptions": {
516818
517206
  "show": {
517207
+ "@version": [
517208
+ 1
517209
+ ],
517210
+ "operation": [
517211
+ "generate"
517212
+ ],
517213
+ "resource": [
517214
+ "image"
517215
+ ]
517216
+ }
517217
+ }
517218
+ },
517219
+ {
517220
+ "displayName": "Model",
517221
+ "name": "modelId",
517222
+ "type": "resourceLocator",
517223
+ "default": {
517224
+ "mode": "list",
517225
+ "value": ""
517226
+ },
517227
+ "required": true,
517228
+ "modes": [
517229
+ {
517230
+ "displayName": "From List",
517231
+ "name": "list",
517232
+ "type": "list",
517233
+ "typeOptions": {
517234
+ "searchListMethod": "imageGenerationModelSearch",
517235
+ "searchable": true
517236
+ }
517237
+ },
517238
+ {
517239
+ "displayName": "ID",
517240
+ "name": "id",
517241
+ "type": "string",
517242
+ "placeholder": "e.g. qwen3.5-flash"
517243
+ }
517244
+ ],
517245
+ "displayOptions": {
517246
+ "show": {
517247
+ "@version": [
517248
+ {
517249
+ "_cnd": {
517250
+ "gte": 1.1
517251
+ }
517252
+ }
517253
+ ],
516819
517254
  "operation": [
516820
517255
  "generate"
516821
517256
  ],
@@ -516999,6 +517434,53 @@
516999
517434
  "description": "The model to use for text-to-video generation",
517000
517435
  "displayOptions": {
517001
517436
  "show": {
517437
+ "@version": [
517438
+ 1
517439
+ ],
517440
+ "resource": [
517441
+ "video"
517442
+ ],
517443
+ "operation": [
517444
+ "textToVideo"
517445
+ ]
517446
+ }
517447
+ }
517448
+ },
517449
+ {
517450
+ "displayName": "Model",
517451
+ "name": "modelId",
517452
+ "type": "resourceLocator",
517453
+ "default": {
517454
+ "mode": "list",
517455
+ "value": ""
517456
+ },
517457
+ "required": true,
517458
+ "modes": [
517459
+ {
517460
+ "displayName": "From List",
517461
+ "name": "list",
517462
+ "type": "list",
517463
+ "typeOptions": {
517464
+ "searchListMethod": "textToVideoModelSearch",
517465
+ "searchable": true
517466
+ }
517467
+ },
517468
+ {
517469
+ "displayName": "ID",
517470
+ "name": "id",
517471
+ "type": "string",
517472
+ "placeholder": "e.g. qwen3.5-flash"
517473
+ }
517474
+ ],
517475
+ "displayOptions": {
517476
+ "show": {
517477
+ "@version": [
517478
+ {
517479
+ "_cnd": {
517480
+ "gte": 1.1
517481
+ }
517482
+ }
517483
+ ],
517002
517484
  "resource": [
517003
517485
  "video"
517004
517486
  ],
@@ -517241,6 +517723,53 @@
517241
517723
  "description": "The model to use for image-to-video generation",
517242
517724
  "displayOptions": {
517243
517725
  "show": {
517726
+ "@version": [
517727
+ 1
517728
+ ],
517729
+ "resource": [
517730
+ "video"
517731
+ ],
517732
+ "operation": [
517733
+ "imageToVideo"
517734
+ ]
517735
+ }
517736
+ }
517737
+ },
517738
+ {
517739
+ "displayName": "Model",
517740
+ "name": "modelId",
517741
+ "type": "resourceLocator",
517742
+ "default": {
517743
+ "mode": "list",
517744
+ "value": ""
517745
+ },
517746
+ "required": true,
517747
+ "modes": [
517748
+ {
517749
+ "displayName": "From List",
517750
+ "name": "list",
517751
+ "type": "list",
517752
+ "typeOptions": {
517753
+ "searchListMethod": "imageToVideoModelSearch",
517754
+ "searchable": true
517755
+ }
517756
+ },
517757
+ {
517758
+ "displayName": "ID",
517759
+ "name": "id",
517760
+ "type": "string",
517761
+ "placeholder": "e.g. qwen3.5-flash"
517762
+ }
517763
+ ],
517764
+ "displayOptions": {
517765
+ "show": {
517766
+ "@version": [
517767
+ {
517768
+ "_cnd": {
517769
+ "gte": 1.1
517770
+ }
517771
+ }
517772
+ ],
517244
517773
  "resource": [
517245
517774
  "video"
517246
517775
  ],
@@ -517703,7 +518232,7 @@
517703
518232
  "displayName": "ID",
517704
518233
  "name": "id",
517705
518234
  "type": "string",
517706
- "placeholder": "e.g. claude-sonnet-4-5-20250929"
518235
+ "placeholder": "e.g. claude-sonnet-4-6"
517707
518236
  }
517708
518237
  ],
517709
518238
  "displayOptions": {
@@ -518109,7 +518638,7 @@
518109
518638
  "displayName": "ID",
518110
518639
  "name": "id",
518111
518640
  "type": "string",
518112
- "placeholder": "e.g. claude-sonnet-4-5-20250929"
518641
+ "placeholder": "e.g. claude-sonnet-4-6"
518113
518642
  }
518114
518643
  ],
518115
518644
  "displayOptions": {
@@ -518618,7 +519147,7 @@
518618
519147
  "displayName": "ID",
518619
519148
  "name": "id",
518620
519149
  "type": "string",
518621
- "placeholder": "e.g. claude-sonnet-4-5-20250929"
519150
+ "placeholder": "e.g. claude-sonnet-4-6"
518622
519151
  }
518623
519152
  ],
518624
519153
  "displayOptions": {
@@ -520447,8 +520976,19 @@
520447
520976
  "displayName": "Number of Images",
520448
520977
  "name": "sampleCount",
520449
520978
  "default": 1,
520450
- "description": "Number of images to generate. Not supported by Gemini models, supported by Imagen models.",
520979
+ "description": "Number of images to generate",
520451
520980
  "type": "number",
520981
+ "displayOptions": {
520982
+ "show": {
520983
+ "/modelId": [
520984
+ {
520985
+ "_cnd": {
520986
+ "includes": "imagen"
520987
+ }
520988
+ }
520989
+ ]
520990
+ }
520991
+ },
520452
520992
  "typeOptions": {
520453
520993
  "minValue": 1
520454
520994
  }
@@ -521565,7 +522105,7 @@
521565
522105
  }
521566
522106
  },
521567
522107
  {
521568
- "displayName": "Enable Microsoft MCP Tools",
522108
+ "displayName": "Enable Microsoft Work IQ Tools for A365",
521569
522109
  "name": "useMcpTools",
521570
522110
  "type": "boolean",
521571
522111
  "default": false,
@@ -521738,7 +522278,7 @@
521738
522278
  },
521739
522279
  {
521740
522280
  "flag": "useMcpTools",
521741
- "flagDisplay": "Enable Microsoft MCP Tools",
522281
+ "flagDisplay": "Enable Microsoft Work IQ Tools for A365",
521742
522282
  "default": false,
521743
522283
  "gatedParams": [
521744
522284
  "include"
@@ -523181,18 +523721,16 @@
523181
523721
  "input",
523182
523722
  "data",
523183
523723
  "512p",
523184
- "chat",
523185
523724
  "node",
523186
- "parameters",
523187
- "options",
523725
+ "resources",
523726
+ "operations",
523188
523727
  "templates",
523189
523728
  "examples",
523190
- "related",
523191
- "resources"
523729
+ "related"
523192
523730
  ],
523193
523731
  "operations": [],
523194
523732
  "useCases": [],
523195
- "keywordScore": 113,
523733
+ "keywordScore": 102,
523196
523734
  "hasDocumentation": true,
523197
523735
  "markdownUrl": null,
523198
523736
  "markdownFile": null
@@ -523288,7 +523826,7 @@
523288
523826
  "displayName": "ID",
523289
523827
  "name": "id",
523290
523828
  "type": "string",
523291
- "placeholder": "e.g. kimi-k2.5"
523829
+ "placeholder": "e.g. kimi-k2.6"
523292
523830
  }
523293
523831
  ],
523294
523832
  "displayOptions": {
@@ -523435,7 +523973,7 @@
523435
523973
  "displayName": "ID",
523436
523974
  "name": "id",
523437
523975
  "type": "string",
523438
- "placeholder": "e.g. kimi-k2.5"
523976
+ "placeholder": "e.g. kimi-k2.6"
523439
523977
  }
523440
523978
  ],
523441
523979
  "displayOptions": {
@@ -546736,6 +547274,13 @@
546736
547274
  "default": "",
546737
547275
  "description": "A delimiter is a character you use to group keys"
546738
547276
  },
547277
+ {
547278
+ "displayName": "Include Common Prefixes",
547279
+ "name": "includeCommonPrefixes",
547280
+ "type": "boolean",
547281
+ "default": false,
547282
+ "description": "Whether to return common prefixes (grouped keys) instead of object contents. Only works when a Delimiter is set."
547283
+ },
546739
547284
  {
546740
547285
  "displayName": "Encoding Type",
546741
547286
  "name": "encodingType",
@@ -633034,7 +633579,7 @@
633034
633579
  "name": "startDate",
633035
633580
  "type": "dateTime",
633036
633581
  "required": true,
633037
- "default": "2026-04-24T00:00:00.000+00:00",
633582
+ "default": "2026-04-28T00:00:00.000+00:00",
633038
633583
  "displayOptions": {
633039
633584
  "show": {
633040
633585
  "resource": [
@@ -633057,7 +633602,7 @@
633057
633602
  "name": "endDate",
633058
633603
  "type": "dateTime",
633059
633604
  "required": true,
633060
- "default": "2026-05-01T00:00:00.000+00:00",
633605
+ "default": "2026-05-05T00:00:00.000+00:00",
633061
633606
  "displayOptions": {
633062
633607
  "show": {
633063
633608
  "resource": [
@@ -634404,7 +634949,7 @@
634404
634949
  "name": "startDate",
634405
634950
  "type": "dateTime",
634406
634951
  "required": true,
634407
- "default": "2026-04-24T00:00:00.000+00:00",
634952
+ "default": "2026-04-28T00:00:00.000+00:00",
634408
634953
  "displayOptions": {
634409
634954
  "show": {
634410
634955
  "resource": [
@@ -634427,7 +634972,7 @@
634427
634972
  "name": "endDate",
634428
634973
  "type": "dateTime",
634429
634974
  "required": true,
634430
- "default": "2026-05-01T00:00:00.000+00:00",
634975
+ "default": "2026-05-05T00:00:00.000+00:00",
634431
634976
  "displayOptions": {
634432
634977
  "show": {
634433
634978
  "resource": [
@@ -649637,6 +650182,10 @@
649637
650182
  "name": "HTML",
649638
650183
  "value": "text/html"
649639
650184
  },
650185
+ {
650186
+ "name": "Markdown (md)",
650187
+ "value": "text/markdown"
650188
+ },
649640
650189
  {
649641
650190
  "name": "MS Word Document",
649642
650191
  "value": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
@@ -735048,7 +735597,7 @@
735048
735597
  "displayName": "Start",
735049
735598
  "name": "startDateTime",
735050
735599
  "type": "dateTime",
735051
- "default": "2026-05-02T21:24:08.325+00:00",
735600
+ "default": "2026-05-06T11:23:24.546+00:00",
735052
735601
  "required": true,
735053
735602
  "displayOptions": {
735054
735603
  "show": {
@@ -735066,7 +735615,7 @@
735066
735615
  "name": "endDateTime",
735067
735616
  "type": "dateTime",
735068
735617
  "required": true,
735069
- "default": "2026-05-02T21:54:08.325+00:00",
735618
+ "default": "2026-05-06T11:53:24.546+00:00",
735070
735619
  "displayOptions": {
735071
735620
  "show": {
735072
735621
  "resource": [
@@ -830391,6 +830940,13 @@
830391
830940
  "default": "",
830392
830941
  "description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
830393
830942
  },
830943
+ {
830944
+ "displayName": "Email Opt Out",
830945
+ "name": "hasOptedOutOfEmail",
830946
+ "type": "boolean",
830947
+ "default": false,
830948
+ "description": "Whether the contact does not want to receive email from Salesforce"
830949
+ },
830394
830950
  {
830395
830951
  "displayName": "Fax",
830396
830952
  "name": "fax",
@@ -830405,6 +830961,20 @@
830405
830961
  "default": "",
830406
830962
  "description": "First name of the contact. Maximum size is 40 characters."
830407
830963
  },
830964
+ {
830965
+ "displayName": "Middle Name",
830966
+ "name": "middleName",
830967
+ "type": "string",
830968
+ "default": "",
830969
+ "description": "Middle name of the contact. Maximum size is 40 characters."
830970
+ },
830971
+ {
830972
+ "displayName": "Suffix",
830973
+ "name": "suffix",
830974
+ "type": "string",
830975
+ "default": "",
830976
+ "description": "Name suffix of the contact. Maximum size is 40 characters."
830977
+ },
830408
830978
  {
830409
830979
  "displayName": "Home Phone",
830410
830980
  "name": "homePhone",
@@ -830539,6 +831109,20 @@
830539
831109
  "default": "",
830540
831110
  "description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
830541
831111
  },
831112
+ {
831113
+ "displayName": "Pronouns",
831114
+ "name": "pronouns",
831115
+ "type": "string",
831116
+ "default": "",
831117
+ "description": "The contact's personal pronouns"
831118
+ },
831119
+ {
831120
+ "displayName": "Gender Identity",
831121
+ "name": "genderIdentity",
831122
+ "type": "string",
831123
+ "default": "",
831124
+ "description": "The contact's gender identity"
831125
+ },
830542
831126
  {
830543
831127
  "displayName": "Title",
830544
831128
  "name": "title",
@@ -830686,6 +831270,13 @@
830686
831270
  "default": "",
830687
831271
  "description": "If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred"
830688
831272
  },
831273
+ {
831274
+ "displayName": "Email Opt Out",
831275
+ "name": "hasOptedOutOfEmail",
831276
+ "type": "boolean",
831277
+ "default": false,
831278
+ "description": "Whether the contact does not want to receive email from Salesforce"
831279
+ },
830689
831280
  {
830690
831281
  "displayName": "Fax",
830691
831282
  "name": "fax",
@@ -830700,6 +831291,20 @@
830700
831291
  "default": "",
830701
831292
  "description": "First name of the contact. Maximum size is 40 characters."
830702
831293
  },
831294
+ {
831295
+ "displayName": "Middle Name",
831296
+ "name": "middleName",
831297
+ "type": "string",
831298
+ "default": "",
831299
+ "description": "Middle name of the contact. Maximum size is 40 characters."
831300
+ },
831301
+ {
831302
+ "displayName": "Suffix",
831303
+ "name": "suffix",
831304
+ "type": "string",
831305
+ "default": "",
831306
+ "description": "Name suffix of the contact. Maximum size is 40 characters."
831307
+ },
830703
831308
  {
830704
831309
  "displayName": "Home Phone",
830705
831310
  "name": "homePhone",
@@ -830841,6 +831446,20 @@
830841
831446
  "default": "",
830842
831447
  "description": "Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs."
830843
831448
  },
831449
+ {
831450
+ "displayName": "Pronouns",
831451
+ "name": "pronouns",
831452
+ "type": "string",
831453
+ "default": "",
831454
+ "description": "The contact's personal pronouns"
831455
+ },
831456
+ {
831457
+ "displayName": "Gender Identity",
831458
+ "name": "genderIdentity",
831459
+ "type": "string",
831460
+ "default": "",
831461
+ "description": "The contact's gender identity"
831462
+ },
830844
831463
  {
830845
831464
  "displayName": "Title",
830846
831465
  "name": "title",
@@ -913659,7 +914278,7 @@
913659
914278
  {
913660
914279
  "displayName": "Custom Agent",
913661
914280
  "name": "customAgent",
913662
- "description": "<code>User-Agent</code> header to set for this scan. Defaults to <code>n8n</code>",
914281
+ "description": "<code>User-Agent</code> header to set for this scan. Defaults to n8n standard outbound User-Agent.",
913663
914282
  "type": "string",
913664
914283
  "default": ""
913665
914284
  },
@@ -956249,7 +956868,10 @@
956249
956868
  "type": "@n8n/n8n-nodes-langchain.alibabaCloudTool",
956250
956869
  "displayName": "Alibaba Cloud Model Studio Tool",
956251
956870
  "description": "Interact with Alibaba Cloud Qwen models via Model Studio",
956252
- "version": 1,
956871
+ "version": [
956872
+ 1,
956873
+ 1.1
956874
+ ],
956253
956875
  "group": [
956254
956876
  "transform"
956255
956877
  ],
@@ -956372,6 +956994,53 @@
956372
956994
  "description": "The model to use for generation",
956373
956995
  "displayOptions": {
956374
956996
  "show": {
956997
+ "@version": [
956998
+ 1
956999
+ ],
957000
+ "operation": [
957001
+ "message"
957002
+ ],
957003
+ "resource": [
957004
+ "text"
957005
+ ]
957006
+ }
957007
+ }
957008
+ },
957009
+ {
957010
+ "displayName": "Model",
957011
+ "name": "modelId",
957012
+ "type": "resourceLocator",
957013
+ "default": {
957014
+ "mode": "list",
957015
+ "value": ""
957016
+ },
957017
+ "required": true,
957018
+ "modes": [
957019
+ {
957020
+ "displayName": "From List",
957021
+ "name": "list",
957022
+ "type": "list",
957023
+ "typeOptions": {
957024
+ "searchListMethod": "textModelSearch",
957025
+ "searchable": true
957026
+ }
957027
+ },
957028
+ {
957029
+ "displayName": "ID",
957030
+ "name": "id",
957031
+ "type": "string",
957032
+ "placeholder": "e.g. qwen3.5-flash"
957033
+ }
957034
+ ],
957035
+ "displayOptions": {
957036
+ "show": {
957037
+ "@version": [
957038
+ {
957039
+ "_cnd": {
957040
+ "gte": 1.1
957041
+ }
957042
+ }
957043
+ ],
956375
957044
  "operation": [
956376
957045
  "message"
956377
957046
  ],
@@ -956619,6 +957288,53 @@
956619
957288
  "description": "The model to use for image analysis",
956620
957289
  "displayOptions": {
956621
957290
  "show": {
957291
+ "@version": [
957292
+ 1
957293
+ ],
957294
+ "operation": [
957295
+ "analyze"
957296
+ ],
957297
+ "resource": [
957298
+ "image"
957299
+ ]
957300
+ }
957301
+ }
957302
+ },
957303
+ {
957304
+ "displayName": "Model",
957305
+ "name": "modelId",
957306
+ "type": "resourceLocator",
957307
+ "default": {
957308
+ "mode": "list",
957309
+ "value": ""
957310
+ },
957311
+ "required": true,
957312
+ "modes": [
957313
+ {
957314
+ "displayName": "From List",
957315
+ "name": "list",
957316
+ "type": "list",
957317
+ "typeOptions": {
957318
+ "searchListMethod": "visionModelSearch",
957319
+ "searchable": true
957320
+ }
957321
+ },
957322
+ {
957323
+ "displayName": "ID",
957324
+ "name": "id",
957325
+ "type": "string",
957326
+ "placeholder": "e.g. qwen3.5-flash"
957327
+ }
957328
+ ],
957329
+ "displayOptions": {
957330
+ "show": {
957331
+ "@version": [
957332
+ {
957333
+ "_cnd": {
957334
+ "gte": 1.1
957335
+ }
957336
+ }
957337
+ ],
956622
957338
  "operation": [
956623
957339
  "analyze"
956624
957340
  ],
@@ -956814,6 +957530,53 @@
956814
957530
  "description": "The model to use for image generation",
956815
957531
  "displayOptions": {
956816
957532
  "show": {
957533
+ "@version": [
957534
+ 1
957535
+ ],
957536
+ "operation": [
957537
+ "generate"
957538
+ ],
957539
+ "resource": [
957540
+ "image"
957541
+ ]
957542
+ }
957543
+ }
957544
+ },
957545
+ {
957546
+ "displayName": "Model",
957547
+ "name": "modelId",
957548
+ "type": "resourceLocator",
957549
+ "default": {
957550
+ "mode": "list",
957551
+ "value": ""
957552
+ },
957553
+ "required": true,
957554
+ "modes": [
957555
+ {
957556
+ "displayName": "From List",
957557
+ "name": "list",
957558
+ "type": "list",
957559
+ "typeOptions": {
957560
+ "searchListMethod": "imageGenerationModelSearch",
957561
+ "searchable": true
957562
+ }
957563
+ },
957564
+ {
957565
+ "displayName": "ID",
957566
+ "name": "id",
957567
+ "type": "string",
957568
+ "placeholder": "e.g. qwen3.5-flash"
957569
+ }
957570
+ ],
957571
+ "displayOptions": {
957572
+ "show": {
957573
+ "@version": [
957574
+ {
957575
+ "_cnd": {
957576
+ "gte": 1.1
957577
+ }
957578
+ }
957579
+ ],
956817
957580
  "operation": [
956818
957581
  "generate"
956819
957582
  ],
@@ -956997,6 +957760,53 @@
956997
957760
  "description": "The model to use for text-to-video generation",
956998
957761
  "displayOptions": {
956999
957762
  "show": {
957763
+ "@version": [
957764
+ 1
957765
+ ],
957766
+ "resource": [
957767
+ "video"
957768
+ ],
957769
+ "operation": [
957770
+ "textToVideo"
957771
+ ]
957772
+ }
957773
+ }
957774
+ },
957775
+ {
957776
+ "displayName": "Model",
957777
+ "name": "modelId",
957778
+ "type": "resourceLocator",
957779
+ "default": {
957780
+ "mode": "list",
957781
+ "value": ""
957782
+ },
957783
+ "required": true,
957784
+ "modes": [
957785
+ {
957786
+ "displayName": "From List",
957787
+ "name": "list",
957788
+ "type": "list",
957789
+ "typeOptions": {
957790
+ "searchListMethod": "textToVideoModelSearch",
957791
+ "searchable": true
957792
+ }
957793
+ },
957794
+ {
957795
+ "displayName": "ID",
957796
+ "name": "id",
957797
+ "type": "string",
957798
+ "placeholder": "e.g. qwen3.5-flash"
957799
+ }
957800
+ ],
957801
+ "displayOptions": {
957802
+ "show": {
957803
+ "@version": [
957804
+ {
957805
+ "_cnd": {
957806
+ "gte": 1.1
957807
+ }
957808
+ }
957809
+ ],
957000
957810
  "resource": [
957001
957811
  "video"
957002
957812
  ],
@@ -957239,6 +958049,53 @@
957239
958049
  "description": "The model to use for image-to-video generation",
957240
958050
  "displayOptions": {
957241
958051
  "show": {
958052
+ "@version": [
958053
+ 1
958054
+ ],
958055
+ "resource": [
958056
+ "video"
958057
+ ],
958058
+ "operation": [
958059
+ "imageToVideo"
958060
+ ]
958061
+ }
958062
+ }
958063
+ },
958064
+ {
958065
+ "displayName": "Model",
958066
+ "name": "modelId",
958067
+ "type": "resourceLocator",
958068
+ "default": {
958069
+ "mode": "list",
958070
+ "value": ""
958071
+ },
958072
+ "required": true,
958073
+ "modes": [
958074
+ {
958075
+ "displayName": "From List",
958076
+ "name": "list",
958077
+ "type": "list",
958078
+ "typeOptions": {
958079
+ "searchListMethod": "imageToVideoModelSearch",
958080
+ "searchable": true
958081
+ }
958082
+ },
958083
+ {
958084
+ "displayName": "ID",
958085
+ "name": "id",
958086
+ "type": "string",
958087
+ "placeholder": "e.g. qwen3.5-flash"
958088
+ }
958089
+ ],
958090
+ "displayOptions": {
958091
+ "show": {
958092
+ "@version": [
958093
+ {
958094
+ "_cnd": {
958095
+ "gte": 1.1
958096
+ }
958097
+ }
958098
+ ],
957242
958099
  "resource": [
957243
958100
  "video"
957244
958101
  ],
@@ -957737,7 +958594,7 @@
957737
958594
  "displayName": "ID",
957738
958595
  "name": "id",
957739
958596
  "type": "string",
957740
- "placeholder": "e.g. claude-sonnet-4-5-20250929"
958597
+ "placeholder": "e.g. claude-sonnet-4-6"
957741
958598
  }
957742
958599
  ],
957743
958600
  "displayOptions": {
@@ -958143,7 +959000,7 @@
958143
959000
  "displayName": "ID",
958144
959001
  "name": "id",
958145
959002
  "type": "string",
958146
- "placeholder": "e.g. claude-sonnet-4-5-20250929"
959003
+ "placeholder": "e.g. claude-sonnet-4-6"
958147
959004
  }
958148
959005
  ],
958149
959006
  "displayOptions": {
@@ -958652,7 +959509,7 @@
958652
959509
  "displayName": "ID",
958653
959510
  "name": "id",
958654
959511
  "type": "string",
958655
- "placeholder": "e.g. claude-sonnet-4-5-20250929"
959512
+ "placeholder": "e.g. claude-sonnet-4-6"
958656
959513
  }
958657
959514
  ],
958658
959515
  "displayOptions": {
@@ -960511,8 +961368,19 @@
960511
961368
  "displayName": "Number of Images",
960512
961369
  "name": "sampleCount",
960513
961370
  "default": 1,
960514
- "description": "Number of images to generate. Not supported by Gemini models, supported by Imagen models.",
961371
+ "description": "Number of images to generate",
960515
961372
  "type": "number",
961373
+ "displayOptions": {
961374
+ "show": {
961375
+ "/modelId": [
961376
+ {
961377
+ "_cnd": {
961378
+ "includes": "imagen"
961379
+ }
961380
+ }
961381
+ ]
961382
+ }
961383
+ },
960516
961384
  "typeOptions": {
960517
961385
  "minValue": 1
960518
961386
  }
@@ -963107,7 +963975,7 @@
963107
963975
  "displayName": "ID",
963108
963976
  "name": "id",
963109
963977
  "type": "string",
963110
- "placeholder": "e.g. kimi-k2.5"
963978
+ "placeholder": "e.g. kimi-k2.6"
963111
963979
  }
963112
963980
  ],
963113
963981
  "displayOptions": {
@@ -963254,7 +964122,7 @@
963254
964122
  "displayName": "ID",
963255
964123
  "name": "id",
963256
964124
  "type": "string",
963257
- "placeholder": "e.g. kimi-k2.5"
964125
+ "placeholder": "e.g. kimi-k2.6"
963258
964126
  }
963259
964127
  ],
963260
964128
  "displayOptions": {