@n8n-as-code/skills 2.1.4-next.55 → 2.2.0-next.107
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-credentials-ontology.json +284 -16
- package/dist/assets/n8n-docs-complete.json +5596 -5323
- package/dist/assets/n8n-knowledge-index.json +2622 -2120
- package/dist/assets/n8n-nodes-index.json +1331 -472
- package/dist/assets/n8n-nodes-technical.json +1479 -481
- package/dist/assets/workflows-index.json +974 -3
- package/dist/cli.js +10 -3
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
3
|
-
"sourceFileCount":
|
|
2
|
+
"generatedAt": "2026-05-21T10:01:59.488Z",
|
|
3
|
+
"sourceFileCount": 665,
|
|
4
4
|
"scanDirectories": [
|
|
5
5
|
"/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/nodes-base/dist/nodes",
|
|
6
6
|
"/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/@n8n/nodes-langchain/dist"
|
|
@@ -42757,32 +42757,18 @@
|
|
|
42757
42757
|
"value": "oAuth2"
|
|
42758
42758
|
},
|
|
42759
42759
|
{
|
|
42760
|
-
"name": "
|
|
42760
|
+
"name": "Personal Access Token",
|
|
42761
42761
|
"value": "apiKey"
|
|
42762
42762
|
}
|
|
42763
42763
|
],
|
|
42764
42764
|
"default": "apiKey"
|
|
42765
42765
|
},
|
|
42766
|
-
{
|
|
42767
|
-
"displayName": "Action required: Calendly will discontinue API Key authentication on May 31, 2025. Update node to use OAuth2 authentication now to ensure your workflows continue to work.",
|
|
42768
|
-
"name": "deprecationNotice",
|
|
42769
|
-
"type": "notice",
|
|
42770
|
-
"default": "",
|
|
42771
|
-
"displayOptions": {
|
|
42772
|
-
"show": {
|
|
42773
|
-
"authentication": [
|
|
42774
|
-
"apiKey"
|
|
42775
|
-
]
|
|
42776
|
-
}
|
|
42777
|
-
}
|
|
42778
|
-
},
|
|
42779
42766
|
{
|
|
42780
42767
|
"displayName": "Scope",
|
|
42781
42768
|
"name": "scope",
|
|
42782
42769
|
"type": "options",
|
|
42783
42770
|
"default": "user",
|
|
42784
42771
|
"required": true,
|
|
42785
|
-
"hint": "Ignored if you are using an API Key",
|
|
42786
42772
|
"options": [
|
|
42787
42773
|
{
|
|
42788
42774
|
"name": "Organization",
|
|
@@ -69918,7 +69904,7 @@
|
|
|
69918
69904
|
},
|
|
69919
69905
|
"required": true,
|
|
69920
69906
|
"builderHint": {
|
|
69921
|
-
"
|
|
69907
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
69922
69908
|
},
|
|
69923
69909
|
"modes": [
|
|
69924
69910
|
{
|
|
@@ -70940,7 +70926,7 @@
|
|
|
70940
70926
|
},
|
|
70941
70927
|
"required": true,
|
|
70942
70928
|
"builderHint": {
|
|
70943
|
-
"
|
|
70929
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
70944
70930
|
},
|
|
70945
70931
|
"modes": [
|
|
70946
70932
|
{
|
|
@@ -92614,10 +92600,44 @@
|
|
|
92614
92600
|
"credentials": [
|
|
92615
92601
|
{
|
|
92616
92602
|
"name": "figmaApi",
|
|
92617
|
-
"required": true
|
|
92603
|
+
"required": true,
|
|
92604
|
+
"displayOptions": {
|
|
92605
|
+
"show": {
|
|
92606
|
+
"authentication": [
|
|
92607
|
+
"accessToken"
|
|
92608
|
+
]
|
|
92609
|
+
}
|
|
92610
|
+
}
|
|
92611
|
+
},
|
|
92612
|
+
{
|
|
92613
|
+
"name": "figmaOAuth2Api",
|
|
92614
|
+
"required": true,
|
|
92615
|
+
"displayOptions": {
|
|
92616
|
+
"show": {
|
|
92617
|
+
"authentication": [
|
|
92618
|
+
"oAuth2"
|
|
92619
|
+
]
|
|
92620
|
+
}
|
|
92621
|
+
}
|
|
92618
92622
|
}
|
|
92619
92623
|
],
|
|
92620
92624
|
"properties": [
|
|
92625
|
+
{
|
|
92626
|
+
"displayName": "Authentication",
|
|
92627
|
+
"name": "authentication",
|
|
92628
|
+
"type": "options",
|
|
92629
|
+
"options": [
|
|
92630
|
+
{
|
|
92631
|
+
"name": "Access Token",
|
|
92632
|
+
"value": "accessToken"
|
|
92633
|
+
},
|
|
92634
|
+
{
|
|
92635
|
+
"name": "OAuth2",
|
|
92636
|
+
"value": "oAuth2"
|
|
92637
|
+
}
|
|
92638
|
+
],
|
|
92639
|
+
"default": "accessToken"
|
|
92640
|
+
},
|
|
92621
92641
|
{
|
|
92622
92642
|
"displayName": "Team ID",
|
|
92623
92643
|
"name": "teamId",
|
|
@@ -99167,7 +99187,7 @@
|
|
|
99167
99187
|
],
|
|
99168
99188
|
"default": "none",
|
|
99169
99189
|
"builderHint": {
|
|
99170
|
-
"
|
|
99190
|
+
"propertyHint": "Default to 'none'. n8n exposes inbound trigger URLs publicly by design. Only select an authentication method when the user explicitly asks to authenticate inbound traffic."
|
|
99171
99191
|
}
|
|
99172
99192
|
},
|
|
99173
99193
|
{
|
|
@@ -128025,7 +128045,7 @@
|
|
|
128025
128045
|
"name": "startDate",
|
|
128026
128046
|
"type": "dateTime",
|
|
128027
128047
|
"required": true,
|
|
128028
|
-
"default": "2026-05-
|
|
128048
|
+
"default": "2026-05-13T00:00:00.000+00:00",
|
|
128029
128049
|
"displayOptions": {
|
|
128030
128050
|
"show": {
|
|
128031
128051
|
"resource": [
|
|
@@ -128048,7 +128068,7 @@
|
|
|
128048
128068
|
"name": "endDate",
|
|
128049
128069
|
"type": "dateTime",
|
|
128050
128070
|
"required": true,
|
|
128051
|
-
"default": "2026-05-
|
|
128071
|
+
"default": "2026-05-20T00:00:00.000+00:00",
|
|
128052
128072
|
"displayOptions": {
|
|
128053
128073
|
"show": {
|
|
128054
128074
|
"resource": [
|
|
@@ -129395,7 +129415,7 @@
|
|
|
129395
129415
|
"name": "startDate",
|
|
129396
129416
|
"type": "dateTime",
|
|
129397
129417
|
"required": true,
|
|
129398
|
-
"default": "2026-05-
|
|
129418
|
+
"default": "2026-05-13T00:00:00.000+00:00",
|
|
129399
129419
|
"displayOptions": {
|
|
129400
129420
|
"show": {
|
|
129401
129421
|
"resource": [
|
|
@@ -129418,7 +129438,7 @@
|
|
|
129418
129438
|
"name": "endDate",
|
|
129419
129439
|
"type": "dateTime",
|
|
129420
129440
|
"required": true,
|
|
129421
|
-
"default": "2026-05-
|
|
129441
|
+
"default": "2026-05-20T00:00:00.000+00:00",
|
|
129422
129442
|
"displayOptions": {
|
|
129423
129443
|
"show": {
|
|
129424
129444
|
"resource": [
|
|
@@ -135661,10 +135681,13 @@
|
|
|
135661
135681
|
]
|
|
135662
135682
|
},
|
|
135663
135683
|
{
|
|
135664
|
-
"displayName": "Message
|
|
135684
|
+
"displayName": "Message Resource Name",
|
|
135665
135685
|
"name": "messageId",
|
|
135666
135686
|
"type": "string",
|
|
135667
135687
|
"required": true,
|
|
135688
|
+
"default": "",
|
|
135689
|
+
"placeholder": "e.g. spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB",
|
|
135690
|
+
"description": "Resource name of the message. Format: spaces/{space}/messages/{message}. For system-assigned IDs, use the full message name, such as spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB. For custom IDs, use spaces/AAAAAAAAAAA/messages/client-custom-name.",
|
|
135668
135691
|
"displayOptions": {
|
|
135669
135692
|
"show": {
|
|
135670
135693
|
"resource": [
|
|
@@ -135674,15 +135697,16 @@
|
|
|
135674
135697
|
"delete"
|
|
135675
135698
|
]
|
|
135676
135699
|
}
|
|
135677
|
-
}
|
|
135678
|
-
"default": "",
|
|
135679
|
-
"description": "Resource name of the message to be deleted, in the form \"spaces//messages/\""
|
|
135700
|
+
}
|
|
135680
135701
|
},
|
|
135681
135702
|
{
|
|
135682
|
-
"displayName": "Message
|
|
135703
|
+
"displayName": "Message Resource Name",
|
|
135683
135704
|
"name": "messageId",
|
|
135684
135705
|
"type": "string",
|
|
135685
135706
|
"required": true,
|
|
135707
|
+
"default": "",
|
|
135708
|
+
"placeholder": "e.g. spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB",
|
|
135709
|
+
"description": "Resource name of the message. Format: spaces/{space}/messages/{message}. For system-assigned IDs, use the full message name, such as spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB. For custom IDs, use spaces/AAAAAAAAAAA/messages/client-custom-name.",
|
|
135686
135710
|
"displayOptions": {
|
|
135687
135711
|
"show": {
|
|
135688
135712
|
"resource": [
|
|
@@ -135692,15 +135716,16 @@
|
|
|
135692
135716
|
"get"
|
|
135693
135717
|
]
|
|
135694
135718
|
}
|
|
135695
|
-
}
|
|
135696
|
-
"default": "",
|
|
135697
|
-
"description": "Resource name of the message to be retrieved, in the form \"spaces//messages/\""
|
|
135719
|
+
}
|
|
135698
135720
|
},
|
|
135699
135721
|
{
|
|
135700
|
-
"displayName": "Message
|
|
135722
|
+
"displayName": "Message Resource Name",
|
|
135701
135723
|
"name": "messageId",
|
|
135702
135724
|
"type": "string",
|
|
135703
135725
|
"required": true,
|
|
135726
|
+
"default": "",
|
|
135727
|
+
"placeholder": "e.g. spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB",
|
|
135728
|
+
"description": "Resource name of the message. Format: spaces/{space}/messages/{message}. For system-assigned IDs, use the full message name, such as spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB. For custom IDs, use spaces/AAAAAAAAAAA/messages/client-custom-name.",
|
|
135704
135729
|
"displayOptions": {
|
|
135705
135730
|
"show": {
|
|
135706
135731
|
"resource": [
|
|
@@ -135710,9 +135735,7 @@
|
|
|
135710
135735
|
"update"
|
|
135711
135736
|
]
|
|
135712
135737
|
}
|
|
135713
|
-
}
|
|
135714
|
-
"default": "",
|
|
135715
|
-
"description": "Resource name of the message to be updated, in the form \"spaces//messages/\""
|
|
135738
|
+
}
|
|
135716
135739
|
},
|
|
135717
135740
|
{
|
|
135718
135741
|
"displayName": "JSON Parameters",
|
|
@@ -153266,7 +153289,7 @@
|
|
|
153266
153289
|
"default": true,
|
|
153267
153290
|
"description": "Whether to return a simplified version of the response instead of the raw data",
|
|
153268
153291
|
"builderHint": {
|
|
153269
|
-
"
|
|
153292
|
+
"propertyHint": "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}."
|
|
153270
153293
|
}
|
|
153271
153294
|
},
|
|
153272
153295
|
{
|
|
@@ -153329,7 +153352,7 @@
|
|
|
153329
153352
|
"default": "",
|
|
153330
153353
|
"placeholder": "has:attachment",
|
|
153331
153354
|
"builderHint": {
|
|
153332
|
-
"
|
|
153355
|
+
"propertyHint": "Always set a search query to filter emails. Uses Gmail search syntax, e.g. \"from:example@gmail.com\", \"subject:invoice\", \"has:attachment\", \"label:important\", \"newer_than:1d\". Combine with spaces for AND: \"from:shop@example.com subject:delivery\". Without this filter, ALL incoming emails will trigger the workflow."
|
|
153333
153356
|
},
|
|
153334
153357
|
"hint": "Use the same format as in the Gmail search box. <a href=\"https://support.google.com/mail/answer/7190?hl=en\">More info</a>.",
|
|
153335
153358
|
"description": "Only return messages matching the specified query"
|
|
@@ -153711,7 +153734,7 @@
|
|
|
153711
153734
|
},
|
|
153712
153735
|
"required": true,
|
|
153713
153736
|
"builderHint": {
|
|
153714
|
-
"
|
|
153737
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
153715
153738
|
},
|
|
153716
153739
|
"modes": [
|
|
153717
153740
|
{
|
|
@@ -153775,7 +153798,7 @@
|
|
|
153775
153798
|
},
|
|
153776
153799
|
"required": true,
|
|
153777
153800
|
"builderHint": {
|
|
153778
|
-
"
|
|
153801
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
153779
153802
|
},
|
|
153780
153803
|
"typeOptions": {
|
|
153781
153804
|
"loadOptionsDependsOn": [
|
|
@@ -159850,7 +159873,7 @@
|
|
|
159850
159873
|
},
|
|
159851
159874
|
{
|
|
159852
159875
|
"name": "Unlisted",
|
|
159853
|
-
"value": "
|
|
159876
|
+
"value": "unlisted"
|
|
159854
159877
|
}
|
|
159855
159878
|
],
|
|
159856
159879
|
"default": "",
|
|
@@ -169635,6 +169658,9 @@
|
|
|
169635
169658
|
]
|
|
169636
169659
|
}
|
|
169637
169660
|
},
|
|
169661
|
+
"builderHint": {
|
|
169662
|
+
"propertyHint": "To add notes to contacts, set additionalFields.notes"
|
|
169663
|
+
},
|
|
169638
169664
|
"options": [
|
|
169639
169665
|
{
|
|
169640
169666
|
"displayName": "Address",
|
|
@@ -172864,7 +172890,7 @@
|
|
|
172864
172890
|
"noDataExpression": true,
|
|
172865
172891
|
"description": "HTML template to render",
|
|
172866
172892
|
"builderHint": {
|
|
172867
|
-
"
|
|
172893
|
+
"propertyHint": "Use expressions to generate loops, reference data, etc. Does not support handlebars."
|
|
172868
172894
|
},
|
|
172869
172895
|
"displayOptions": {
|
|
172870
172896
|
"show": {
|
|
@@ -173717,7 +173743,7 @@
|
|
|
173717
173743
|
"name": "parameters",
|
|
173718
173744
|
"displayName": "Query Parameter",
|
|
173719
173745
|
"builderHint": {
|
|
173720
|
-
"
|
|
173746
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in queryParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"httpQueryAuth\", and add credentials: { httpQueryAuth:\n newCredential(\"Name\") }. Only use queryParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."
|
|
173721
173747
|
},
|
|
173722
173748
|
"values": [
|
|
173723
173749
|
{
|
|
@@ -173817,7 +173843,7 @@
|
|
|
173817
173843
|
"name": "parameters",
|
|
173818
173844
|
"displayName": "Header",
|
|
173819
173845
|
"builderHint": {
|
|
173820
|
-
"
|
|
173846
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in headerParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"httpHeaderAuth\", and add credentials: { httpHeaderAuth:\n newCredential(\"Name\") }. Only use headerParameters for non-auth headers like Content-Type or Accept. Dynamic values from previous nodes via expr() are acceptable."
|
|
173821
173847
|
},
|
|
173822
173848
|
"values": [
|
|
173823
173849
|
{
|
|
@@ -173928,7 +173954,7 @@
|
|
|
173928
173954
|
"name": "bodyParameters",
|
|
173929
173955
|
"type": "fixedCollection",
|
|
173930
173956
|
"builderHint": {
|
|
173931
|
-
"
|
|
173957
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in bodyParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"customAuth\", and add credentials: { customAuth:\n newCredential(\"Name\") }. Only use bodyParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."
|
|
173932
173958
|
},
|
|
173933
173959
|
"displayOptions": {
|
|
173934
173960
|
"show": {
|
|
@@ -173986,7 +174012,7 @@
|
|
|
173986
174012
|
"name": "jsonBody",
|
|
173987
174013
|
"type": "json",
|
|
173988
174014
|
"builderHint": {
|
|
173989
|
-
"
|
|
174015
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in bodyParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"customAuth\", and add credentials: { customAuth:\n newCredential(\"Name\") }. Only use bodyParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."
|
|
173990
174016
|
},
|
|
173991
174017
|
"displayOptions": {
|
|
173992
174018
|
"show": {
|
|
@@ -184929,6 +184955,9 @@
|
|
|
184929
184955
|
"typeValidation": "={{ ($nodeVersion < 2.1 ? $parameter.options.looseTypeValidation : $parameter.looseTypeValidation) ? \"loose\" : \"strict\" }}",
|
|
184930
184956
|
"version": "={{ $nodeVersion >= 2.3 ? 3 : $nodeVersion >= 2.2 ? 2 : 1 }}"
|
|
184931
184957
|
}
|
|
184958
|
+
},
|
|
184959
|
+
"builderHint": {
|
|
184960
|
+
"propertyHint": "Must always contain these three sibling keys:\n- combinator: 'and' or 'or', default to 'and'\n- conditions: [ a list of condition objects ]\n- options: { caseSensitive: true, leftValue: '', typeValidation: 'strict', version: 1 }\ne.g.: { combinator: 'and', options: { caseSensitive: true, leftValue: '', typeValidation: 'strict', version: 2 }, conditions: [{ leftValue: expr('{{ $json.field }}'), rightValue: 'value', operator: { type: 'string', operation: 'equals' } }] }"
|
|
184932
184961
|
}
|
|
184933
184962
|
},
|
|
184934
184963
|
{
|
|
@@ -192793,6 +192822,17 @@
|
|
|
192793
192822
|
]
|
|
192794
192823
|
}
|
|
192795
192824
|
}
|
|
192825
|
+
},
|
|
192826
|
+
{
|
|
192827
|
+
"name": "jiraSoftwareCloudOAuth2Api",
|
|
192828
|
+
"required": true,
|
|
192829
|
+
"displayOptions": {
|
|
192830
|
+
"show": {
|
|
192831
|
+
"jiraVersion": [
|
|
192832
|
+
"cloudOAuth2"
|
|
192833
|
+
]
|
|
192834
|
+
}
|
|
192835
|
+
}
|
|
192796
192836
|
}
|
|
192797
192837
|
],
|
|
192798
192838
|
"properties": [
|
|
@@ -192805,6 +192845,10 @@
|
|
|
192805
192845
|
"name": "Cloud",
|
|
192806
192846
|
"value": "cloud"
|
|
192807
192847
|
},
|
|
192848
|
+
{
|
|
192849
|
+
"name": "Cloud (OAuth2)",
|
|
192850
|
+
"value": "cloudOAuth2"
|
|
192851
|
+
},
|
|
192808
192852
|
{
|
|
192809
192853
|
"name": "Server (Self Hosted)",
|
|
192810
192854
|
"value": "server"
|
|
@@ -193179,7 +193223,8 @@
|
|
|
193179
193223
|
"displayOptions": {
|
|
193180
193224
|
"show": {
|
|
193181
193225
|
"/jiraVersion": [
|
|
193182
|
-
"cloud"
|
|
193226
|
+
"cloud",
|
|
193227
|
+
"cloudOAuth2"
|
|
193183
193228
|
]
|
|
193184
193229
|
}
|
|
193185
193230
|
}
|
|
@@ -193457,7 +193502,8 @@
|
|
|
193457
193502
|
"displayOptions": {
|
|
193458
193503
|
"show": {
|
|
193459
193504
|
"/jiraVersion": [
|
|
193460
|
-
"cloud"
|
|
193505
|
+
"cloud",
|
|
193506
|
+
"cloudOAuth2"
|
|
193461
193507
|
]
|
|
193462
193508
|
}
|
|
193463
193509
|
}
|
|
@@ -194631,7 +194677,8 @@
|
|
|
194631
194677
|
"displayOptions": {
|
|
194632
194678
|
"show": {
|
|
194633
194679
|
"/jiraVersion": [
|
|
194634
|
-
"cloud"
|
|
194680
|
+
"cloud",
|
|
194681
|
+
"cloudOAuth2"
|
|
194635
194682
|
]
|
|
194636
194683
|
}
|
|
194637
194684
|
},
|
|
@@ -194981,7 +195028,8 @@
|
|
|
194981
195028
|
"displayOptions": {
|
|
194982
195029
|
"show": {
|
|
194983
195030
|
"/jiraVersion": [
|
|
194984
|
-
"cloud"
|
|
195031
|
+
"cloud",
|
|
195032
|
+
"cloudOAuth2"
|
|
194985
195033
|
]
|
|
194986
195034
|
}
|
|
194987
195035
|
},
|
|
@@ -195236,6 +195284,18 @@
|
|
|
195236
195284
|
}
|
|
195237
195285
|
}
|
|
195238
195286
|
},
|
|
195287
|
+
{
|
|
195288
|
+
"displayName": "Credentials to Connect to Jira",
|
|
195289
|
+
"name": "jiraSoftwareCloudOAuth2Api",
|
|
195290
|
+
"required": true,
|
|
195291
|
+
"displayOptions": {
|
|
195292
|
+
"show": {
|
|
195293
|
+
"jiraVersion": [
|
|
195294
|
+
"cloudOAuth2"
|
|
195295
|
+
]
|
|
195296
|
+
}
|
|
195297
|
+
}
|
|
195298
|
+
},
|
|
195239
195299
|
{
|
|
195240
195300
|
"name": "httpQueryAuth",
|
|
195241
195301
|
"displayName": "Credentials to Authenticate Webhook",
|
|
@@ -195269,6 +195329,10 @@
|
|
|
195269
195329
|
"name": "Cloud",
|
|
195270
195330
|
"value": "cloud"
|
|
195271
195331
|
},
|
|
195332
|
+
{
|
|
195333
|
+
"name": "Cloud (OAuth2)",
|
|
195334
|
+
"value": "cloudOAuth2"
|
|
195335
|
+
},
|
|
195272
195336
|
{
|
|
195273
195337
|
"name": "Server (Self Hosted)",
|
|
195274
195338
|
"value": "server"
|
|
@@ -195326,6 +195390,13 @@
|
|
|
195326
195390
|
"displayName": "Events",
|
|
195327
195391
|
"name": "events",
|
|
195328
195392
|
"type": "multiOptions",
|
|
195393
|
+
"displayOptions": {
|
|
195394
|
+
"hide": {
|
|
195395
|
+
"jiraVersion": [
|
|
195396
|
+
"cloudOAuth2"
|
|
195397
|
+
]
|
|
195398
|
+
}
|
|
195399
|
+
},
|
|
195329
195400
|
"options": [
|
|
195330
195401
|
{
|
|
195331
195402
|
"name": "*",
|
|
@@ -195492,6 +195563,107 @@
|
|
|
195492
195563
|
"default": [],
|
|
195493
195564
|
"description": "The events to listen to"
|
|
195494
195565
|
},
|
|
195566
|
+
{
|
|
195567
|
+
"displayName": "Events",
|
|
195568
|
+
"name": "events",
|
|
195569
|
+
"type": "multiOptions",
|
|
195570
|
+
"displayOptions": {
|
|
195571
|
+
"show": {
|
|
195572
|
+
"jiraVersion": [
|
|
195573
|
+
"cloudOAuth2"
|
|
195574
|
+
]
|
|
195575
|
+
}
|
|
195576
|
+
},
|
|
195577
|
+
"options": [
|
|
195578
|
+
{
|
|
195579
|
+
"name": "*",
|
|
195580
|
+
"value": "*"
|
|
195581
|
+
},
|
|
195582
|
+
{
|
|
195583
|
+
"name": "Comment Created",
|
|
195584
|
+
"value": "comment_created"
|
|
195585
|
+
},
|
|
195586
|
+
{
|
|
195587
|
+
"name": "Comment Deleted",
|
|
195588
|
+
"value": "comment_deleted"
|
|
195589
|
+
},
|
|
195590
|
+
{
|
|
195591
|
+
"name": "Comment Updated",
|
|
195592
|
+
"value": "comment_updated"
|
|
195593
|
+
},
|
|
195594
|
+
{
|
|
195595
|
+
"name": "Issue Created",
|
|
195596
|
+
"value": "jira:issue_created"
|
|
195597
|
+
},
|
|
195598
|
+
{
|
|
195599
|
+
"name": "Issue Deleted",
|
|
195600
|
+
"value": "jira:issue_deleted"
|
|
195601
|
+
},
|
|
195602
|
+
{
|
|
195603
|
+
"name": "Issue Property Deleted",
|
|
195604
|
+
"value": "issue_property_deleted"
|
|
195605
|
+
},
|
|
195606
|
+
{
|
|
195607
|
+
"name": "Issue Property Set",
|
|
195608
|
+
"value": "issue_property_set"
|
|
195609
|
+
},
|
|
195610
|
+
{
|
|
195611
|
+
"name": "Issue Updated",
|
|
195612
|
+
"value": "jira:issue_updated"
|
|
195613
|
+
},
|
|
195614
|
+
{
|
|
195615
|
+
"name": "Sprint Closed",
|
|
195616
|
+
"value": "sprint_closed"
|
|
195617
|
+
},
|
|
195618
|
+
{
|
|
195619
|
+
"name": "Sprint Created",
|
|
195620
|
+
"value": "sprint_created"
|
|
195621
|
+
},
|
|
195622
|
+
{
|
|
195623
|
+
"name": "Sprint Deleted",
|
|
195624
|
+
"value": "sprint_deleted"
|
|
195625
|
+
},
|
|
195626
|
+
{
|
|
195627
|
+
"name": "Sprint Started",
|
|
195628
|
+
"value": "sprint_started"
|
|
195629
|
+
},
|
|
195630
|
+
{
|
|
195631
|
+
"name": "Sprint Updated",
|
|
195632
|
+
"value": "sprint_updated"
|
|
195633
|
+
},
|
|
195634
|
+
{
|
|
195635
|
+
"name": "Version Created",
|
|
195636
|
+
"value": "jira:version_created"
|
|
195637
|
+
},
|
|
195638
|
+
{
|
|
195639
|
+
"name": "Version Deleted",
|
|
195640
|
+
"value": "jira:version_deleted"
|
|
195641
|
+
},
|
|
195642
|
+
{
|
|
195643
|
+
"name": "Version Merged",
|
|
195644
|
+
"value": "jira:version_merged"
|
|
195645
|
+
},
|
|
195646
|
+
{
|
|
195647
|
+
"name": "Version Moved",
|
|
195648
|
+
"value": "jira:version_moved"
|
|
195649
|
+
},
|
|
195650
|
+
{
|
|
195651
|
+
"name": "Version Released",
|
|
195652
|
+
"value": "jira:version_released"
|
|
195653
|
+
},
|
|
195654
|
+
{
|
|
195655
|
+
"name": "Version Unreleased",
|
|
195656
|
+
"value": "jira:version_unreleased"
|
|
195657
|
+
},
|
|
195658
|
+
{
|
|
195659
|
+
"name": "Version Updated",
|
|
195660
|
+
"value": "jira:version_updated"
|
|
195661
|
+
}
|
|
195662
|
+
],
|
|
195663
|
+
"required": true,
|
|
195664
|
+
"default": [],
|
|
195665
|
+
"description": "The events to listen to"
|
|
195666
|
+
},
|
|
195495
195667
|
{
|
|
195496
195668
|
"displayName": "Additional Fields",
|
|
195497
195669
|
"name": "additionalFields",
|
|
@@ -195504,7 +195676,14 @@
|
|
|
195504
195676
|
"name": "excludeBody",
|
|
195505
195677
|
"type": "boolean",
|
|
195506
195678
|
"default": false,
|
|
195507
|
-
"description": "Whether a request with empty body will be sent to the URL. Leave unchecked if you want to receive JSON."
|
|
195679
|
+
"description": "Whether a request with empty body will be sent to the URL. Leave unchecked if you want to receive JSON.",
|
|
195680
|
+
"displayOptions": {
|
|
195681
|
+
"hide": {
|
|
195682
|
+
"/jiraVersion": [
|
|
195683
|
+
"cloudOAuth2"
|
|
195684
|
+
]
|
|
195685
|
+
}
|
|
195686
|
+
}
|
|
195508
195687
|
},
|
|
195509
195688
|
{
|
|
195510
195689
|
"displayName": "Filter",
|
|
@@ -195512,12 +195691,19 @@
|
|
|
195512
195691
|
"type": "string",
|
|
195513
195692
|
"default": "",
|
|
195514
195693
|
"placeholder": "Project = JRA AND resolution = Fixed",
|
|
195515
|
-
"description": "
|
|
195694
|
+
"description": "A JQL query to limit which issues trigger events. For Cloud OAuth2, leave blank to automatically monitor all accessible projects."
|
|
195516
195695
|
},
|
|
195517
195696
|
{
|
|
195518
195697
|
"displayName": "Include Fields",
|
|
195519
195698
|
"name": "includeFields",
|
|
195520
195699
|
"type": "multiOptions",
|
|
195700
|
+
"displayOptions": {
|
|
195701
|
+
"hide": {
|
|
195702
|
+
"/jiraVersion": [
|
|
195703
|
+
"cloudOAuth2"
|
|
195704
|
+
]
|
|
195705
|
+
}
|
|
195706
|
+
},
|
|
195521
195707
|
"options": [
|
|
195522
195708
|
{
|
|
195523
195709
|
"name": "Attachment ID",
|
|
@@ -217357,7 +217543,7 @@
|
|
|
217357
217543
|
"value": "append",
|
|
217358
217544
|
"description": "Output items of each input, one after the other",
|
|
217359
217545
|
"builderHint": {
|
|
217360
|
-
"
|
|
217546
|
+
"propertyHint": "Append items from multiple branches into a single list sequentially. Waits for all running branches. Supports any number of inputs. @example input1: [{ x }] [{ y }] input2: [{ z }]. Output: [{ x }, { y }, { z }]. Next node will execute 3 times with each item. Set executeOnce on next node to execute once."
|
|
217361
217547
|
}
|
|
217362
217548
|
},
|
|
217363
217549
|
{
|
|
@@ -217365,7 +217551,7 @@
|
|
|
217365
217551
|
"value": "combine",
|
|
217366
217552
|
"description": "Merge matching items together",
|
|
217367
217553
|
"builderHint": {
|
|
217368
|
-
"
|
|
217554
|
+
"propertyHint": "Combines items from 2 branches. Waits for both to have input data. @example **combine by position** input1: [{ x }, { y }] input2: [{ z }] output: [{ x, y }, { x: undefined, y: undefined, z }] @example **combine by key** input1: [{ id: 1, x }, { id: 2, y }] input2: [{ id: 1, z }] output: [{ id: 1, x, z }, { id: 2, y }]"
|
|
217369
217555
|
}
|
|
217370
217556
|
},
|
|
217371
217557
|
{
|
|
@@ -217373,7 +217559,7 @@
|
|
|
217373
217559
|
"value": "combineBySql",
|
|
217374
217560
|
"description": "Write a query to do the merge",
|
|
217375
217561
|
"builderHint": {
|
|
217376
|
-
"
|
|
217562
|
+
"propertyHint": "Need to combine more than 2 branches? Use SQL Query for advanced operations. Waits for all inputs. @example Results depend on query - can filter, join, aggregate"
|
|
217377
217563
|
}
|
|
217378
217564
|
},
|
|
217379
217565
|
{
|
|
@@ -217381,7 +217567,7 @@
|
|
|
217381
217567
|
"value": "chooseBranch",
|
|
217382
217568
|
"description": "Output data from a specific branch, without modifying it",
|
|
217383
217569
|
"builderHint": {
|
|
217384
|
-
"
|
|
217570
|
+
"propertyHint": "Do you need to select data from only ONE specific input and discard the others? Use Choose Branch after conditional nodes to pick which path to continue. Waits for all inputs. @example 3 items from Input A + 2 items from Input B, choose Input A → 3 items"
|
|
217385
217571
|
}
|
|
217386
217572
|
}
|
|
217387
217573
|
],
|
|
@@ -218453,6 +218639,92 @@
|
|
|
218453
218639
|
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/nodes/Merge/Merge.node.js",
|
|
218454
218640
|
"usableAsTool": false
|
|
218455
218641
|
},
|
|
218642
|
+
{
|
|
218643
|
+
"name": "messageAnAgent",
|
|
218644
|
+
"fullType": "n8n-nodes-base.messageAnAgent",
|
|
218645
|
+
"displayName": "Message an Agent",
|
|
218646
|
+
"description": "Send a message to an SDK agent and receive its response",
|
|
218647
|
+
"icon": "node:ai-agent",
|
|
218648
|
+
"group": [
|
|
218649
|
+
"transform"
|
|
218650
|
+
],
|
|
218651
|
+
"version": 1,
|
|
218652
|
+
"credentials": [],
|
|
218653
|
+
"properties": [
|
|
218654
|
+
{
|
|
218655
|
+
"displayName": "Only published agents are listed below. Publish an agent before referencing it from a workflow.",
|
|
218656
|
+
"name": "publishedAgentNotice",
|
|
218657
|
+
"type": "notice",
|
|
218658
|
+
"default": ""
|
|
218659
|
+
},
|
|
218660
|
+
{
|
|
218661
|
+
"displayName": "Agent",
|
|
218662
|
+
"name": "agentId",
|
|
218663
|
+
"type": "resourceLocator",
|
|
218664
|
+
"default": {
|
|
218665
|
+
"mode": "list",
|
|
218666
|
+
"value": ""
|
|
218667
|
+
},
|
|
218668
|
+
"required": true,
|
|
218669
|
+
"description": "The agent to send the message to",
|
|
218670
|
+
"modes": [
|
|
218671
|
+
{
|
|
218672
|
+
"displayName": "From List",
|
|
218673
|
+
"name": "list",
|
|
218674
|
+
"type": "list",
|
|
218675
|
+
"typeOptions": {
|
|
218676
|
+
"searchListMethod": "listAgents",
|
|
218677
|
+
"searchable": true
|
|
218678
|
+
}
|
|
218679
|
+
},
|
|
218680
|
+
{
|
|
218681
|
+
"displayName": "By ID",
|
|
218682
|
+
"name": "id",
|
|
218683
|
+
"type": "string",
|
|
218684
|
+
"placeholder": "e.g. abc123",
|
|
218685
|
+
"validation": [
|
|
218686
|
+
{
|
|
218687
|
+
"type": "regex",
|
|
218688
|
+
"properties": {
|
|
218689
|
+
"regex": ".+",
|
|
218690
|
+
"errorMessage": "Agent ID cannot be empty"
|
|
218691
|
+
}
|
|
218692
|
+
}
|
|
218693
|
+
]
|
|
218694
|
+
}
|
|
218695
|
+
]
|
|
218696
|
+
},
|
|
218697
|
+
{
|
|
218698
|
+
"displayName": "Message",
|
|
218699
|
+
"name": "message",
|
|
218700
|
+
"type": "string",
|
|
218701
|
+
"default": "",
|
|
218702
|
+
"required": true,
|
|
218703
|
+
"description": "The message to send to the agent",
|
|
218704
|
+
"typeOptions": {
|
|
218705
|
+
"rows": 4
|
|
218706
|
+
}
|
|
218707
|
+
},
|
|
218708
|
+
{
|
|
218709
|
+
"displayName": "Advanced",
|
|
218710
|
+
"name": "advanced",
|
|
218711
|
+
"type": "collection",
|
|
218712
|
+
"placeholder": "Add Option",
|
|
218713
|
+
"default": {},
|
|
218714
|
+
"options": [
|
|
218715
|
+
{
|
|
218716
|
+
"displayName": "Session ID",
|
|
218717
|
+
"name": "sessionId",
|
|
218718
|
+
"type": "string",
|
|
218719
|
+
"default": "",
|
|
218720
|
+
"description": "Reuse an agent session to keep memory across runs. Leave empty to start a fresh session per execution."
|
|
218721
|
+
}
|
|
218722
|
+
]
|
|
218723
|
+
}
|
|
218724
|
+
],
|
|
218725
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/nodes/MessageAnAgent/MessageAnAgent.node.js",
|
|
218726
|
+
"usableAsTool": true
|
|
218727
|
+
},
|
|
218456
218728
|
{
|
|
218457
218729
|
"name": "messageBird",
|
|
218458
218730
|
"fullType": "n8n-nodes-base.messageBird",
|
|
@@ -232499,7 +232771,7 @@
|
|
|
232499
232771
|
"displayName": "Start",
|
|
232500
232772
|
"name": "startDateTime",
|
|
232501
232773
|
"type": "dateTime",
|
|
232502
|
-
"default": "2026-05-
|
|
232774
|
+
"default": "2026-05-21T10:01:55.645+00:00",
|
|
232503
232775
|
"required": true,
|
|
232504
232776
|
"displayOptions": {
|
|
232505
232777
|
"show": {
|
|
@@ -232517,7 +232789,7 @@
|
|
|
232517
232789
|
"name": "endDateTime",
|
|
232518
232790
|
"type": "dateTime",
|
|
232519
232791
|
"required": true,
|
|
232520
|
-
"default": "2026-05-
|
|
232792
|
+
"default": "2026-05-21T10:31:55.645+00:00",
|
|
232521
232793
|
"displayOptions": {
|
|
232522
232794
|
"show": {
|
|
232523
232795
|
"resource": [
|
|
@@ -232536,6 +232808,58 @@
|
|
|
232536
232808
|
"placeholder": "Add Field",
|
|
232537
232809
|
"default": {},
|
|
232538
232810
|
"options": [
|
|
232811
|
+
{
|
|
232812
|
+
"displayName": "Attendees",
|
|
232813
|
+
"name": "attendees",
|
|
232814
|
+
"type": "fixedCollection",
|
|
232815
|
+
"typeOptions": {
|
|
232816
|
+
"multipleValues": true
|
|
232817
|
+
},
|
|
232818
|
+
"default": {},
|
|
232819
|
+
"placeholder": "Add Attendee",
|
|
232820
|
+
"options": [
|
|
232821
|
+
{
|
|
232822
|
+
"displayName": "Attendee",
|
|
232823
|
+
"name": "values",
|
|
232824
|
+
"values": [
|
|
232825
|
+
{
|
|
232826
|
+
"displayName": "Email",
|
|
232827
|
+
"name": "email",
|
|
232828
|
+
"type": "string",
|
|
232829
|
+
"placeholder": "name@email.com",
|
|
232830
|
+
"required": true,
|
|
232831
|
+
"default": ""
|
|
232832
|
+
},
|
|
232833
|
+
{
|
|
232834
|
+
"displayName": "Name",
|
|
232835
|
+
"name": "name",
|
|
232836
|
+
"type": "string",
|
|
232837
|
+
"default": ""
|
|
232838
|
+
},
|
|
232839
|
+
{
|
|
232840
|
+
"displayName": "Type",
|
|
232841
|
+
"name": "type",
|
|
232842
|
+
"type": "options",
|
|
232843
|
+
"default": "required",
|
|
232844
|
+
"options": [
|
|
232845
|
+
{
|
|
232846
|
+
"name": "Optional",
|
|
232847
|
+
"value": "optional"
|
|
232848
|
+
},
|
|
232849
|
+
{
|
|
232850
|
+
"name": "Required",
|
|
232851
|
+
"value": "required"
|
|
232852
|
+
},
|
|
232853
|
+
{
|
|
232854
|
+
"name": "Resource",
|
|
232855
|
+
"value": "resource"
|
|
232856
|
+
}
|
|
232857
|
+
]
|
|
232858
|
+
}
|
|
232859
|
+
]
|
|
232860
|
+
}
|
|
232861
|
+
]
|
|
232862
|
+
},
|
|
232539
232863
|
{
|
|
232540
232864
|
"displayName": "Categories",
|
|
232541
232865
|
"name": "categories",
|
|
@@ -232612,6 +232936,13 @@
|
|
|
232612
232936
|
"type": "boolean",
|
|
232613
232937
|
"default": false
|
|
232614
232938
|
},
|
|
232939
|
+
{
|
|
232940
|
+
"displayName": "Location",
|
|
232941
|
+
"name": "location",
|
|
232942
|
+
"type": "string",
|
|
232943
|
+
"default": "",
|
|
232944
|
+
"description": "The location of the event (e.g. a meeting room name, address, or meeting link)"
|
|
232945
|
+
},
|
|
232615
232946
|
{
|
|
232616
232947
|
"displayName": "Sensitivity",
|
|
232617
232948
|
"name": "sensitivity",
|
|
@@ -235561,6 +235892,65 @@
|
|
|
235561
235892
|
}
|
|
235562
235893
|
}
|
|
235563
235894
|
},
|
|
235895
|
+
{
|
|
235896
|
+
"displayName": "Include Recurring Event Instances",
|
|
235897
|
+
"name": "includeRecurringInstances",
|
|
235898
|
+
"type": "boolean",
|
|
235899
|
+
"default": false,
|
|
235900
|
+
"description": "Whether to expand recurring events into individual instances within the specified date range. When disabled, recurring events are returned as a single series master event.",
|
|
235901
|
+
"displayOptions": {
|
|
235902
|
+
"show": {
|
|
235903
|
+
"resource": [
|
|
235904
|
+
"event"
|
|
235905
|
+
],
|
|
235906
|
+
"operation": [
|
|
235907
|
+
"getAll"
|
|
235908
|
+
]
|
|
235909
|
+
}
|
|
235910
|
+
}
|
|
235911
|
+
},
|
|
235912
|
+
{
|
|
235913
|
+
"displayName": "Start Date",
|
|
235914
|
+
"name": "startDateTime",
|
|
235915
|
+
"type": "dateTime",
|
|
235916
|
+
"default": "",
|
|
235917
|
+
"required": true,
|
|
235918
|
+
"description": "Start of the date range to retrieve event instances for",
|
|
235919
|
+
"displayOptions": {
|
|
235920
|
+
"show": {
|
|
235921
|
+
"includeRecurringInstances": [
|
|
235922
|
+
true
|
|
235923
|
+
],
|
|
235924
|
+
"resource": [
|
|
235925
|
+
"event"
|
|
235926
|
+
],
|
|
235927
|
+
"operation": [
|
|
235928
|
+
"getAll"
|
|
235929
|
+
]
|
|
235930
|
+
}
|
|
235931
|
+
}
|
|
235932
|
+
},
|
|
235933
|
+
{
|
|
235934
|
+
"displayName": "End Date",
|
|
235935
|
+
"name": "endDateTime",
|
|
235936
|
+
"type": "dateTime",
|
|
235937
|
+
"default": "",
|
|
235938
|
+
"required": true,
|
|
235939
|
+
"description": "End of the date range to retrieve event instances for",
|
|
235940
|
+
"displayOptions": {
|
|
235941
|
+
"show": {
|
|
235942
|
+
"includeRecurringInstances": [
|
|
235943
|
+
true
|
|
235944
|
+
],
|
|
235945
|
+
"resource": [
|
|
235946
|
+
"event"
|
|
235947
|
+
],
|
|
235948
|
+
"operation": [
|
|
235949
|
+
"getAll"
|
|
235950
|
+
]
|
|
235951
|
+
}
|
|
235952
|
+
}
|
|
235953
|
+
},
|
|
235564
235954
|
{
|
|
235565
235955
|
"displayName": "Return All",
|
|
235566
235956
|
"name": "returnAll",
|
|
@@ -235815,18 +236205,11 @@
|
|
|
235815
236205
|
"type": "collection",
|
|
235816
236206
|
"placeholder": "Add Filter",
|
|
235817
236207
|
"default": {},
|
|
235818
|
-
"options": [
|
|
235819
|
-
{
|
|
235820
|
-
"displayName": "Filter Query",
|
|
235821
|
-
"name": "custom",
|
|
235822
|
-
"type": "string",
|
|
235823
|
-
"default": "",
|
|
235824
|
-
"placeholder": "e.g. contains(subject,'Hello')",
|
|
235825
|
-
"hint": "Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."
|
|
235826
|
-
}
|
|
235827
|
-
],
|
|
235828
236208
|
"displayOptions": {
|
|
235829
236209
|
"show": {
|
|
236210
|
+
"includeRecurringInstances": [
|
|
236211
|
+
false
|
|
236212
|
+
],
|
|
235830
236213
|
"resource": [
|
|
235831
236214
|
"event"
|
|
235832
236215
|
],
|
|
@@ -235834,7 +236217,17 @@
|
|
|
235834
236217
|
"getAll"
|
|
235835
236218
|
]
|
|
235836
236219
|
}
|
|
235837
|
-
}
|
|
236220
|
+
},
|
|
236221
|
+
"options": [
|
|
236222
|
+
{
|
|
236223
|
+
"displayName": "Filter Query",
|
|
236224
|
+
"name": "custom",
|
|
236225
|
+
"type": "string",
|
|
236226
|
+
"default": "",
|
|
236227
|
+
"placeholder": "e.g. contains(subject,'Hello')",
|
|
236228
|
+
"hint": "Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."
|
|
236229
|
+
}
|
|
236230
|
+
]
|
|
235838
236231
|
},
|
|
235839
236232
|
{
|
|
235840
236233
|
"displayName": "Calendar",
|
|
@@ -235943,6 +236336,59 @@
|
|
|
235943
236336
|
"placeholder": "Add Field",
|
|
235944
236337
|
"default": {},
|
|
235945
236338
|
"options": [
|
|
236339
|
+
{
|
|
236340
|
+
"displayName": "Attendees",
|
|
236341
|
+
"name": "attendees",
|
|
236342
|
+
"type": "fixedCollection",
|
|
236343
|
+
"typeOptions": {
|
|
236344
|
+
"multipleValues": true
|
|
236345
|
+
},
|
|
236346
|
+
"default": {},
|
|
236347
|
+
"placeholder": "Add Attendee",
|
|
236348
|
+
"options": [
|
|
236349
|
+
{
|
|
236350
|
+
"displayName": "Attendee",
|
|
236351
|
+
"name": "values",
|
|
236352
|
+
"values": [
|
|
236353
|
+
{
|
|
236354
|
+
"displayName": "Email",
|
|
236355
|
+
"name": "email",
|
|
236356
|
+
"type": "string",
|
|
236357
|
+
"placeholder": "name@email.com",
|
|
236358
|
+
"required": true,
|
|
236359
|
+
"default": ""
|
|
236360
|
+
},
|
|
236361
|
+
{
|
|
236362
|
+
"displayName": "Name",
|
|
236363
|
+
"name": "name",
|
|
236364
|
+
"type": "string",
|
|
236365
|
+
"default": ""
|
|
236366
|
+
},
|
|
236367
|
+
{
|
|
236368
|
+
"displayName": "Type",
|
|
236369
|
+
"name": "type",
|
|
236370
|
+
"type": "options",
|
|
236371
|
+
"default": "required",
|
|
236372
|
+
"options": [
|
|
236373
|
+
{
|
|
236374
|
+
"name": "Optional",
|
|
236375
|
+
"value": "optional"
|
|
236376
|
+
},
|
|
236377
|
+
{
|
|
236378
|
+
"name": "Required",
|
|
236379
|
+
"value": "required"
|
|
236380
|
+
},
|
|
236381
|
+
{
|
|
236382
|
+
"name": "Resource",
|
|
236383
|
+
"value": "resource"
|
|
236384
|
+
}
|
|
236385
|
+
]
|
|
236386
|
+
}
|
|
236387
|
+
]
|
|
236388
|
+
}
|
|
236389
|
+
],
|
|
236390
|
+
"description": "Setting attendees on update replaces the entire attendee list"
|
|
236391
|
+
},
|
|
235946
236392
|
{
|
|
235947
236393
|
"displayName": "Categories",
|
|
235948
236394
|
"name": "categories",
|
|
@@ -236025,6 +236471,13 @@
|
|
|
236025
236471
|
"type": "boolean",
|
|
236026
236472
|
"default": true
|
|
236027
236473
|
},
|
|
236474
|
+
{
|
|
236475
|
+
"displayName": "Location",
|
|
236476
|
+
"name": "location",
|
|
236477
|
+
"type": "string",
|
|
236478
|
+
"default": "",
|
|
236479
|
+
"description": "The location of the event (e.g. a meeting room name, address, or meeting link)"
|
|
236480
|
+
},
|
|
236028
236481
|
{
|
|
236029
236482
|
"displayName": "Sensitivity",
|
|
236030
236483
|
"name": "sensitivity",
|
|
@@ -255005,7 +255458,8 @@
|
|
|
255005
255458
|
"version": [
|
|
255006
255459
|
1,
|
|
255007
255460
|
1.1,
|
|
255008
|
-
1.2
|
|
255461
|
+
1.2,
|
|
255462
|
+
1.3
|
|
255009
255463
|
],
|
|
255010
255464
|
"credentials": [
|
|
255011
255465
|
{
|
|
@@ -267048,7 +267502,7 @@
|
|
|
267048
267502
|
"default": "apiKey"
|
|
267049
267503
|
},
|
|
267050
267504
|
{
|
|
267051
|
-
"displayName": "In Notion, make sure to <a href=\"https://www.notion.
|
|
267505
|
+
"displayName": "In Notion, make sure to <a href=\"https://www.notion.com/help/add-and-manage-connections-with-the-api\" target=\"_blank\">add your connection</a> to the pages you want to access.",
|
|
267052
267506
|
"name": "notionNotice",
|
|
267053
267507
|
"type": "notice",
|
|
267054
267508
|
"default": ""
|
|
@@ -267130,19 +267584,19 @@
|
|
|
267130
267584
|
"displayName": "Link",
|
|
267131
267585
|
"name": "url",
|
|
267132
267586
|
"type": "string",
|
|
267133
|
-
"placeholder": "https://www.notion.
|
|
267587
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
267134
267588
|
"validation": [
|
|
267135
267589
|
{
|
|
267136
267590
|
"type": "regex",
|
|
267137
267591
|
"properties": {
|
|
267138
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
267592
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
267139
267593
|
"errorMessage": "Not a valid Notion Block URL"
|
|
267140
267594
|
}
|
|
267141
267595
|
}
|
|
267142
267596
|
],
|
|
267143
267597
|
"extractValue": {
|
|
267144
267598
|
"type": "regex",
|
|
267145
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267599
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267146
267600
|
}
|
|
267147
267601
|
},
|
|
267148
267602
|
{
|
|
@@ -267163,7 +267617,7 @@
|
|
|
267163
267617
|
"type": "regex",
|
|
267164
267618
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267165
267619
|
},
|
|
267166
|
-
"url": "=https://www.notion.
|
|
267620
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
267167
267621
|
}
|
|
267168
267622
|
],
|
|
267169
267623
|
"displayOptions": {
|
|
@@ -267201,12 +267655,12 @@
|
|
|
267201
267655
|
"displayName": "Link",
|
|
267202
267656
|
"name": "url",
|
|
267203
267657
|
"type": "string",
|
|
267204
|
-
"placeholder": "e.g. https://www.notion.
|
|
267658
|
+
"placeholder": "e.g. https://www.notion.com/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e",
|
|
267205
267659
|
"validation": [
|
|
267206
267660
|
{
|
|
267207
267661
|
"type": "regex",
|
|
267208
267662
|
"properties": {
|
|
267209
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
267663
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
267210
267664
|
"errorMessage": "Not a valid Notion Block URL"
|
|
267211
267665
|
}
|
|
267212
267666
|
}
|
|
@@ -267484,19 +267938,19 @@
|
|
|
267484
267938
|
"displayName": "Link",
|
|
267485
267939
|
"name": "url",
|
|
267486
267940
|
"type": "string",
|
|
267487
|
-
"placeholder": "https://www.notion.
|
|
267941
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
267488
267942
|
"validation": [
|
|
267489
267943
|
{
|
|
267490
267944
|
"type": "regex",
|
|
267491
267945
|
"properties": {
|
|
267492
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
267946
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
267493
267947
|
"errorMessage": "Not a valid Notion Database URL"
|
|
267494
267948
|
}
|
|
267495
267949
|
}
|
|
267496
267950
|
],
|
|
267497
267951
|
"extractValue": {
|
|
267498
267952
|
"type": "regex",
|
|
267499
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267953
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267500
267954
|
}
|
|
267501
267955
|
},
|
|
267502
267956
|
{
|
|
@@ -267517,7 +267971,7 @@
|
|
|
267517
267971
|
"type": "regex",
|
|
267518
267972
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267519
267973
|
},
|
|
267520
|
-
"url": "=https://www.notion.
|
|
267974
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
267521
267975
|
}
|
|
267522
267976
|
],
|
|
267523
267977
|
"displayOptions": {
|
|
@@ -267945,19 +268399,19 @@
|
|
|
267945
268399
|
"displayName": "Link",
|
|
267946
268400
|
"name": "url",
|
|
267947
268401
|
"type": "string",
|
|
267948
|
-
"placeholder": "https://www.notion.
|
|
268402
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
267949
268403
|
"validation": [
|
|
267950
268404
|
{
|
|
267951
268405
|
"type": "regex",
|
|
267952
268406
|
"properties": {
|
|
267953
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
268407
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
267954
268408
|
"errorMessage": "Not a valid Notion Database URL"
|
|
267955
268409
|
}
|
|
267956
268410
|
}
|
|
267957
268411
|
],
|
|
267958
268412
|
"extractValue": {
|
|
267959
268413
|
"type": "regex",
|
|
267960
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
268414
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267961
268415
|
}
|
|
267962
268416
|
},
|
|
267963
268417
|
{
|
|
@@ -267978,7 +268432,7 @@
|
|
|
267978
268432
|
"type": "regex",
|
|
267979
268433
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
267980
268434
|
},
|
|
267981
|
-
"url": "=https://www.notion.
|
|
268435
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
267982
268436
|
}
|
|
267983
268437
|
],
|
|
267984
268438
|
"displayOptions": {
|
|
@@ -268406,19 +268860,19 @@
|
|
|
268406
268860
|
"displayName": "Link",
|
|
268407
268861
|
"name": "url",
|
|
268408
268862
|
"type": "string",
|
|
268409
|
-
"placeholder": "https://www.notion.
|
|
268863
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
268410
268864
|
"validation": [
|
|
268411
268865
|
{
|
|
268412
268866
|
"type": "regex",
|
|
268413
268867
|
"properties": {
|
|
268414
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
268868
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
268415
268869
|
"errorMessage": "Not a valid Notion Database URL"
|
|
268416
268870
|
}
|
|
268417
268871
|
}
|
|
268418
268872
|
],
|
|
268419
268873
|
"extractValue": {
|
|
268420
268874
|
"type": "regex",
|
|
268421
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
268875
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
268422
268876
|
}
|
|
268423
268877
|
},
|
|
268424
268878
|
{
|
|
@@ -268439,7 +268893,7 @@
|
|
|
268439
268893
|
"type": "regex",
|
|
268440
268894
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
268441
268895
|
},
|
|
268442
|
-
"url": "=https://www.notion.
|
|
268896
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
268443
268897
|
}
|
|
268444
268898
|
],
|
|
268445
268899
|
"displayOptions": {
|
|
@@ -268867,19 +269321,19 @@
|
|
|
268867
269321
|
"displayName": "Link",
|
|
268868
269322
|
"name": "url",
|
|
268869
269323
|
"type": "string",
|
|
268870
|
-
"placeholder": "https://www.notion.
|
|
269324
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
268871
269325
|
"validation": [
|
|
268872
269326
|
{
|
|
268873
269327
|
"type": "regex",
|
|
268874
269328
|
"properties": {
|
|
268875
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
269329
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
268876
269330
|
"errorMessage": "Not a valid Notion Database URL"
|
|
268877
269331
|
}
|
|
268878
269332
|
}
|
|
268879
269333
|
],
|
|
268880
269334
|
"extractValue": {
|
|
268881
269335
|
"type": "regex",
|
|
268882
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
269336
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
268883
269337
|
}
|
|
268884
269338
|
},
|
|
268885
269339
|
{
|
|
@@ -268900,7 +269354,7 @@
|
|
|
268900
269354
|
"type": "regex",
|
|
268901
269355
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
268902
269356
|
},
|
|
268903
|
-
"url": "=https://www.notion.
|
|
269357
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
268904
269358
|
}
|
|
268905
269359
|
],
|
|
268906
269360
|
"displayOptions": {
|
|
@@ -269328,19 +269782,19 @@
|
|
|
269328
269782
|
"displayName": "Link",
|
|
269329
269783
|
"name": "url",
|
|
269330
269784
|
"type": "string",
|
|
269331
|
-
"placeholder": "https://www.notion.
|
|
269785
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
269332
269786
|
"validation": [
|
|
269333
269787
|
{
|
|
269334
269788
|
"type": "regex",
|
|
269335
269789
|
"properties": {
|
|
269336
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
269790
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
269337
269791
|
"errorMessage": "Not a valid Notion Database URL"
|
|
269338
269792
|
}
|
|
269339
269793
|
}
|
|
269340
269794
|
],
|
|
269341
269795
|
"extractValue": {
|
|
269342
269796
|
"type": "regex",
|
|
269343
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
269797
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
269344
269798
|
}
|
|
269345
269799
|
},
|
|
269346
269800
|
{
|
|
@@ -269361,7 +269815,7 @@
|
|
|
269361
269815
|
"type": "regex",
|
|
269362
269816
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
269363
269817
|
},
|
|
269364
|
-
"url": "=https://www.notion.
|
|
269818
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
269365
269819
|
}
|
|
269366
269820
|
],
|
|
269367
269821
|
"displayOptions": {
|
|
@@ -269803,19 +270257,19 @@
|
|
|
269803
270257
|
"displayName": "Link",
|
|
269804
270258
|
"name": "url",
|
|
269805
270259
|
"type": "string",
|
|
269806
|
-
"placeholder": "https://www.notion.
|
|
270260
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
269807
270261
|
"validation": [
|
|
269808
270262
|
{
|
|
269809
270263
|
"type": "regex",
|
|
269810
270264
|
"properties": {
|
|
269811
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
270265
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
269812
270266
|
"errorMessage": "Not a valid Notion Database URL"
|
|
269813
270267
|
}
|
|
269814
270268
|
}
|
|
269815
270269
|
],
|
|
269816
270270
|
"extractValue": {
|
|
269817
270271
|
"type": "regex",
|
|
269818
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
270272
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
269819
270273
|
}
|
|
269820
270274
|
},
|
|
269821
270275
|
{
|
|
@@ -269836,7 +270290,7 @@
|
|
|
269836
270290
|
"type": "regex",
|
|
269837
270291
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
269838
270292
|
},
|
|
269839
|
-
"url": "=https://www.notion.
|
|
270293
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
269840
270294
|
}
|
|
269841
270295
|
],
|
|
269842
270296
|
"displayOptions": {
|
|
@@ -270278,19 +270732,19 @@
|
|
|
270278
270732
|
"displayName": "Link",
|
|
270279
270733
|
"name": "url",
|
|
270280
270734
|
"type": "string",
|
|
270281
|
-
"placeholder": "https://www.notion.
|
|
270735
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
270282
270736
|
"validation": [
|
|
270283
270737
|
{
|
|
270284
270738
|
"type": "regex",
|
|
270285
270739
|
"properties": {
|
|
270286
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
270740
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
270287
270741
|
"errorMessage": "Not a valid Notion Database URL"
|
|
270288
270742
|
}
|
|
270289
270743
|
}
|
|
270290
270744
|
],
|
|
270291
270745
|
"extractValue": {
|
|
270292
270746
|
"type": "regex",
|
|
270293
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
270747
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
270294
270748
|
}
|
|
270295
270749
|
},
|
|
270296
270750
|
{
|
|
@@ -270311,7 +270765,7 @@
|
|
|
270311
270765
|
"type": "regex",
|
|
270312
270766
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
270313
270767
|
},
|
|
270314
|
-
"url": "=https://www.notion.
|
|
270768
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
270315
270769
|
}
|
|
270316
270770
|
],
|
|
270317
270771
|
"displayOptions": {
|
|
@@ -270739,19 +271193,19 @@
|
|
|
270739
271193
|
"displayName": "Link",
|
|
270740
271194
|
"name": "url",
|
|
270741
271195
|
"type": "string",
|
|
270742
|
-
"placeholder": "https://www.notion.
|
|
271196
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
270743
271197
|
"validation": [
|
|
270744
271198
|
{
|
|
270745
271199
|
"type": "regex",
|
|
270746
271200
|
"properties": {
|
|
270747
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271201
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
270748
271202
|
"errorMessage": "Not a valid Notion Database URL"
|
|
270749
271203
|
}
|
|
270750
271204
|
}
|
|
270751
271205
|
],
|
|
270752
271206
|
"extractValue": {
|
|
270753
271207
|
"type": "regex",
|
|
270754
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271208
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
270755
271209
|
}
|
|
270756
271210
|
},
|
|
270757
271211
|
{
|
|
@@ -270772,7 +271226,7 @@
|
|
|
270772
271226
|
"type": "regex",
|
|
270773
271227
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
270774
271228
|
},
|
|
270775
|
-
"url": "=https://www.notion.
|
|
271229
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
270776
271230
|
}
|
|
270777
271231
|
],
|
|
270778
271232
|
"displayOptions": {
|
|
@@ -271029,19 +271483,19 @@
|
|
|
271029
271483
|
"displayName": "Link",
|
|
271030
271484
|
"name": "url",
|
|
271031
271485
|
"type": "string",
|
|
271032
|
-
"placeholder": "https://www.notion.
|
|
271486
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
271033
271487
|
"validation": [
|
|
271034
271488
|
{
|
|
271035
271489
|
"type": "regex",
|
|
271036
271490
|
"properties": {
|
|
271037
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271491
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271038
271492
|
"errorMessage": "Not a valid Notion Block URL"
|
|
271039
271493
|
}
|
|
271040
271494
|
}
|
|
271041
271495
|
],
|
|
271042
271496
|
"extractValue": {
|
|
271043
271497
|
"type": "regex",
|
|
271044
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271498
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271045
271499
|
}
|
|
271046
271500
|
},
|
|
271047
271501
|
{
|
|
@@ -271062,7 +271516,7 @@
|
|
|
271062
271516
|
"type": "regex",
|
|
271063
271517
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271064
271518
|
},
|
|
271065
|
-
"url": "=https://www.notion.
|
|
271519
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
271066
271520
|
}
|
|
271067
271521
|
],
|
|
271068
271522
|
"displayOptions": {
|
|
@@ -271100,12 +271554,12 @@
|
|
|
271100
271554
|
"displayName": "Link",
|
|
271101
271555
|
"name": "url",
|
|
271102
271556
|
"type": "string",
|
|
271103
|
-
"placeholder": "e.g. https://www.notion.
|
|
271557
|
+
"placeholder": "e.g. https://www.notion.com/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e",
|
|
271104
271558
|
"validation": [
|
|
271105
271559
|
{
|
|
271106
271560
|
"type": "regex",
|
|
271107
271561
|
"properties": {
|
|
271108
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271562
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271109
271563
|
"errorMessage": "Not a valid Notion Block URL"
|
|
271110
271564
|
}
|
|
271111
271565
|
}
|
|
@@ -271181,8 +271635,7 @@
|
|
|
271181
271635
|
}
|
|
271182
271636
|
},
|
|
271183
271637
|
"typeOptions": {
|
|
271184
|
-
"minValue": 1
|
|
271185
|
-
"maxValue": 100
|
|
271638
|
+
"minValue": 1
|
|
271186
271639
|
},
|
|
271187
271640
|
"default": 50,
|
|
271188
271641
|
"description": "Max number of results to return"
|
|
@@ -271319,19 +271772,19 @@
|
|
|
271319
271772
|
"displayName": "Link",
|
|
271320
271773
|
"name": "url",
|
|
271321
271774
|
"type": "string",
|
|
271322
|
-
"placeholder": "https://www.notion.
|
|
271775
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
271323
271776
|
"validation": [
|
|
271324
271777
|
{
|
|
271325
271778
|
"type": "regex",
|
|
271326
271779
|
"properties": {
|
|
271327
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271780
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271328
271781
|
"errorMessage": "Not a valid Notion Database URL. Hint: use the URL of the database itself, not a page containing it."
|
|
271329
271782
|
}
|
|
271330
271783
|
}
|
|
271331
271784
|
],
|
|
271332
271785
|
"extractValue": {
|
|
271333
271786
|
"type": "regex",
|
|
271334
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271787
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271335
271788
|
}
|
|
271336
271789
|
},
|
|
271337
271790
|
{
|
|
@@ -271352,7 +271805,7 @@
|
|
|
271352
271805
|
"type": "regex",
|
|
271353
271806
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271354
271807
|
},
|
|
271355
|
-
"url": "=https://www.notion.
|
|
271808
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
271356
271809
|
}
|
|
271357
271810
|
],
|
|
271358
271811
|
"displayOptions": {
|
|
@@ -271402,8 +271855,7 @@
|
|
|
271402
271855
|
}
|
|
271403
271856
|
},
|
|
271404
271857
|
"typeOptions": {
|
|
271405
|
-
"minValue": 1
|
|
271406
|
-
"maxValue": 100
|
|
271858
|
+
"minValue": 1
|
|
271407
271859
|
},
|
|
271408
271860
|
"default": 50,
|
|
271409
271861
|
"description": "Max number of results to return"
|
|
@@ -271679,19 +272131,19 @@
|
|
|
271679
272131
|
"displayName": "Link",
|
|
271680
272132
|
"name": "url",
|
|
271681
272133
|
"type": "string",
|
|
271682
|
-
"placeholder": "https://www.notion.
|
|
272134
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
271683
272135
|
"validation": [
|
|
271684
272136
|
{
|
|
271685
272137
|
"type": "regex",
|
|
271686
272138
|
"properties": {
|
|
271687
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
272139
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
271688
272140
|
"errorMessage": "Not a valid Notion Database URL"
|
|
271689
272141
|
}
|
|
271690
272142
|
}
|
|
271691
272143
|
],
|
|
271692
272144
|
"extractValue": {
|
|
271693
272145
|
"type": "regex",
|
|
271694
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
272146
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271695
272147
|
}
|
|
271696
272148
|
},
|
|
271697
272149
|
{
|
|
@@ -271712,7 +272164,7 @@
|
|
|
271712
272164
|
"type": "regex",
|
|
271713
272165
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
271714
272166
|
},
|
|
271715
|
-
"url": "=https://www.notion.
|
|
272167
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
271716
272168
|
}
|
|
271717
272169
|
],
|
|
271718
272170
|
"displayOptions": {
|
|
@@ -272025,19 +272477,19 @@
|
|
|
272025
272477
|
"displayName": "Link",
|
|
272026
272478
|
"name": "url",
|
|
272027
272479
|
"type": "string",
|
|
272028
|
-
"placeholder": "https://www.notion.
|
|
272480
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
272029
272481
|
"validation": [
|
|
272030
272482
|
{
|
|
272031
272483
|
"type": "regex",
|
|
272032
272484
|
"properties": {
|
|
272033
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
272485
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
272034
272486
|
"errorMessage": "Not a valid Notion Database URL"
|
|
272035
272487
|
}
|
|
272036
272488
|
}
|
|
272037
272489
|
],
|
|
272038
272490
|
"extractValue": {
|
|
272039
272491
|
"type": "regex",
|
|
272040
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
272492
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
272041
272493
|
}
|
|
272042
272494
|
},
|
|
272043
272495
|
{
|
|
@@ -272058,7 +272510,7 @@
|
|
|
272058
272510
|
"type": "regex",
|
|
272059
272511
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
272060
272512
|
},
|
|
272061
|
-
"url": "=https://www.notion.
|
|
272513
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
272062
272514
|
}
|
|
272063
272515
|
],
|
|
272064
272516
|
"displayOptions": {
|
|
@@ -272832,19 +273284,19 @@
|
|
|
272832
273284
|
"displayName": "Link",
|
|
272833
273285
|
"name": "url",
|
|
272834
273286
|
"type": "string",
|
|
272835
|
-
"placeholder": "https://www.notion.
|
|
273287
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
272836
273288
|
"validation": [
|
|
272837
273289
|
{
|
|
272838
273290
|
"type": "regex",
|
|
272839
273291
|
"properties": {
|
|
272840
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
273292
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
272841
273293
|
"errorMessage": "Not a valid Notion Database URL"
|
|
272842
273294
|
}
|
|
272843
273295
|
}
|
|
272844
273296
|
],
|
|
272845
273297
|
"extractValue": {
|
|
272846
273298
|
"type": "regex",
|
|
272847
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
273299
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
272848
273300
|
}
|
|
272849
273301
|
},
|
|
272850
273302
|
{
|
|
@@ -272865,7 +273317,7 @@
|
|
|
272865
273317
|
"type": "regex",
|
|
272866
273318
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
272867
273319
|
},
|
|
272868
|
-
"url": "=https://www.notion.
|
|
273320
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
272869
273321
|
}
|
|
272870
273322
|
],
|
|
272871
273323
|
"displayOptions": {
|
|
@@ -273293,19 +273745,19 @@
|
|
|
273293
273745
|
"displayName": "Link",
|
|
273294
273746
|
"name": "url",
|
|
273295
273747
|
"type": "string",
|
|
273296
|
-
"placeholder": "https://www.notion.
|
|
273748
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
273297
273749
|
"validation": [
|
|
273298
273750
|
{
|
|
273299
273751
|
"type": "regex",
|
|
273300
273752
|
"properties": {
|
|
273301
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
273753
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
273302
273754
|
"errorMessage": "Not a valid Notion Database URL"
|
|
273303
273755
|
}
|
|
273304
273756
|
}
|
|
273305
273757
|
],
|
|
273306
273758
|
"extractValue": {
|
|
273307
273759
|
"type": "regex",
|
|
273308
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
273760
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
273309
273761
|
}
|
|
273310
273762
|
},
|
|
273311
273763
|
{
|
|
@@ -273326,7 +273778,7 @@
|
|
|
273326
273778
|
"type": "regex",
|
|
273327
273779
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
273328
273780
|
},
|
|
273329
|
-
"url": "=https://www.notion.
|
|
273781
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
273330
273782
|
}
|
|
273331
273783
|
],
|
|
273332
273784
|
"displayOptions": {
|
|
@@ -273754,19 +274206,19 @@
|
|
|
273754
274206
|
"displayName": "Link",
|
|
273755
274207
|
"name": "url",
|
|
273756
274208
|
"type": "string",
|
|
273757
|
-
"placeholder": "https://www.notion.
|
|
274209
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
273758
274210
|
"validation": [
|
|
273759
274211
|
{
|
|
273760
274212
|
"type": "regex",
|
|
273761
274213
|
"properties": {
|
|
273762
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
274214
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
273763
274215
|
"errorMessage": "Not a valid Notion Database URL"
|
|
273764
274216
|
}
|
|
273765
274217
|
}
|
|
273766
274218
|
],
|
|
273767
274219
|
"extractValue": {
|
|
273768
274220
|
"type": "regex",
|
|
273769
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
274221
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
273770
274222
|
}
|
|
273771
274223
|
},
|
|
273772
274224
|
{
|
|
@@ -273787,7 +274239,7 @@
|
|
|
273787
274239
|
"type": "regex",
|
|
273788
274240
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
273789
274241
|
},
|
|
273790
|
-
"url": "=https://www.notion.
|
|
274242
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
273791
274243
|
}
|
|
273792
274244
|
],
|
|
273793
274245
|
"displayOptions": {
|
|
@@ -274215,19 +274667,19 @@
|
|
|
274215
274667
|
"displayName": "Link",
|
|
274216
274668
|
"name": "url",
|
|
274217
274669
|
"type": "string",
|
|
274218
|
-
"placeholder": "https://www.notion.
|
|
274670
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
274219
274671
|
"validation": [
|
|
274220
274672
|
{
|
|
274221
274673
|
"type": "regex",
|
|
274222
274674
|
"properties": {
|
|
274223
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
274675
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
274224
274676
|
"errorMessage": "Not a valid Notion Database URL"
|
|
274225
274677
|
}
|
|
274226
274678
|
}
|
|
274227
274679
|
],
|
|
274228
274680
|
"extractValue": {
|
|
274229
274681
|
"type": "regex",
|
|
274230
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
274682
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
274231
274683
|
}
|
|
274232
274684
|
},
|
|
274233
274685
|
{
|
|
@@ -274248,7 +274700,7 @@
|
|
|
274248
274700
|
"type": "regex",
|
|
274249
274701
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
274250
274702
|
},
|
|
274251
|
-
"url": "=https://www.notion.
|
|
274703
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
274252
274704
|
}
|
|
274253
274705
|
],
|
|
274254
274706
|
"displayOptions": {
|
|
@@ -274676,19 +275128,19 @@
|
|
|
274676
275128
|
"displayName": "Link",
|
|
274677
275129
|
"name": "url",
|
|
274678
275130
|
"type": "string",
|
|
274679
|
-
"placeholder": "https://www.notion.
|
|
275131
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
274680
275132
|
"validation": [
|
|
274681
275133
|
{
|
|
274682
275134
|
"type": "regex",
|
|
274683
275135
|
"properties": {
|
|
274684
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
275136
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
274685
275137
|
"errorMessage": "Not a valid Notion Database URL"
|
|
274686
275138
|
}
|
|
274687
275139
|
}
|
|
274688
275140
|
],
|
|
274689
275141
|
"extractValue": {
|
|
274690
275142
|
"type": "regex",
|
|
274691
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
275143
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
274692
275144
|
}
|
|
274693
275145
|
},
|
|
274694
275146
|
{
|
|
@@ -274709,7 +275161,7 @@
|
|
|
274709
275161
|
"type": "regex",
|
|
274710
275162
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
274711
275163
|
},
|
|
274712
|
-
"url": "=https://www.notion.
|
|
275164
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
274713
275165
|
}
|
|
274714
275166
|
],
|
|
274715
275167
|
"displayOptions": {
|
|
@@ -275151,19 +275603,19 @@
|
|
|
275151
275603
|
"displayName": "Link",
|
|
275152
275604
|
"name": "url",
|
|
275153
275605
|
"type": "string",
|
|
275154
|
-
"placeholder": "https://www.notion.
|
|
275606
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
275155
275607
|
"validation": [
|
|
275156
275608
|
{
|
|
275157
275609
|
"type": "regex",
|
|
275158
275610
|
"properties": {
|
|
275159
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
275611
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
275160
275612
|
"errorMessage": "Not a valid Notion Database URL"
|
|
275161
275613
|
}
|
|
275162
275614
|
}
|
|
275163
275615
|
],
|
|
275164
275616
|
"extractValue": {
|
|
275165
275617
|
"type": "regex",
|
|
275166
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
275618
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
275167
275619
|
}
|
|
275168
275620
|
},
|
|
275169
275621
|
{
|
|
@@ -275184,7 +275636,7 @@
|
|
|
275184
275636
|
"type": "regex",
|
|
275185
275637
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
275186
275638
|
},
|
|
275187
|
-
"url": "=https://www.notion.
|
|
275639
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
275188
275640
|
}
|
|
275189
275641
|
],
|
|
275190
275642
|
"displayOptions": {
|
|
@@ -275626,19 +276078,19 @@
|
|
|
275626
276078
|
"displayName": "Link",
|
|
275627
276079
|
"name": "url",
|
|
275628
276080
|
"type": "string",
|
|
275629
|
-
"placeholder": "https://www.notion.
|
|
276081
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
275630
276082
|
"validation": [
|
|
275631
276083
|
{
|
|
275632
276084
|
"type": "regex",
|
|
275633
276085
|
"properties": {
|
|
275634
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
276086
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
275635
276087
|
"errorMessage": "Not a valid Notion Database URL"
|
|
275636
276088
|
}
|
|
275637
276089
|
}
|
|
275638
276090
|
],
|
|
275639
276091
|
"extractValue": {
|
|
275640
276092
|
"type": "regex",
|
|
275641
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276093
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
275642
276094
|
}
|
|
275643
276095
|
},
|
|
275644
276096
|
{
|
|
@@ -275659,7 +276111,7 @@
|
|
|
275659
276111
|
"type": "regex",
|
|
275660
276112
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
275661
276113
|
},
|
|
275662
|
-
"url": "=https://www.notion.
|
|
276114
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
275663
276115
|
}
|
|
275664
276116
|
],
|
|
275665
276117
|
"displayOptions": {
|
|
@@ -276087,19 +276539,19 @@
|
|
|
276087
276539
|
"displayName": "Link",
|
|
276088
276540
|
"name": "url",
|
|
276089
276541
|
"type": "string",
|
|
276090
|
-
"placeholder": "https://www.notion.
|
|
276542
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
276091
276543
|
"validation": [
|
|
276092
276544
|
{
|
|
276093
276545
|
"type": "regex",
|
|
276094
276546
|
"properties": {
|
|
276095
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
276547
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
276096
276548
|
"errorMessage": "Not a valid Notion Database URL"
|
|
276097
276549
|
}
|
|
276098
276550
|
}
|
|
276099
276551
|
],
|
|
276100
276552
|
"extractValue": {
|
|
276101
276553
|
"type": "regex",
|
|
276102
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276554
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276103
276555
|
}
|
|
276104
276556
|
},
|
|
276105
276557
|
{
|
|
@@ -276120,7 +276572,7 @@
|
|
|
276120
276572
|
"type": "regex",
|
|
276121
276573
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276122
276574
|
},
|
|
276123
|
-
"url": "=https://www.notion.
|
|
276575
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
276124
276576
|
}
|
|
276125
276577
|
],
|
|
276126
276578
|
"displayOptions": {
|
|
@@ -276422,19 +276874,19 @@
|
|
|
276422
276874
|
"displayName": "Link",
|
|
276423
276875
|
"name": "url",
|
|
276424
276876
|
"type": "string",
|
|
276425
|
-
"placeholder": "https://www.notion.
|
|
276877
|
+
"placeholder": "https://www.notion.com/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
276426
276878
|
"validation": [
|
|
276427
276879
|
{
|
|
276428
276880
|
"type": "regex",
|
|
276429
276881
|
"properties": {
|
|
276430
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
276882
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
276431
276883
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
276432
276884
|
}
|
|
276433
276885
|
}
|
|
276434
276886
|
],
|
|
276435
276887
|
"extractValue": {
|
|
276436
276888
|
"type": "regex",
|
|
276437
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276889
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276438
276890
|
}
|
|
276439
276891
|
},
|
|
276440
276892
|
{
|
|
@@ -276455,7 +276907,7 @@
|
|
|
276455
276907
|
"type": "regex",
|
|
276456
276908
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276457
276909
|
},
|
|
276458
|
-
"url": "=https://www.notion.
|
|
276910
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
276459
276911
|
}
|
|
276460
276912
|
],
|
|
276461
276913
|
"displayOptions": {
|
|
@@ -276746,19 +277198,19 @@
|
|
|
276746
277198
|
"displayName": "Link",
|
|
276747
277199
|
"name": "url",
|
|
276748
277200
|
"type": "string",
|
|
276749
|
-
"placeholder": "https://www.notion.
|
|
277201
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
276750
277202
|
"validation": [
|
|
276751
277203
|
{
|
|
276752
277204
|
"type": "regex",
|
|
276753
277205
|
"properties": {
|
|
276754
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
277206
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
276755
277207
|
"errorMessage": "Not a valid Notion Database URL"
|
|
276756
277208
|
}
|
|
276757
277209
|
}
|
|
276758
277210
|
],
|
|
276759
277211
|
"extractValue": {
|
|
276760
277212
|
"type": "regex",
|
|
276761
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
277213
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276762
277214
|
}
|
|
276763
277215
|
},
|
|
276764
277216
|
{
|
|
@@ -276779,7 +277231,7 @@
|
|
|
276779
277231
|
"type": "regex",
|
|
276780
277232
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
276781
277233
|
},
|
|
276782
|
-
"url": "=https://www.notion.
|
|
277234
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
276783
277235
|
}
|
|
276784
277236
|
],
|
|
276785
277237
|
"displayOptions": {
|
|
@@ -277374,19 +277826,19 @@
|
|
|
277374
277826
|
"displayName": "Link",
|
|
277375
277827
|
"name": "url",
|
|
277376
277828
|
"type": "string",
|
|
277377
|
-
"placeholder": "https://www.notion.
|
|
277829
|
+
"placeholder": "https://www.notion.com/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
277378
277830
|
"validation": [
|
|
277379
277831
|
{
|
|
277380
277832
|
"type": "regex",
|
|
277381
277833
|
"properties": {
|
|
277382
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
277834
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
277383
277835
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
277384
277836
|
}
|
|
277385
277837
|
}
|
|
277386
277838
|
],
|
|
277387
277839
|
"extractValue": {
|
|
277388
277840
|
"type": "regex",
|
|
277389
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
277841
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
277390
277842
|
}
|
|
277391
277843
|
},
|
|
277392
277844
|
{
|
|
@@ -277407,7 +277859,7 @@
|
|
|
277407
277859
|
"type": "regex",
|
|
277408
277860
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
277409
277861
|
},
|
|
277410
|
-
"url": "=https://www.notion.
|
|
277862
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
277411
277863
|
}
|
|
277412
277864
|
],
|
|
277413
277865
|
"displayOptions": {
|
|
@@ -277473,19 +277925,19 @@
|
|
|
277473
277925
|
"displayName": "Link",
|
|
277474
277926
|
"name": "url",
|
|
277475
277927
|
"type": "string",
|
|
277476
|
-
"placeholder": "https://www.notion.
|
|
277928
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
277477
277929
|
"validation": [
|
|
277478
277930
|
{
|
|
277479
277931
|
"type": "regex",
|
|
277480
277932
|
"properties": {
|
|
277481
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
277933
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
277482
277934
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
277483
277935
|
}
|
|
277484
277936
|
}
|
|
277485
277937
|
],
|
|
277486
277938
|
"extractValue": {
|
|
277487
277939
|
"type": "regex",
|
|
277488
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
277940
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
277489
277941
|
}
|
|
277490
277942
|
},
|
|
277491
277943
|
{
|
|
@@ -277506,7 +277958,7 @@
|
|
|
277506
277958
|
"type": "regex",
|
|
277507
277959
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
277508
277960
|
},
|
|
277509
|
-
"url": "=https://www.notion.
|
|
277961
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
277510
277962
|
}
|
|
277511
277963
|
],
|
|
277512
277964
|
"displayOptions": {
|
|
@@ -277556,8 +278008,7 @@
|
|
|
277556
278008
|
}
|
|
277557
278009
|
},
|
|
277558
278010
|
"typeOptions": {
|
|
277559
|
-
"minValue": 1
|
|
277560
|
-
"maxValue": 100
|
|
278011
|
+
"minValue": 1
|
|
277561
278012
|
},
|
|
277562
278013
|
"default": 50,
|
|
277563
278014
|
"description": "Max number of results to return"
|
|
@@ -283845,19 +284296,19 @@
|
|
|
283845
284296
|
"displayName": "Link",
|
|
283846
284297
|
"name": "url",
|
|
283847
284298
|
"type": "string",
|
|
283848
|
-
"placeholder": "https://www.notion.
|
|
284299
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403aa450af65ac25f0b9",
|
|
283849
284300
|
"validation": [
|
|
283850
284301
|
{
|
|
283851
284302
|
"type": "regex",
|
|
283852
284303
|
"properties": {
|
|
283853
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
284304
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
283854
284305
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
283855
284306
|
}
|
|
283856
284307
|
}
|
|
283857
284308
|
],
|
|
283858
284309
|
"extractValue": {
|
|
283859
284310
|
"type": "regex",
|
|
283860
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284311
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
283861
284312
|
}
|
|
283862
284313
|
},
|
|
283863
284314
|
{
|
|
@@ -283878,7 +284329,7 @@
|
|
|
283878
284329
|
"type": "regex",
|
|
283879
284330
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
283880
284331
|
},
|
|
283881
|
-
"url": "=https://www.notion.
|
|
284332
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
283882
284333
|
}
|
|
283883
284334
|
],
|
|
283884
284335
|
"displayOptions": {
|
|
@@ -283934,19 +284385,19 @@
|
|
|
283934
284385
|
"displayName": "Link",
|
|
283935
284386
|
"name": "url",
|
|
283936
284387
|
"type": "string",
|
|
283937
|
-
"placeholder": "https://www.notion.
|
|
284388
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403aa450af65ac25f0b9",
|
|
283938
284389
|
"validation": [
|
|
283939
284390
|
{
|
|
283940
284391
|
"type": "regex",
|
|
283941
284392
|
"properties": {
|
|
283942
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
284393
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
283943
284394
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
283944
284395
|
}
|
|
283945
284396
|
}
|
|
283946
284397
|
],
|
|
283947
284398
|
"extractValue": {
|
|
283948
284399
|
"type": "regex",
|
|
283949
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284400
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
283950
284401
|
}
|
|
283951
284402
|
},
|
|
283952
284403
|
{
|
|
@@ -283967,7 +284418,7 @@
|
|
|
283967
284418
|
"type": "regex",
|
|
283968
284419
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
283969
284420
|
},
|
|
283970
|
-
"url": "=https://www.notion.
|
|
284421
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
283971
284422
|
}
|
|
283972
284423
|
],
|
|
283973
284424
|
"displayOptions": {
|
|
@@ -284254,19 +284705,19 @@
|
|
|
284254
284705
|
"displayName": "Link",
|
|
284255
284706
|
"name": "url",
|
|
284256
284707
|
"type": "string",
|
|
284257
|
-
"placeholder": "https://www.notion.
|
|
284708
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
284258
284709
|
"validation": [
|
|
284259
284710
|
{
|
|
284260
284711
|
"type": "regex",
|
|
284261
284712
|
"properties": {
|
|
284262
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
284713
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
284263
284714
|
"errorMessage": "Not a valid Notion Database URL"
|
|
284264
284715
|
}
|
|
284265
284716
|
}
|
|
284266
284717
|
],
|
|
284267
284718
|
"extractValue": {
|
|
284268
284719
|
"type": "regex",
|
|
284269
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284720
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284270
284721
|
}
|
|
284271
284722
|
},
|
|
284272
284723
|
{
|
|
@@ -284287,7 +284738,7 @@
|
|
|
284287
284738
|
"type": "regex",
|
|
284288
284739
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284289
284740
|
},
|
|
284290
|
-
"url": "=https://www.notion.
|
|
284741
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
284291
284742
|
}
|
|
284292
284743
|
],
|
|
284293
284744
|
"displayOptions": {
|
|
@@ -284715,19 +285166,19 @@
|
|
|
284715
285166
|
"displayName": "Link",
|
|
284716
285167
|
"name": "url",
|
|
284717
285168
|
"type": "string",
|
|
284718
|
-
"placeholder": "https://www.notion.
|
|
285169
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
284719
285170
|
"validation": [
|
|
284720
285171
|
{
|
|
284721
285172
|
"type": "regex",
|
|
284722
285173
|
"properties": {
|
|
284723
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
285174
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
284724
285175
|
"errorMessage": "Not a valid Notion Database URL"
|
|
284725
285176
|
}
|
|
284726
285177
|
}
|
|
284727
285178
|
],
|
|
284728
285179
|
"extractValue": {
|
|
284729
285180
|
"type": "regex",
|
|
284730
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
285181
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284731
285182
|
}
|
|
284732
285183
|
},
|
|
284733
285184
|
{
|
|
@@ -284748,7 +285199,7 @@
|
|
|
284748
285199
|
"type": "regex",
|
|
284749
285200
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284750
285201
|
},
|
|
284751
|
-
"url": "=https://www.notion.
|
|
285202
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
284752
285203
|
}
|
|
284753
285204
|
],
|
|
284754
285205
|
"displayOptions": {
|
|
@@ -285176,19 +285627,19 @@
|
|
|
285176
285627
|
"displayName": "Link",
|
|
285177
285628
|
"name": "url",
|
|
285178
285629
|
"type": "string",
|
|
285179
|
-
"placeholder": "https://www.notion.
|
|
285630
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
285180
285631
|
"validation": [
|
|
285181
285632
|
{
|
|
285182
285633
|
"type": "regex",
|
|
285183
285634
|
"properties": {
|
|
285184
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
285635
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
285185
285636
|
"errorMessage": "Not a valid Notion Database URL"
|
|
285186
285637
|
}
|
|
285187
285638
|
}
|
|
285188
285639
|
],
|
|
285189
285640
|
"extractValue": {
|
|
285190
285641
|
"type": "regex",
|
|
285191
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
285642
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
285192
285643
|
}
|
|
285193
285644
|
},
|
|
285194
285645
|
{
|
|
@@ -285209,7 +285660,7 @@
|
|
|
285209
285660
|
"type": "regex",
|
|
285210
285661
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
285211
285662
|
},
|
|
285212
|
-
"url": "=https://www.notion.
|
|
285663
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
285213
285664
|
}
|
|
285214
285665
|
],
|
|
285215
285666
|
"displayOptions": {
|
|
@@ -285637,19 +286088,19 @@
|
|
|
285637
286088
|
"displayName": "Link",
|
|
285638
286089
|
"name": "url",
|
|
285639
286090
|
"type": "string",
|
|
285640
|
-
"placeholder": "https://www.notion.
|
|
286091
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
285641
286092
|
"validation": [
|
|
285642
286093
|
{
|
|
285643
286094
|
"type": "regex",
|
|
285644
286095
|
"properties": {
|
|
285645
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
286096
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
285646
286097
|
"errorMessage": "Not a valid Notion Database URL"
|
|
285647
286098
|
}
|
|
285648
286099
|
}
|
|
285649
286100
|
],
|
|
285650
286101
|
"extractValue": {
|
|
285651
286102
|
"type": "regex",
|
|
285652
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
286103
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
285653
286104
|
}
|
|
285654
286105
|
},
|
|
285655
286106
|
{
|
|
@@ -285670,7 +286121,7 @@
|
|
|
285670
286121
|
"type": "regex",
|
|
285671
286122
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
285672
286123
|
},
|
|
285673
|
-
"url": "=https://www.notion.
|
|
286124
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
285674
286125
|
}
|
|
285675
286126
|
],
|
|
285676
286127
|
"displayOptions": {
|
|
@@ -286098,19 +286549,19 @@
|
|
|
286098
286549
|
"displayName": "Link",
|
|
286099
286550
|
"name": "url",
|
|
286100
286551
|
"type": "string",
|
|
286101
|
-
"placeholder": "https://www.notion.
|
|
286552
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
286102
286553
|
"validation": [
|
|
286103
286554
|
{
|
|
286104
286555
|
"type": "regex",
|
|
286105
286556
|
"properties": {
|
|
286106
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
286557
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
286107
286558
|
"errorMessage": "Not a valid Notion Database URL"
|
|
286108
286559
|
}
|
|
286109
286560
|
}
|
|
286110
286561
|
],
|
|
286111
286562
|
"extractValue": {
|
|
286112
286563
|
"type": "regex",
|
|
286113
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
286564
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
286114
286565
|
}
|
|
286115
286566
|
},
|
|
286116
286567
|
{
|
|
@@ -286131,7 +286582,7 @@
|
|
|
286131
286582
|
"type": "regex",
|
|
286132
286583
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
286133
286584
|
},
|
|
286134
|
-
"url": "=https://www.notion.
|
|
286585
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
286135
286586
|
}
|
|
286136
286587
|
],
|
|
286137
286588
|
"displayOptions": {
|
|
@@ -286573,19 +287024,19 @@
|
|
|
286573
287024
|
"displayName": "Link",
|
|
286574
287025
|
"name": "url",
|
|
286575
287026
|
"type": "string",
|
|
286576
|
-
"placeholder": "https://www.notion.
|
|
287027
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
286577
287028
|
"validation": [
|
|
286578
287029
|
{
|
|
286579
287030
|
"type": "regex",
|
|
286580
287031
|
"properties": {
|
|
286581
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
287032
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
286582
287033
|
"errorMessage": "Not a valid Notion Database URL"
|
|
286583
287034
|
}
|
|
286584
287035
|
}
|
|
286585
287036
|
],
|
|
286586
287037
|
"extractValue": {
|
|
286587
287038
|
"type": "regex",
|
|
286588
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
287039
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
286589
287040
|
}
|
|
286590
287041
|
},
|
|
286591
287042
|
{
|
|
@@ -286606,7 +287057,7 @@
|
|
|
286606
287057
|
"type": "regex",
|
|
286607
287058
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
286608
287059
|
},
|
|
286609
|
-
"url": "=https://www.notion.
|
|
287060
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
286610
287061
|
}
|
|
286611
287062
|
],
|
|
286612
287063
|
"displayOptions": {
|
|
@@ -287048,19 +287499,19 @@
|
|
|
287048
287499
|
"displayName": "Link",
|
|
287049
287500
|
"name": "url",
|
|
287050
287501
|
"type": "string",
|
|
287051
|
-
"placeholder": "https://www.notion.
|
|
287502
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
287052
287503
|
"validation": [
|
|
287053
287504
|
{
|
|
287054
287505
|
"type": "regex",
|
|
287055
287506
|
"properties": {
|
|
287056
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
287507
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
287057
287508
|
"errorMessage": "Not a valid Notion Database URL"
|
|
287058
287509
|
}
|
|
287059
287510
|
}
|
|
287060
287511
|
],
|
|
287061
287512
|
"extractValue": {
|
|
287062
287513
|
"type": "regex",
|
|
287063
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
287514
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
287064
287515
|
}
|
|
287065
287516
|
},
|
|
287066
287517
|
{
|
|
@@ -287081,7 +287532,7 @@
|
|
|
287081
287532
|
"type": "regex",
|
|
287082
287533
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
287083
287534
|
},
|
|
287084
|
-
"url": "=https://www.notion.
|
|
287535
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
287085
287536
|
}
|
|
287086
287537
|
],
|
|
287087
287538
|
"displayOptions": {
|
|
@@ -287509,19 +287960,19 @@
|
|
|
287509
287960
|
"displayName": "Link",
|
|
287510
287961
|
"name": "url",
|
|
287511
287962
|
"type": "string",
|
|
287512
|
-
"placeholder": "https://www.notion.
|
|
287963
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
287513
287964
|
"validation": [
|
|
287514
287965
|
{
|
|
287515
287966
|
"type": "regex",
|
|
287516
287967
|
"properties": {
|
|
287517
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
287968
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
287518
287969
|
"errorMessage": "Not a valid Notion Database URL"
|
|
287519
287970
|
}
|
|
287520
287971
|
}
|
|
287521
287972
|
],
|
|
287522
287973
|
"extractValue": {
|
|
287523
287974
|
"type": "regex",
|
|
287524
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
287975
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
287525
287976
|
}
|
|
287526
287977
|
},
|
|
287527
287978
|
{
|
|
@@ -287542,7 +287993,7 @@
|
|
|
287542
287993
|
"type": "regex",
|
|
287543
287994
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
287544
287995
|
},
|
|
287545
|
-
"url": "=https://www.notion.
|
|
287996
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
287546
287997
|
}
|
|
287547
287998
|
],
|
|
287548
287999
|
"displayOptions": {
|
|
@@ -288223,7 +288674,7 @@
|
|
|
288223
288674
|
"default": "pageAddedToDatabase"
|
|
288224
288675
|
},
|
|
288225
288676
|
{
|
|
288226
|
-
"displayName": "In Notion, make sure to <a href=\"https://www.notion.
|
|
288677
|
+
"displayName": "In Notion, make sure to <a href=\"https://www.notion.com/help/add-and-manage-connections-with-the-api\" target=\"_blank\">add your connection</a> to the pages you want to access.",
|
|
288227
288678
|
"name": "notionNotice",
|
|
288228
288679
|
"type": "notice",
|
|
288229
288680
|
"default": ""
|
|
@@ -288252,19 +288703,19 @@
|
|
|
288252
288703
|
"displayName": "Link",
|
|
288253
288704
|
"name": "url",
|
|
288254
288705
|
"type": "string",
|
|
288255
|
-
"placeholder": "https://www.notion.
|
|
288706
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
288256
288707
|
"validation": [
|
|
288257
288708
|
{
|
|
288258
288709
|
"type": "regex",
|
|
288259
288710
|
"properties": {
|
|
288260
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
288711
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
288261
288712
|
"errorMessage": "Not a valid Notion Database URL"
|
|
288262
288713
|
}
|
|
288263
288714
|
}
|
|
288264
288715
|
],
|
|
288265
288716
|
"extractValue": {
|
|
288266
288717
|
"type": "regex",
|
|
288267
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
288718
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
288268
288719
|
}
|
|
288269
288720
|
},
|
|
288270
288721
|
{
|
|
@@ -288285,7 +288736,7 @@
|
|
|
288285
288736
|
"type": "regex",
|
|
288286
288737
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
288287
288738
|
},
|
|
288288
|
-
"url": "=https://www.notion.
|
|
288739
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
288289
288740
|
}
|
|
288290
288741
|
],
|
|
288291
288742
|
"displayOptions": {
|
|
@@ -341788,7 +342239,7 @@
|
|
|
341788
342239
|
"name": "interval",
|
|
341789
342240
|
"displayName": "Trigger Interval",
|
|
341790
342241
|
"builderHint": {
|
|
341791
|
-
"
|
|
342242
|
+
"propertyHint": "You can add multiple intervals to trigger at different times. Use \"Custom (Cron)\" for more specific scheduling patterns."
|
|
341792
342243
|
},
|
|
341793
342244
|
"values": [
|
|
341794
342245
|
{
|
|
@@ -401661,7 +402112,7 @@
|
|
|
401661
402112
|
"requiresDataPath": "multiple",
|
|
401662
402113
|
"hint": "Use $binary to split out the input item by binary data",
|
|
401663
402114
|
"builderHint": {
|
|
401664
|
-
"
|
|
402115
|
+
"propertyHint": "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."
|
|
401665
402116
|
}
|
|
401666
402117
|
},
|
|
401667
402118
|
{
|
|
@@ -422119,7 +422570,7 @@
|
|
|
422119
422570
|
"name": "resume",
|
|
422120
422571
|
"type": "options",
|
|
422121
422572
|
"builderHint": {
|
|
422122
|
-
"
|
|
422573
|
+
"propertyHint": "For user approval workflows, consider using nodes with operation: \"sendAndWait\" (e.g., email, Slack) instead of Wait node. If using \"webhook\", the URL will be generated at runtime and can be referenced with {{ $execution.resumeUrl }}."
|
|
422123
422574
|
},
|
|
422124
422575
|
"options": [
|
|
422125
422576
|
{
|
|
@@ -423157,7 +423608,7 @@
|
|
|
423157
423608
|
"default": "onReceived",
|
|
423158
423609
|
"description": "When and how to respond to the webhook",
|
|
423159
423610
|
"builderHint": {
|
|
423160
|
-
"
|
|
423611
|
+
"propertyHint": "Use 'responseNode' to respond via a 'Respond to Webhook' node later in the workflow"
|
|
423161
423612
|
},
|
|
423162
423613
|
"displayOptions": {
|
|
423163
423614
|
"show": {
|
|
@@ -424497,7 +424948,7 @@
|
|
|
424497
424948
|
"default": "",
|
|
424498
424949
|
"placeholder": "webhook",
|
|
424499
424950
|
"builderHint": {
|
|
424500
|
-
"
|
|
424951
|
+
"propertyHint": "The webhook path that triggers this workflow",
|
|
424501
424952
|
"placeholderSupported": false
|
|
424502
424953
|
},
|
|
424503
424954
|
"description": "The path to listen to, dynamic values could be specified by using ':', e.g. 'your-path/:dynamic-value'. If dynamic values are set 'webhookId' would be prepended to path."
|
|
@@ -424527,7 +424978,7 @@
|
|
|
424527
424978
|
"default": "none",
|
|
424528
424979
|
"description": "The way to authenticate",
|
|
424529
424980
|
"builderHint": {
|
|
424530
|
-
"
|
|
424981
|
+
"propertyHint": "Default to 'none'. n8n exposes inbound trigger URLs publicly by design. Only select an authentication method when the user explicitly asks to authenticate inbound traffic."
|
|
424531
424982
|
}
|
|
424532
424983
|
},
|
|
424533
424984
|
{
|
|
@@ -424554,7 +425005,7 @@
|
|
|
424554
425005
|
"default": "onReceived",
|
|
424555
425006
|
"description": "When and how to respond to the webhook",
|
|
424556
425007
|
"builderHint": {
|
|
424557
|
-
"
|
|
425008
|
+
"propertyHint": "Use 'responseNode' to respond via a 'Respond to Webhook' node later in the workflow"
|
|
424558
425009
|
},
|
|
424559
425010
|
"displayOptions": {
|
|
424560
425011
|
"show": {
|
|
@@ -424595,7 +425046,7 @@
|
|
|
424595
425046
|
"default": "onReceived",
|
|
424596
425047
|
"description": "When and how to respond to the webhook",
|
|
424597
425048
|
"builderHint": {
|
|
424598
|
-
"
|
|
425049
|
+
"propertyHint": "Use 'responseNode' to respond via a 'Respond to Webhook' node later in the workflow"
|
|
424599
425050
|
},
|
|
424600
425051
|
"displayOptions": {
|
|
424601
425052
|
"hide": {
|
|
@@ -464282,7 +464733,7 @@
|
|
|
464282
464733
|
],
|
|
464283
464734
|
"default": "auto",
|
|
464284
464735
|
"builderHint": {
|
|
464285
|
-
"
|
|
464736
|
+
"propertyHint": "Use 'auto' when following a chat trigger, 'define' when custom prompt needed"
|
|
464286
464737
|
},
|
|
464287
464738
|
"displayOptions": {
|
|
464288
464739
|
"show": {
|
|
@@ -464356,7 +464807,7 @@
|
|
|
464356
464807
|
},
|
|
464357
464808
|
"builderHint": {
|
|
464358
464809
|
"placeholderSupported": false,
|
|
464359
|
-
"
|
|
464810
|
+
"propertyHint": "Use expressions to include dynamic data from previous nodes (e.g., expr('{{ $json.input }}')). Static text prompts ignore incoming data."
|
|
464360
464811
|
},
|
|
464361
464812
|
"displayOptions": {
|
|
464362
464813
|
"show": {
|
|
@@ -464420,7 +464871,7 @@
|
|
|
464420
464871
|
"default": "You are a helpful assistant",
|
|
464421
464872
|
"description": "The message that will be sent to the agent before the conversation starts",
|
|
464422
464873
|
"builderHint": {
|
|
464423
|
-
"
|
|
464874
|
+
"propertyHint": "Must include: agent's purpose, exact names of connected tools, and response instructions"
|
|
464424
464875
|
},
|
|
464425
464876
|
"typeOptions": {
|
|
464426
464877
|
"rows": 6
|
|
@@ -464672,7 +465123,7 @@
|
|
|
464672
465123
|
},
|
|
464673
465124
|
"builderHint": {
|
|
464674
465125
|
"placeholderSupported": false,
|
|
464675
|
-
"
|
|
465126
|
+
"propertyHint": "Use expressions to include dynamic data from previous nodes (e.g., expr('{{ $json.input }}')). Static text prompts ignore incoming data."
|
|
464676
465127
|
}
|
|
464677
465128
|
},
|
|
464678
465129
|
{
|
|
@@ -464729,7 +465180,7 @@
|
|
|
464729
465180
|
"default": "You are a helpful assistant",
|
|
464730
465181
|
"description": "The message that will be sent to the agent before the conversation starts",
|
|
464731
465182
|
"builderHint": {
|
|
464732
|
-
"
|
|
465183
|
+
"propertyHint": "Must include: agent's purpose, exact names of connected tools, and response instructions"
|
|
464733
465184
|
},
|
|
464734
465185
|
"typeOptions": {
|
|
464735
465186
|
"rows": 6
|
|
@@ -465360,7 +465811,7 @@
|
|
|
465360
465811
|
],
|
|
465361
465812
|
"default": "auto",
|
|
465362
465813
|
"builderHint": {
|
|
465363
|
-
"
|
|
465814
|
+
"propertyHint": "Use 'auto' when following a chat trigger, 'define' when custom prompt needed"
|
|
465364
465815
|
},
|
|
465365
465816
|
"displayOptions": {
|
|
465366
465817
|
"show": {
|
|
@@ -465447,7 +465898,7 @@
|
|
|
465447
465898
|
"rows": 2
|
|
465448
465899
|
},
|
|
465449
465900
|
"builderHint": {
|
|
465450
|
-
"
|
|
465901
|
+
"propertyHint": "Use expressions to include dynamic data from previous nodes (e.g., expr('{{ $json.input }}')). Static text prompts ignore incoming data."
|
|
465451
465902
|
},
|
|
465452
465903
|
"displayOptions": {
|
|
465453
465904
|
"show": {
|
|
@@ -465828,7 +466279,7 @@
|
|
|
465828
466279
|
],
|
|
465829
466280
|
"default": "auto",
|
|
465830
466281
|
"builderHint": {
|
|
465831
|
-
"
|
|
466282
|
+
"propertyHint": "Use 'auto' when following a chat trigger, 'define' when custom prompt needed"
|
|
465832
466283
|
},
|
|
465833
466284
|
"displayOptions": {
|
|
465834
466285
|
"show": {
|
|
@@ -468626,7 +469077,7 @@
|
|
|
468626
469077
|
"description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
|
|
468627
469078
|
"default": "claude-2",
|
|
468628
469079
|
"builderHint": {
|
|
468629
|
-
"
|
|
469080
|
+
"propertyHint": "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. When extended thinking is needed on Opus 4.7+, set Thinking Mode to Adaptive and choose an Effort level. The legacy Manual thinking mode is rejected by Opus 4.7."
|
|
468630
469081
|
},
|
|
468631
469082
|
"displayOptions": {
|
|
468632
469083
|
"show": {
|
|
@@ -468685,7 +469136,7 @@
|
|
|
468685
469136
|
"description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
|
|
468686
469137
|
"default": "claude-3-sonnet-20240229",
|
|
468687
469138
|
"builderHint": {
|
|
468688
|
-
"
|
|
469139
|
+
"propertyHint": "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. When extended thinking is needed on Opus 4.7+, set Thinking Mode to Adaptive and choose an Effort level. The legacy Manual thinking mode is rejected by Opus 4.7."
|
|
468689
469140
|
},
|
|
468690
469141
|
"displayOptions": {
|
|
468691
469142
|
"show": {
|
|
@@ -468728,7 +469179,7 @@
|
|
|
468728
469179
|
"description": "The model which will generate the completion. <a href=\"https://docs.anthropic.com/claude/docs/models-overview\">Learn more</a>.",
|
|
468729
469180
|
"default": "claude-3-5-sonnet-20240620",
|
|
468730
469181
|
"builderHint": {
|
|
468731
|
-
"
|
|
469182
|
+
"propertyHint": "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. When extended thinking is needed on Opus 4.7+, set Thinking Mode to Adaptive and choose an Effort level. The legacy Manual thinking mode is rejected by Opus 4.7."
|
|
468732
469183
|
},
|
|
468733
469184
|
"displayOptions": {
|
|
468734
469185
|
"show": {
|
|
@@ -468752,7 +469203,7 @@
|
|
|
468752
469203
|
"cachedResultName": "Claude Sonnet 4.5"
|
|
468753
469204
|
},
|
|
468754
469205
|
"builderHint": {
|
|
468755
|
-
"
|
|
469206
|
+
"propertyHint": "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. When extended thinking is needed on Opus 4.7+, set Thinking Mode to Adaptive and choose an Effort level. The legacy Manual thinking mode is rejected by Opus 4.7."
|
|
468756
469207
|
},
|
|
468757
469208
|
"required": true,
|
|
468758
469209
|
"modes": [
|
|
@@ -468792,7 +469243,7 @@
|
|
|
468792
469243
|
"cachedResultName": "Claude Sonnet 4.6"
|
|
468793
469244
|
},
|
|
468794
469245
|
"builderHint": {
|
|
468795
|
-
"
|
|
469246
|
+
"propertyHint": "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. When extended thinking is needed on Opus 4.7+, set Thinking Mode to Adaptive and choose an Effort level. The legacy Manual thinking mode is rejected by Opus 4.7."
|
|
468796
469247
|
},
|
|
468797
469248
|
"required": true,
|
|
468798
469249
|
"modes": [
|
|
@@ -468832,7 +469283,7 @@
|
|
|
468832
469283
|
"cachedResultName": "Claude Sonnet 4.6"
|
|
468833
469284
|
},
|
|
468834
469285
|
"builderHint": {
|
|
468835
|
-
"
|
|
469286
|
+
"propertyHint": "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. When extended thinking is needed on Opus 4.7+, set Thinking Mode to Adaptive and choose an Effort level. The legacy Manual thinking mode is rejected by Opus 4.7."
|
|
468836
469287
|
},
|
|
468837
469288
|
"required": true,
|
|
468838
469289
|
"modes": [
|
|
@@ -469659,7 +470110,7 @@
|
|
|
469659
470110
|
},
|
|
469660
470111
|
"default": "gpt-5-mini",
|
|
469661
470112
|
"builderHint": {
|
|
469662
|
-
"
|
|
470113
|
+
"propertyHint": "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."
|
|
469663
470114
|
},
|
|
469664
470115
|
"displayOptions": {
|
|
469665
470116
|
"hide": {
|
|
@@ -469682,7 +470133,7 @@
|
|
|
469682
470133
|
"value": "gpt-5-mini"
|
|
469683
470134
|
},
|
|
469684
470135
|
"builderHint": {
|
|
469685
|
-
"
|
|
470136
|
+
"propertyHint": "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."
|
|
469686
470137
|
},
|
|
469687
470138
|
"required": true,
|
|
469688
470139
|
"modes": [
|
|
@@ -471277,7 +471728,7 @@
|
|
|
471277
471728
|
},
|
|
471278
471729
|
"default": "qwen-plus",
|
|
471279
471730
|
"builderHint": {
|
|
471280
|
-
"
|
|
471731
|
+
"propertyHint": "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."
|
|
471281
471732
|
}
|
|
471282
471733
|
},
|
|
471283
471734
|
{
|
|
@@ -471498,7 +471949,7 @@
|
|
|
471498
471949
|
},
|
|
471499
471950
|
"default": "",
|
|
471500
471951
|
"builderHint": {
|
|
471501
|
-
"
|
|
471952
|
+
"propertyHint": "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."
|
|
471502
471953
|
}
|
|
471503
471954
|
},
|
|
471504
471955
|
{
|
|
@@ -471559,7 +472010,7 @@
|
|
|
471559
472010
|
},
|
|
471560
472011
|
"default": "",
|
|
471561
472012
|
"builderHint": {
|
|
471562
|
-
"
|
|
472013
|
+
"propertyHint": "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."
|
|
471563
472014
|
}
|
|
471564
472015
|
},
|
|
471565
472016
|
{
|
|
@@ -471852,7 +472303,7 @@
|
|
|
471852
472303
|
},
|
|
471853
472304
|
"default": "command-a-03-2025",
|
|
471854
472305
|
"builderHint": {
|
|
471855
|
-
"
|
|
472306
|
+
"propertyHint": "Default to the latest Cohere Command A model (command-a-03-2025). Avoid command-r and command-light legacy variants."
|
|
471856
472307
|
}
|
|
471857
472308
|
},
|
|
471858
472309
|
{
|
|
@@ -471975,7 +472426,7 @@
|
|
|
471975
472426
|
},
|
|
471976
472427
|
"default": "deepseek-chat",
|
|
471977
472428
|
"builderHint": {
|
|
471978
|
-
"
|
|
472429
|
+
"propertyHint": "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."
|
|
471979
472430
|
}
|
|
471980
472431
|
},
|
|
471981
472432
|
{
|
|
@@ -472164,7 +472615,7 @@
|
|
|
472164
472615
|
},
|
|
472165
472616
|
"default": "models/gemini-2.5-flash",
|
|
472166
472617
|
"builderHint": {
|
|
472167
|
-
"
|
|
472618
|
+
"propertyHint": "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."
|
|
472168
472619
|
},
|
|
472169
472620
|
"displayOptions": {
|
|
472170
472621
|
"show": {
|
|
@@ -472231,7 +472682,7 @@
|
|
|
472231
472682
|
},
|
|
472232
472683
|
"default": "models/gemini-3-flash-preview",
|
|
472233
472684
|
"builderHint": {
|
|
472234
|
-
"
|
|
472685
|
+
"propertyHint": "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."
|
|
472235
472686
|
},
|
|
472236
472687
|
"displayOptions": {
|
|
472237
472688
|
"show": {
|
|
@@ -472447,7 +472898,7 @@
|
|
|
472447
472898
|
"description": "The model which will generate the completion. <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models\">Learn more</a>.",
|
|
472448
472899
|
"default": "gemini-2.5-flash",
|
|
472449
472900
|
"builderHint": {
|
|
472450
|
-
"
|
|
472901
|
+
"propertyHint": "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."
|
|
472451
472902
|
}
|
|
472452
472903
|
},
|
|
472453
472904
|
{
|
|
@@ -472676,7 +473127,7 @@
|
|
|
472676
473127
|
"description": "The model which will generate the completion. <a href=\"https://console.groq.com/docs/models\">Learn more</a>.",
|
|
472677
473128
|
"default": "llama3-8b-8192",
|
|
472678
473129
|
"builderHint": {
|
|
472679
|
-
"
|
|
473130
|
+
"propertyHint": "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."
|
|
472680
473131
|
}
|
|
472681
473132
|
},
|
|
472682
473133
|
{
|
|
@@ -472777,7 +473228,7 @@
|
|
|
472777
473228
|
],
|
|
472778
473229
|
"default": "MiniMax-M2.7",
|
|
472779
473230
|
"builderHint": {
|
|
472780
|
-
"
|
|
473231
|
+
"propertyHint": "Default to the latest MiniMax-M2.x flagship (MiniMax-M2.7). Avoid MiniMax-M2 and earlier."
|
|
472781
473232
|
}
|
|
472782
473233
|
},
|
|
472783
473234
|
{
|
|
@@ -472924,7 +473375,7 @@
|
|
|
472924
473375
|
},
|
|
472925
473376
|
"default": "mistral-small",
|
|
472926
473377
|
"builderHint": {
|
|
472927
|
-
"
|
|
473378
|
+
"propertyHint": "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."
|
|
472928
473379
|
}
|
|
472929
473380
|
},
|
|
472930
473381
|
{
|
|
@@ -473086,7 +473537,7 @@
|
|
|
473086
473537
|
},
|
|
473087
473538
|
"default": "kimi-k2.5",
|
|
473088
473539
|
"builderHint": {
|
|
473089
|
-
"
|
|
473540
|
+
"propertyHint": "Default to the latest Kimi model (kimi-k2.6). Avoid kimi-k2.5, kimi-k2, kimi-k1, and earlier."
|
|
473090
473541
|
},
|
|
473091
473542
|
"displayOptions": {
|
|
473092
473543
|
"show": {
|
|
@@ -473344,7 +473795,7 @@
|
|
|
473344
473795
|
},
|
|
473345
473796
|
"default": "openai/gpt-4.1-mini",
|
|
473346
473797
|
"builderHint": {
|
|
473347
|
-
"
|
|
473798
|
+
"propertyHint": "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."
|
|
473348
473799
|
}
|
|
473349
473800
|
},
|
|
473350
473801
|
{
|
|
@@ -473541,7 +473992,7 @@
|
|
|
473541
473992
|
},
|
|
473542
473993
|
"default": "openai/gpt-4o",
|
|
473543
473994
|
"builderHint": {
|
|
473544
|
-
"
|
|
473995
|
+
"propertyHint": "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."
|
|
473545
473996
|
}
|
|
473546
473997
|
},
|
|
473547
473998
|
{
|
|
@@ -473738,7 +474189,7 @@
|
|
|
473738
474189
|
},
|
|
473739
474190
|
"default": "grok-2-vision-1212",
|
|
473740
474191
|
"builderHint": {
|
|
473741
|
-
"
|
|
474192
|
+
"propertyHint": "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."
|
|
473742
474193
|
}
|
|
473743
474194
|
},
|
|
473744
474195
|
{
|
|
@@ -474439,6 +474890,116 @@
|
|
|
474439
474890
|
"sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/mcp/McpClientTool/McpClientTool.node.js",
|
|
474440
474891
|
"usableAsTool": false
|
|
474441
474892
|
},
|
|
474893
|
+
{
|
|
474894
|
+
"name": "mcpRegistryClientTool",
|
|
474895
|
+
"fullType": "@n8n/n8n-nodes-langchain.mcpRegistryClientTool",
|
|
474896
|
+
"displayName": "MCP Registry Client (internal)",
|
|
474897
|
+
"description": "Runtime backing for MCP registry-derived nodes",
|
|
474898
|
+
"group": [
|
|
474899
|
+
"output"
|
|
474900
|
+
],
|
|
474901
|
+
"version": 1,
|
|
474902
|
+
"credentials": [
|
|
474903
|
+
{
|
|
474904
|
+
"name": "mcpOAuth2Api",
|
|
474905
|
+
"required": true
|
|
474906
|
+
}
|
|
474907
|
+
],
|
|
474908
|
+
"properties": [
|
|
474909
|
+
{
|
|
474910
|
+
"displayName": "Endpoint URL",
|
|
474911
|
+
"name": "endpointUrl",
|
|
474912
|
+
"type": "hidden",
|
|
474913
|
+
"default": ""
|
|
474914
|
+
},
|
|
474915
|
+
{
|
|
474916
|
+
"displayName": "Server Transport",
|
|
474917
|
+
"name": "serverTransport",
|
|
474918
|
+
"type": "hidden",
|
|
474919
|
+
"default": "httpStreamable"
|
|
474920
|
+
},
|
|
474921
|
+
{
|
|
474922
|
+
"displayName": "Tools to Include",
|
|
474923
|
+
"name": "include",
|
|
474924
|
+
"type": "options",
|
|
474925
|
+
"description": "How to select the tools you want to be exposed to the AI Agent",
|
|
474926
|
+
"default": "all",
|
|
474927
|
+
"options": [
|
|
474928
|
+
{
|
|
474929
|
+
"name": "All",
|
|
474930
|
+
"value": "all",
|
|
474931
|
+
"description": "Expose every tool from the MCP server"
|
|
474932
|
+
},
|
|
474933
|
+
{
|
|
474934
|
+
"name": "Selected",
|
|
474935
|
+
"value": "selected",
|
|
474936
|
+
"description": "Only expose the tools listed in \"Tools to Include\""
|
|
474937
|
+
},
|
|
474938
|
+
{
|
|
474939
|
+
"name": "All Except",
|
|
474940
|
+
"value": "except",
|
|
474941
|
+
"description": "Expose all tools except those listed in \"Tools to Exclude\""
|
|
474942
|
+
}
|
|
474943
|
+
]
|
|
474944
|
+
},
|
|
474945
|
+
{
|
|
474946
|
+
"displayName": "Tools to Include",
|
|
474947
|
+
"name": "includeTools",
|
|
474948
|
+
"type": "multiOptions",
|
|
474949
|
+
"default": [],
|
|
474950
|
+
"description": "Tools from the MCP server to expose to the agent. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
|
|
474951
|
+
"typeOptions": {
|
|
474952
|
+
"loadOptionsMethod": "getTools"
|
|
474953
|
+
},
|
|
474954
|
+
"displayOptions": {
|
|
474955
|
+
"show": {
|
|
474956
|
+
"include": [
|
|
474957
|
+
"selected"
|
|
474958
|
+
]
|
|
474959
|
+
}
|
|
474960
|
+
}
|
|
474961
|
+
},
|
|
474962
|
+
{
|
|
474963
|
+
"displayName": "Tools to Exclude",
|
|
474964
|
+
"name": "excludeTools",
|
|
474965
|
+
"type": "multiOptions",
|
|
474966
|
+
"default": [],
|
|
474967
|
+
"description": "Tools from the MCP server to hide from the agent. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
|
|
474968
|
+
"typeOptions": {
|
|
474969
|
+
"loadOptionsMethod": "getTools"
|
|
474970
|
+
},
|
|
474971
|
+
"displayOptions": {
|
|
474972
|
+
"show": {
|
|
474973
|
+
"include": [
|
|
474974
|
+
"except"
|
|
474975
|
+
]
|
|
474976
|
+
}
|
|
474977
|
+
}
|
|
474978
|
+
},
|
|
474979
|
+
{
|
|
474980
|
+
"displayName": "Options",
|
|
474981
|
+
"name": "options",
|
|
474982
|
+
"placeholder": "Add Option",
|
|
474983
|
+
"description": "Additional options to add",
|
|
474984
|
+
"type": "collection",
|
|
474985
|
+
"default": {},
|
|
474986
|
+
"options": [
|
|
474987
|
+
{
|
|
474988
|
+
"displayName": "Timeout",
|
|
474989
|
+
"name": "timeout",
|
|
474990
|
+
"type": "number",
|
|
474991
|
+
"typeOptions": {
|
|
474992
|
+
"minValue": 1
|
|
474993
|
+
},
|
|
474994
|
+
"default": 60000,
|
|
474995
|
+
"description": "Time in ms to wait for tool calls to finish"
|
|
474996
|
+
}
|
|
474997
|
+
]
|
|
474998
|
+
}
|
|
474999
|
+
],
|
|
475000
|
+
"sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/mcp/McpRegistryClientTool/McpRegistryClientTool.node.js",
|
|
475001
|
+
"usableAsTool": false
|
|
475002
|
+
},
|
|
474442
475003
|
{
|
|
474443
475004
|
"name": "mcpTrigger",
|
|
474444
475005
|
"fullType": "@n8n/n8n-nodes-langchain.mcpTrigger",
|
|
@@ -474502,7 +475063,7 @@
|
|
|
474502
475063
|
"default": "none",
|
|
474503
475064
|
"description": "The way to authenticate",
|
|
474504
475065
|
"builderHint": {
|
|
474505
|
-
"
|
|
475066
|
+
"propertyHint": "Default to 'none'. n8n exposes inbound trigger URLs publicly by design. Only select an authentication method when the user explicitly asks to authenticate inbound traffic."
|
|
474506
475067
|
}
|
|
474507
475068
|
},
|
|
474508
475069
|
{
|
|
@@ -474597,7 +475158,7 @@
|
|
|
474597
475158
|
],
|
|
474598
475159
|
"default": "fromInput",
|
|
474599
475160
|
"builderHint": {
|
|
474600
|
-
"
|
|
475161
|
+
"propertyHint": "Use 'Connected Chat Trigger Node' (fromInput) if there is a Chat Trigger node earlier in the workflow. Otherwise use 'Define below' (customKey)."
|
|
474601
475162
|
},
|
|
474602
475163
|
"displayOptions": {
|
|
474603
475164
|
"show": {
|
|
@@ -474971,7 +475532,7 @@
|
|
|
474971
475532
|
],
|
|
474972
475533
|
"default": "fromInput",
|
|
474973
475534
|
"builderHint": {
|
|
474974
|
-
"
|
|
475535
|
+
"propertyHint": "Use 'Connected Chat Trigger Node' (fromInput) if there is a Chat Trigger node earlier in the workflow. Otherwise use 'Define below' (customKey)."
|
|
474975
475536
|
}
|
|
474976
475537
|
},
|
|
474977
475538
|
{
|
|
@@ -475144,7 +475705,7 @@
|
|
|
475144
475705
|
],
|
|
475145
475706
|
"default": "fromInput",
|
|
475146
475707
|
"builderHint": {
|
|
475147
|
-
"
|
|
475708
|
+
"propertyHint": "Use 'Connected Chat Trigger Node' (fromInput) if there is a Chat Trigger node earlier in the workflow. Otherwise use 'Define below' (customKey)."
|
|
475148
475709
|
},
|
|
475149
475710
|
"displayOptions": {
|
|
475150
475711
|
"show": {
|
|
@@ -475274,7 +475835,7 @@
|
|
|
475274
475835
|
],
|
|
475275
475836
|
"default": "fromInput",
|
|
475276
475837
|
"builderHint": {
|
|
475277
|
-
"
|
|
475838
|
+
"propertyHint": "Use 'Connected Chat Trigger Node' (fromInput) if there is a Chat Trigger node earlier in the workflow. Otherwise use 'Define below' (customKey)."
|
|
475278
475839
|
}
|
|
475279
475840
|
},
|
|
475280
475841
|
{
|
|
@@ -475447,7 +476008,7 @@
|
|
|
475447
476008
|
],
|
|
475448
476009
|
"default": "fromInput",
|
|
475449
476010
|
"builderHint": {
|
|
475450
|
-
"
|
|
476011
|
+
"propertyHint": "Use 'Connected Chat Trigger Node' (fromInput) if there is a Chat Trigger node earlier in the workflow. Otherwise use 'Define below' (customKey)."
|
|
475451
476012
|
},
|
|
475452
476013
|
"displayOptions": {
|
|
475453
476014
|
"show": {
|
|
@@ -475630,7 +476191,7 @@
|
|
|
475630
476191
|
],
|
|
475631
476192
|
"default": "fromInput",
|
|
475632
476193
|
"builderHint": {
|
|
475633
|
-
"
|
|
476194
|
+
"propertyHint": "Use 'Connected Chat Trigger Node' (fromInput) if there is a Chat Trigger node earlier in the workflow. Otherwise use 'Define below' (customKey)."
|
|
475634
476195
|
},
|
|
475635
476196
|
"displayOptions": {
|
|
475636
476197
|
"show": {
|
|
@@ -475817,7 +476378,7 @@
|
|
|
475817
476378
|
],
|
|
475818
476379
|
"default": "fromInput",
|
|
475819
476380
|
"builderHint": {
|
|
475820
|
-
"
|
|
476381
|
+
"propertyHint": "Use 'Connected Chat Trigger Node' (fromInput) if there is a Chat Trigger node earlier in the workflow. Otherwise use 'Define below' (customKey)."
|
|
475821
476382
|
},
|
|
475822
476383
|
"displayOptions": {
|
|
475823
476384
|
"show": {
|
|
@@ -480556,7 +481117,7 @@
|
|
|
480556
481117
|
"default": "none",
|
|
480557
481118
|
"description": "The way to authenticate",
|
|
480558
481119
|
"builderHint": {
|
|
480559
|
-
"
|
|
481120
|
+
"propertyHint": "Default to 'none'. n8n exposes inbound trigger URLs publicly by design. Only select an authentication method when the user explicitly asks to authenticate inbound traffic."
|
|
480560
481121
|
}
|
|
480561
481122
|
},
|
|
480562
481123
|
{
|
|
@@ -480894,7 +481455,7 @@
|
|
|
480894
481455
|
"default": "notSupported",
|
|
480895
481456
|
"description": "If loading messages of a previous session should be enabled",
|
|
480896
481457
|
"builderHint": {
|
|
480897
|
-
"
|
|
481458
|
+
"propertyHint": "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'."
|
|
480898
481459
|
}
|
|
480899
481460
|
},
|
|
480900
481461
|
{
|
|
@@ -481109,7 +481670,7 @@
|
|
|
481109
481670
|
"default": "notSupported",
|
|
481110
481671
|
"description": "If loading messages of a previous session should be enabled",
|
|
481111
481672
|
"builderHint": {
|
|
481112
|
-
"
|
|
481673
|
+
"propertyHint": "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'."
|
|
481113
481674
|
}
|
|
481114
481675
|
},
|
|
481115
481676
|
{
|
|
@@ -481473,7 +482034,7 @@
|
|
|
481473
482034
|
"default": "notSupported",
|
|
481474
482035
|
"description": "If loading messages of a previous session should be enabled",
|
|
481475
482036
|
"builderHint": {
|
|
481476
|
-
"
|
|
482037
|
+
"propertyHint": "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'."
|
|
481477
482038
|
}
|
|
481478
482039
|
},
|
|
481479
482040
|
{
|
|
@@ -553877,7 +554438,7 @@
|
|
|
553877
554438
|
},
|
|
553878
554439
|
"required": true,
|
|
553879
554440
|
"builderHint": {
|
|
553880
|
-
"
|
|
554441
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
553881
554442
|
},
|
|
553882
554443
|
"modes": [
|
|
553883
554444
|
{
|
|
@@ -554899,7 +555460,7 @@
|
|
|
554899
555460
|
},
|
|
554900
555461
|
"required": true,
|
|
554901
555462
|
"builderHint": {
|
|
554902
|
-
"
|
|
555463
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
554903
555464
|
},
|
|
554904
555465
|
"modes": [
|
|
554905
555466
|
{
|
|
@@ -600156,7 +600717,7 @@
|
|
|
600156
600717
|
"name": "startDate",
|
|
600157
600718
|
"type": "dateTime",
|
|
600158
600719
|
"required": true,
|
|
600159
|
-
"default": "2026-05-
|
|
600720
|
+
"default": "2026-05-13T00:00:00.000+00:00",
|
|
600160
600721
|
"displayOptions": {
|
|
600161
600722
|
"show": {
|
|
600162
600723
|
"resource": [
|
|
@@ -600179,7 +600740,7 @@
|
|
|
600179
600740
|
"name": "endDate",
|
|
600180
600741
|
"type": "dateTime",
|
|
600181
600742
|
"required": true,
|
|
600182
|
-
"default": "2026-05-
|
|
600743
|
+
"default": "2026-05-20T00:00:00.000+00:00",
|
|
600183
600744
|
"displayOptions": {
|
|
600184
600745
|
"show": {
|
|
600185
600746
|
"resource": [
|
|
@@ -601526,7 +602087,7 @@
|
|
|
601526
602087
|
"name": "startDate",
|
|
601527
602088
|
"type": "dateTime",
|
|
601528
602089
|
"required": true,
|
|
601529
|
-
"default": "2026-05-
|
|
602090
|
+
"default": "2026-05-13T00:00:00.000+00:00",
|
|
601530
602091
|
"displayOptions": {
|
|
601531
602092
|
"show": {
|
|
601532
602093
|
"resource": [
|
|
@@ -601549,7 +602110,7 @@
|
|
|
601549
602110
|
"name": "endDate",
|
|
601550
602111
|
"type": "dateTime",
|
|
601551
602112
|
"required": true,
|
|
601552
|
-
"default": "2026-05-
|
|
602113
|
+
"default": "2026-05-20T00:00:00.000+00:00",
|
|
601553
602114
|
"displayOptions": {
|
|
601554
602115
|
"show": {
|
|
601555
602116
|
"resource": [
|
|
@@ -607724,10 +608285,13 @@
|
|
|
607724
608285
|
]
|
|
607725
608286
|
},
|
|
607726
608287
|
{
|
|
607727
|
-
"displayName": "Message
|
|
608288
|
+
"displayName": "Message Resource Name",
|
|
607728
608289
|
"name": "messageId",
|
|
607729
608290
|
"type": "string",
|
|
607730
608291
|
"required": true,
|
|
608292
|
+
"default": "",
|
|
608293
|
+
"placeholder": "e.g. spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB",
|
|
608294
|
+
"description": "Resource name of the message. Format: spaces/{space}/messages/{message}. For system-assigned IDs, use the full message name, such as spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB. For custom IDs, use spaces/AAAAAAAAAAA/messages/client-custom-name.",
|
|
607731
608295
|
"displayOptions": {
|
|
607732
608296
|
"show": {
|
|
607733
608297
|
"resource": [
|
|
@@ -607737,15 +608301,16 @@
|
|
|
607737
608301
|
"delete"
|
|
607738
608302
|
]
|
|
607739
608303
|
}
|
|
607740
|
-
}
|
|
607741
|
-
"default": "",
|
|
607742
|
-
"description": "Resource name of the message to be deleted, in the form \"spaces//messages/\""
|
|
608304
|
+
}
|
|
607743
608305
|
},
|
|
607744
608306
|
{
|
|
607745
|
-
"displayName": "Message
|
|
608307
|
+
"displayName": "Message Resource Name",
|
|
607746
608308
|
"name": "messageId",
|
|
607747
608309
|
"type": "string",
|
|
607748
608310
|
"required": true,
|
|
608311
|
+
"default": "",
|
|
608312
|
+
"placeholder": "e.g. spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB",
|
|
608313
|
+
"description": "Resource name of the message. Format: spaces/{space}/messages/{message}. For system-assigned IDs, use the full message name, such as spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB. For custom IDs, use spaces/AAAAAAAAAAA/messages/client-custom-name.",
|
|
607749
608314
|
"displayOptions": {
|
|
607750
608315
|
"show": {
|
|
607751
608316
|
"resource": [
|
|
@@ -607755,15 +608320,16 @@
|
|
|
607755
608320
|
"get"
|
|
607756
608321
|
]
|
|
607757
608322
|
}
|
|
607758
|
-
}
|
|
607759
|
-
"default": "",
|
|
607760
|
-
"description": "Resource name of the message to be retrieved, in the form \"spaces//messages/\""
|
|
608323
|
+
}
|
|
607761
608324
|
},
|
|
607762
608325
|
{
|
|
607763
|
-
"displayName": "Message
|
|
608326
|
+
"displayName": "Message Resource Name",
|
|
607764
608327
|
"name": "messageId",
|
|
607765
608328
|
"type": "string",
|
|
607766
608329
|
"required": true,
|
|
608330
|
+
"default": "",
|
|
608331
|
+
"placeholder": "e.g. spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB",
|
|
608332
|
+
"description": "Resource name of the message. Format: spaces/{space}/messages/{message}. For system-assigned IDs, use the full message name, such as spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB. For custom IDs, use spaces/AAAAAAAAAAA/messages/client-custom-name.",
|
|
607767
608333
|
"displayOptions": {
|
|
607768
608334
|
"show": {
|
|
607769
608335
|
"resource": [
|
|
@@ -607773,9 +608339,7 @@
|
|
|
607773
608339
|
"update"
|
|
607774
608340
|
]
|
|
607775
608341
|
}
|
|
607776
|
-
}
|
|
607777
|
-
"default": "",
|
|
607778
|
-
"description": "Resource name of the message to be updated, in the form \"spaces//messages/\""
|
|
608342
|
+
}
|
|
607779
608343
|
},
|
|
607780
608344
|
{
|
|
607781
608345
|
"displayName": "JSON Parameters",
|
|
@@ -625530,7 +626094,7 @@
|
|
|
625530
626094
|
},
|
|
625531
626095
|
"required": true,
|
|
625532
626096
|
"builderHint": {
|
|
625533
|
-
"
|
|
626097
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
625534
626098
|
},
|
|
625535
626099
|
"modes": [
|
|
625536
626100
|
{
|
|
@@ -625594,7 +626158,7 @@
|
|
|
625594
626158
|
},
|
|
625595
626159
|
"required": true,
|
|
625596
626160
|
"builderHint": {
|
|
625597
|
-
"
|
|
626161
|
+
"propertyHint": "Default to mode: 'list' which is easier for users to set up"
|
|
625598
626162
|
},
|
|
625599
626163
|
"typeOptions": {
|
|
625600
626164
|
"loadOptionsDependsOn": [
|
|
@@ -631421,7 +631985,7 @@
|
|
|
631421
631985
|
},
|
|
631422
631986
|
{
|
|
631423
631987
|
"name": "Unlisted",
|
|
631424
|
-
"value": "
|
|
631988
|
+
"value": "unlisted"
|
|
631425
631989
|
}
|
|
631426
631990
|
],
|
|
631427
631991
|
"default": "",
|
|
@@ -641343,6 +641907,9 @@
|
|
|
641343
641907
|
]
|
|
641344
641908
|
}
|
|
641345
641909
|
},
|
|
641910
|
+
"builderHint": {
|
|
641911
|
+
"propertyHint": "To add notes to contacts, set additionalFields.notes"
|
|
641912
|
+
},
|
|
641346
641913
|
"options": [
|
|
641347
641914
|
{
|
|
641348
641915
|
"displayName": "Address",
|
|
@@ -644844,7 +645411,7 @@
|
|
|
644844
645411
|
"name": "parameters",
|
|
644845
645412
|
"displayName": "Query Parameter",
|
|
644846
645413
|
"builderHint": {
|
|
644847
|
-
"
|
|
645414
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in queryParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"httpQueryAuth\", and add credentials: { httpQueryAuth:\n newCredential(\"Name\") }. Only use queryParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."
|
|
644848
645415
|
},
|
|
644849
645416
|
"values": [
|
|
644850
645417
|
{
|
|
@@ -644944,7 +645511,7 @@
|
|
|
644944
645511
|
"name": "parameters",
|
|
644945
645512
|
"displayName": "Header",
|
|
644946
645513
|
"builderHint": {
|
|
644947
|
-
"
|
|
645514
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in headerParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"httpHeaderAuth\", and add credentials: { httpHeaderAuth:\n newCredential(\"Name\") }. Only use headerParameters for non-auth headers like Content-Type or Accept. Dynamic values from previous nodes via expr() are acceptable."
|
|
644948
645515
|
},
|
|
644949
645516
|
"values": [
|
|
644950
645517
|
{
|
|
@@ -645055,7 +645622,7 @@
|
|
|
645055
645622
|
"name": "bodyParameters",
|
|
645056
645623
|
"type": "fixedCollection",
|
|
645057
645624
|
"builderHint": {
|
|
645058
|
-
"
|
|
645625
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in bodyParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"customAuth\", and add credentials: { customAuth:\n newCredential(\"Name\") }. Only use bodyParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."
|
|
645059
645626
|
},
|
|
645060
645627
|
"displayOptions": {
|
|
645061
645628
|
"show": {
|
|
@@ -645113,7 +645680,7 @@
|
|
|
645113
645680
|
"name": "jsonBody",
|
|
645114
645681
|
"type": "json",
|
|
645115
645682
|
"builderHint": {
|
|
645116
|
-
"
|
|
645683
|
+
"propertyHint": "NEVER put static authentication values (API keys, tokens, PATs) in bodyParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"customAuth\", and add credentials: { customAuth:\n newCredential(\"Name\") }. Only use bodyParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."
|
|
645117
645684
|
},
|
|
645118
645685
|
"displayOptions": {
|
|
645119
645686
|
"show": {
|
|
@@ -662313,6 +662880,17 @@
|
|
|
662313
662880
|
]
|
|
662314
662881
|
}
|
|
662315
662882
|
}
|
|
662883
|
+
},
|
|
662884
|
+
{
|
|
662885
|
+
"name": "jiraSoftwareCloudOAuth2Api",
|
|
662886
|
+
"required": true,
|
|
662887
|
+
"displayOptions": {
|
|
662888
|
+
"show": {
|
|
662889
|
+
"jiraVersion": [
|
|
662890
|
+
"cloudOAuth2"
|
|
662891
|
+
]
|
|
662892
|
+
}
|
|
662893
|
+
}
|
|
662316
662894
|
}
|
|
662317
662895
|
],
|
|
662318
662896
|
"properties": [
|
|
@@ -662325,6 +662903,10 @@
|
|
|
662325
662903
|
"name": "Cloud",
|
|
662326
662904
|
"value": "cloud"
|
|
662327
662905
|
},
|
|
662906
|
+
{
|
|
662907
|
+
"name": "Cloud (OAuth2)",
|
|
662908
|
+
"value": "cloudOAuth2"
|
|
662909
|
+
},
|
|
662328
662910
|
{
|
|
662329
662911
|
"name": "Server (Self Hosted)",
|
|
662330
662912
|
"value": "server"
|
|
@@ -662699,7 +663281,8 @@
|
|
|
662699
663281
|
"displayOptions": {
|
|
662700
663282
|
"show": {
|
|
662701
663283
|
"/jiraVersion": [
|
|
662702
|
-
"cloud"
|
|
663284
|
+
"cloud",
|
|
663285
|
+
"cloudOAuth2"
|
|
662703
663286
|
]
|
|
662704
663287
|
}
|
|
662705
663288
|
}
|
|
@@ -662977,7 +663560,8 @@
|
|
|
662977
663560
|
"displayOptions": {
|
|
662978
663561
|
"show": {
|
|
662979
663562
|
"/jiraVersion": [
|
|
662980
|
-
"cloud"
|
|
663563
|
+
"cloud",
|
|
663564
|
+
"cloudOAuth2"
|
|
662981
663565
|
]
|
|
662982
663566
|
}
|
|
662983
663567
|
}
|
|
@@ -664151,7 +664735,8 @@
|
|
|
664151
664735
|
"displayOptions": {
|
|
664152
664736
|
"show": {
|
|
664153
664737
|
"/jiraVersion": [
|
|
664154
|
-
"cloud"
|
|
664738
|
+
"cloud",
|
|
664739
|
+
"cloudOAuth2"
|
|
664155
664740
|
]
|
|
664156
664741
|
}
|
|
664157
664742
|
},
|
|
@@ -664501,7 +665086,8 @@
|
|
|
664501
665086
|
"displayOptions": {
|
|
664502
665087
|
"show": {
|
|
664503
665088
|
"/jiraVersion": [
|
|
664504
|
-
"cloud"
|
|
665089
|
+
"cloud",
|
|
665090
|
+
"cloudOAuth2"
|
|
664505
665091
|
]
|
|
664506
665092
|
}
|
|
664507
665093
|
},
|
|
@@ -685032,6 +685618,100 @@
|
|
|
685032
685618
|
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/nodes/Medium/Medium.node.js",
|
|
685033
685619
|
"usableAsTool": false
|
|
685034
685620
|
},
|
|
685621
|
+
{
|
|
685622
|
+
"name": "messageAnAgentTool",
|
|
685623
|
+
"fullType": "n8n-nodes-base.messageAnAgentTool",
|
|
685624
|
+
"displayName": "Message an Agent Tool",
|
|
685625
|
+
"description": "Send a message to an SDK agent and receive its response",
|
|
685626
|
+
"icon": "node:ai-agent",
|
|
685627
|
+
"group": [
|
|
685628
|
+
"transform"
|
|
685629
|
+
],
|
|
685630
|
+
"version": 1,
|
|
685631
|
+
"credentials": [],
|
|
685632
|
+
"properties": [
|
|
685633
|
+
{
|
|
685634
|
+
"displayName": "Only published agents are listed below. Publish an agent before referencing it from a workflow.",
|
|
685635
|
+
"name": "publishedAgentNotice",
|
|
685636
|
+
"type": "notice",
|
|
685637
|
+
"default": ""
|
|
685638
|
+
},
|
|
685639
|
+
{
|
|
685640
|
+
"displayName": "Agent",
|
|
685641
|
+
"name": "agentId",
|
|
685642
|
+
"type": "resourceLocator",
|
|
685643
|
+
"default": {
|
|
685644
|
+
"mode": "list",
|
|
685645
|
+
"value": ""
|
|
685646
|
+
},
|
|
685647
|
+
"required": true,
|
|
685648
|
+
"description": "The agent to send the message to",
|
|
685649
|
+
"modes": [
|
|
685650
|
+
{
|
|
685651
|
+
"displayName": "From List",
|
|
685652
|
+
"name": "list",
|
|
685653
|
+
"type": "list",
|
|
685654
|
+
"typeOptions": {
|
|
685655
|
+
"searchListMethod": "listAgents",
|
|
685656
|
+
"searchable": true
|
|
685657
|
+
}
|
|
685658
|
+
},
|
|
685659
|
+
{
|
|
685660
|
+
"displayName": "By ID",
|
|
685661
|
+
"name": "id",
|
|
685662
|
+
"type": "string",
|
|
685663
|
+
"placeholder": "e.g. abc123",
|
|
685664
|
+
"validation": [
|
|
685665
|
+
{
|
|
685666
|
+
"type": "regex",
|
|
685667
|
+
"properties": {
|
|
685668
|
+
"regex": ".+",
|
|
685669
|
+
"errorMessage": "Agent ID cannot be empty"
|
|
685670
|
+
}
|
|
685671
|
+
}
|
|
685672
|
+
]
|
|
685673
|
+
}
|
|
685674
|
+
]
|
|
685675
|
+
},
|
|
685676
|
+
{
|
|
685677
|
+
"displayName": "Message",
|
|
685678
|
+
"name": "message",
|
|
685679
|
+
"type": "string",
|
|
685680
|
+
"default": "",
|
|
685681
|
+
"required": true,
|
|
685682
|
+
"description": "The message to send to the agent",
|
|
685683
|
+
"typeOptions": {
|
|
685684
|
+
"rows": 4
|
|
685685
|
+
}
|
|
685686
|
+
},
|
|
685687
|
+
{
|
|
685688
|
+
"displayName": "Advanced",
|
|
685689
|
+
"name": "advanced",
|
|
685690
|
+
"type": "collection",
|
|
685691
|
+
"placeholder": "Add Option",
|
|
685692
|
+
"default": {},
|
|
685693
|
+
"options": [
|
|
685694
|
+
{
|
|
685695
|
+
"displayName": "Session ID",
|
|
685696
|
+
"name": "sessionId",
|
|
685697
|
+
"type": "string",
|
|
685698
|
+
"default": "",
|
|
685699
|
+
"description": "Reuse an agent session to keep memory across runs. Leave empty to start a fresh session per execution."
|
|
685700
|
+
}
|
|
685701
|
+
]
|
|
685702
|
+
},
|
|
685703
|
+
{
|
|
685704
|
+
"displayName": "Description",
|
|
685705
|
+
"name": "toolDescription",
|
|
685706
|
+
"type": "string",
|
|
685707
|
+
"default": "Send a message to an SDK agent and receive its response",
|
|
685708
|
+
"required": true,
|
|
685709
|
+
"description": "Explain to the LLM what this tool does so it can choose and use it correctly."
|
|
685710
|
+
}
|
|
685711
|
+
],
|
|
685712
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/nodes/MessageAnAgent/MessageAnAgent.node.js",
|
|
685713
|
+
"usableAsTool": false
|
|
685714
|
+
},
|
|
685035
685715
|
{
|
|
685036
685716
|
"name": "messageBirdTool",
|
|
685037
685717
|
"fullType": "n8n-nodes-base.messageBirdTool",
|
|
@@ -697485,7 +698165,7 @@
|
|
|
697485
698165
|
"displayName": "Start",
|
|
697486
698166
|
"name": "startDateTime",
|
|
697487
698167
|
"type": "dateTime",
|
|
697488
|
-
"default": "2026-05-
|
|
698168
|
+
"default": "2026-05-21T10:01:55.645+00:00",
|
|
697489
698169
|
"required": true,
|
|
697490
698170
|
"displayOptions": {
|
|
697491
698171
|
"show": {
|
|
@@ -697503,7 +698183,7 @@
|
|
|
697503
698183
|
"name": "endDateTime",
|
|
697504
698184
|
"type": "dateTime",
|
|
697505
698185
|
"required": true,
|
|
697506
|
-
"default": "2026-05-
|
|
698186
|
+
"default": "2026-05-21T10:31:55.645+00:00",
|
|
697507
698187
|
"displayOptions": {
|
|
697508
698188
|
"show": {
|
|
697509
698189
|
"resource": [
|
|
@@ -697522,6 +698202,58 @@
|
|
|
697522
698202
|
"placeholder": "Add Field",
|
|
697523
698203
|
"default": {},
|
|
697524
698204
|
"options": [
|
|
698205
|
+
{
|
|
698206
|
+
"displayName": "Attendees",
|
|
698207
|
+
"name": "attendees",
|
|
698208
|
+
"type": "fixedCollection",
|
|
698209
|
+
"typeOptions": {
|
|
698210
|
+
"multipleValues": true
|
|
698211
|
+
},
|
|
698212
|
+
"default": {},
|
|
698213
|
+
"placeholder": "Add Attendee",
|
|
698214
|
+
"options": [
|
|
698215
|
+
{
|
|
698216
|
+
"displayName": "Attendee",
|
|
698217
|
+
"name": "values",
|
|
698218
|
+
"values": [
|
|
698219
|
+
{
|
|
698220
|
+
"displayName": "Email",
|
|
698221
|
+
"name": "email",
|
|
698222
|
+
"type": "string",
|
|
698223
|
+
"placeholder": "name@email.com",
|
|
698224
|
+
"required": true,
|
|
698225
|
+
"default": ""
|
|
698226
|
+
},
|
|
698227
|
+
{
|
|
698228
|
+
"displayName": "Name",
|
|
698229
|
+
"name": "name",
|
|
698230
|
+
"type": "string",
|
|
698231
|
+
"default": ""
|
|
698232
|
+
},
|
|
698233
|
+
{
|
|
698234
|
+
"displayName": "Type",
|
|
698235
|
+
"name": "type",
|
|
698236
|
+
"type": "options",
|
|
698237
|
+
"default": "required",
|
|
698238
|
+
"options": [
|
|
698239
|
+
{
|
|
698240
|
+
"name": "Optional",
|
|
698241
|
+
"value": "optional"
|
|
698242
|
+
},
|
|
698243
|
+
{
|
|
698244
|
+
"name": "Required",
|
|
698245
|
+
"value": "required"
|
|
698246
|
+
},
|
|
698247
|
+
{
|
|
698248
|
+
"name": "Resource",
|
|
698249
|
+
"value": "resource"
|
|
698250
|
+
}
|
|
698251
|
+
]
|
|
698252
|
+
}
|
|
698253
|
+
]
|
|
698254
|
+
}
|
|
698255
|
+
]
|
|
698256
|
+
},
|
|
697525
698257
|
{
|
|
697526
698258
|
"displayName": "Categories",
|
|
697527
698259
|
"name": "categories",
|
|
@@ -697598,6 +698330,13 @@
|
|
|
697598
698330
|
"type": "boolean",
|
|
697599
698331
|
"default": false
|
|
697600
698332
|
},
|
|
698333
|
+
{
|
|
698334
|
+
"displayName": "Location",
|
|
698335
|
+
"name": "location",
|
|
698336
|
+
"type": "string",
|
|
698337
|
+
"default": "",
|
|
698338
|
+
"description": "The location of the event (e.g. a meeting room name, address, or meeting link)"
|
|
698339
|
+
},
|
|
697601
698340
|
{
|
|
697602
698341
|
"displayName": "Sensitivity",
|
|
697603
698342
|
"name": "sensitivity",
|
|
@@ -700547,6 +701286,65 @@
|
|
|
700547
701286
|
}
|
|
700548
701287
|
}
|
|
700549
701288
|
},
|
|
701289
|
+
{
|
|
701290
|
+
"displayName": "Include Recurring Event Instances",
|
|
701291
|
+
"name": "includeRecurringInstances",
|
|
701292
|
+
"type": "boolean",
|
|
701293
|
+
"default": false,
|
|
701294
|
+
"description": "Whether to expand recurring events into individual instances within the specified date range. When disabled, recurring events are returned as a single series master event.",
|
|
701295
|
+
"displayOptions": {
|
|
701296
|
+
"show": {
|
|
701297
|
+
"resource": [
|
|
701298
|
+
"event"
|
|
701299
|
+
],
|
|
701300
|
+
"operation": [
|
|
701301
|
+
"getAll"
|
|
701302
|
+
]
|
|
701303
|
+
}
|
|
701304
|
+
}
|
|
701305
|
+
},
|
|
701306
|
+
{
|
|
701307
|
+
"displayName": "Start Date",
|
|
701308
|
+
"name": "startDateTime",
|
|
701309
|
+
"type": "dateTime",
|
|
701310
|
+
"default": "",
|
|
701311
|
+
"required": true,
|
|
701312
|
+
"description": "Start of the date range to retrieve event instances for",
|
|
701313
|
+
"displayOptions": {
|
|
701314
|
+
"show": {
|
|
701315
|
+
"includeRecurringInstances": [
|
|
701316
|
+
true
|
|
701317
|
+
],
|
|
701318
|
+
"resource": [
|
|
701319
|
+
"event"
|
|
701320
|
+
],
|
|
701321
|
+
"operation": [
|
|
701322
|
+
"getAll"
|
|
701323
|
+
]
|
|
701324
|
+
}
|
|
701325
|
+
}
|
|
701326
|
+
},
|
|
701327
|
+
{
|
|
701328
|
+
"displayName": "End Date",
|
|
701329
|
+
"name": "endDateTime",
|
|
701330
|
+
"type": "dateTime",
|
|
701331
|
+
"default": "",
|
|
701332
|
+
"required": true,
|
|
701333
|
+
"description": "End of the date range to retrieve event instances for",
|
|
701334
|
+
"displayOptions": {
|
|
701335
|
+
"show": {
|
|
701336
|
+
"includeRecurringInstances": [
|
|
701337
|
+
true
|
|
701338
|
+
],
|
|
701339
|
+
"resource": [
|
|
701340
|
+
"event"
|
|
701341
|
+
],
|
|
701342
|
+
"operation": [
|
|
701343
|
+
"getAll"
|
|
701344
|
+
]
|
|
701345
|
+
}
|
|
701346
|
+
}
|
|
701347
|
+
},
|
|
700550
701348
|
{
|
|
700551
701349
|
"displayName": "Return All",
|
|
700552
701350
|
"name": "returnAll",
|
|
@@ -700801,18 +701599,11 @@
|
|
|
700801
701599
|
"type": "collection",
|
|
700802
701600
|
"placeholder": "Add Filter",
|
|
700803
701601
|
"default": {},
|
|
700804
|
-
"options": [
|
|
700805
|
-
{
|
|
700806
|
-
"displayName": "Filter Query",
|
|
700807
|
-
"name": "custom",
|
|
700808
|
-
"type": "string",
|
|
700809
|
-
"default": "",
|
|
700810
|
-
"placeholder": "e.g. contains(subject,'Hello')",
|
|
700811
|
-
"hint": "Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."
|
|
700812
|
-
}
|
|
700813
|
-
],
|
|
700814
701602
|
"displayOptions": {
|
|
700815
701603
|
"show": {
|
|
701604
|
+
"includeRecurringInstances": [
|
|
701605
|
+
false
|
|
701606
|
+
],
|
|
700816
701607
|
"resource": [
|
|
700817
701608
|
"event"
|
|
700818
701609
|
],
|
|
@@ -700820,7 +701611,17 @@
|
|
|
700820
701611
|
"getAll"
|
|
700821
701612
|
]
|
|
700822
701613
|
}
|
|
700823
|
-
}
|
|
701614
|
+
},
|
|
701615
|
+
"options": [
|
|
701616
|
+
{
|
|
701617
|
+
"displayName": "Filter Query",
|
|
701618
|
+
"name": "custom",
|
|
701619
|
+
"type": "string",
|
|
701620
|
+
"default": "",
|
|
701621
|
+
"placeholder": "e.g. contains(subject,'Hello')",
|
|
701622
|
+
"hint": "Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."
|
|
701623
|
+
}
|
|
701624
|
+
]
|
|
700824
701625
|
},
|
|
700825
701626
|
{
|
|
700826
701627
|
"displayName": "Calendar",
|
|
@@ -700929,6 +701730,59 @@
|
|
|
700929
701730
|
"placeholder": "Add Field",
|
|
700930
701731
|
"default": {},
|
|
700931
701732
|
"options": [
|
|
701733
|
+
{
|
|
701734
|
+
"displayName": "Attendees",
|
|
701735
|
+
"name": "attendees",
|
|
701736
|
+
"type": "fixedCollection",
|
|
701737
|
+
"typeOptions": {
|
|
701738
|
+
"multipleValues": true
|
|
701739
|
+
},
|
|
701740
|
+
"default": {},
|
|
701741
|
+
"placeholder": "Add Attendee",
|
|
701742
|
+
"options": [
|
|
701743
|
+
{
|
|
701744
|
+
"displayName": "Attendee",
|
|
701745
|
+
"name": "values",
|
|
701746
|
+
"values": [
|
|
701747
|
+
{
|
|
701748
|
+
"displayName": "Email",
|
|
701749
|
+
"name": "email",
|
|
701750
|
+
"type": "string",
|
|
701751
|
+
"placeholder": "name@email.com",
|
|
701752
|
+
"required": true,
|
|
701753
|
+
"default": ""
|
|
701754
|
+
},
|
|
701755
|
+
{
|
|
701756
|
+
"displayName": "Name",
|
|
701757
|
+
"name": "name",
|
|
701758
|
+
"type": "string",
|
|
701759
|
+
"default": ""
|
|
701760
|
+
},
|
|
701761
|
+
{
|
|
701762
|
+
"displayName": "Type",
|
|
701763
|
+
"name": "type",
|
|
701764
|
+
"type": "options",
|
|
701765
|
+
"default": "required",
|
|
701766
|
+
"options": [
|
|
701767
|
+
{
|
|
701768
|
+
"name": "Optional",
|
|
701769
|
+
"value": "optional"
|
|
701770
|
+
},
|
|
701771
|
+
{
|
|
701772
|
+
"name": "Required",
|
|
701773
|
+
"value": "required"
|
|
701774
|
+
},
|
|
701775
|
+
{
|
|
701776
|
+
"name": "Resource",
|
|
701777
|
+
"value": "resource"
|
|
701778
|
+
}
|
|
701779
|
+
]
|
|
701780
|
+
}
|
|
701781
|
+
]
|
|
701782
|
+
}
|
|
701783
|
+
],
|
|
701784
|
+
"description": "Setting attendees on update replaces the entire attendee list"
|
|
701785
|
+
},
|
|
700932
701786
|
{
|
|
700933
701787
|
"displayName": "Categories",
|
|
700934
701788
|
"name": "categories",
|
|
@@ -701011,6 +701865,13 @@
|
|
|
701011
701865
|
"type": "boolean",
|
|
701012
701866
|
"default": true
|
|
701013
701867
|
},
|
|
701868
|
+
{
|
|
701869
|
+
"displayName": "Location",
|
|
701870
|
+
"name": "location",
|
|
701871
|
+
"type": "string",
|
|
701872
|
+
"default": "",
|
|
701873
|
+
"description": "The location of the event (e.g. a meeting room name, address, or meeting link)"
|
|
701874
|
+
},
|
|
701014
701875
|
{
|
|
701015
701876
|
"displayName": "Sensitivity",
|
|
701016
701877
|
"name": "sensitivity",
|
|
@@ -717827,7 +718688,8 @@
|
|
|
717827
718688
|
"version": [
|
|
717828
718689
|
1,
|
|
717829
718690
|
1.1,
|
|
717830
|
-
1.2
|
|
718691
|
+
1.2,
|
|
718692
|
+
1.3
|
|
717831
718693
|
],
|
|
717832
718694
|
"credentials": [
|
|
717833
718695
|
{
|
|
@@ -727012,7 +727874,7 @@
|
|
|
727012
727874
|
"default": "apiKey"
|
|
727013
727875
|
},
|
|
727014
727876
|
{
|
|
727015
|
-
"displayName": "In Notion, make sure to <a href=\"https://www.notion.
|
|
727877
|
+
"displayName": "In Notion, make sure to <a href=\"https://www.notion.com/help/add-and-manage-connections-with-the-api\" target=\"_blank\">add your connection</a> to the pages you want to access.",
|
|
727016
727878
|
"name": "notionNotice",
|
|
727017
727879
|
"type": "notice",
|
|
727018
727880
|
"default": ""
|
|
@@ -727094,19 +727956,19 @@
|
|
|
727094
727956
|
"displayName": "Link",
|
|
727095
727957
|
"name": "url",
|
|
727096
727958
|
"type": "string",
|
|
727097
|
-
"placeholder": "https://www.notion.
|
|
727959
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
727098
727960
|
"validation": [
|
|
727099
727961
|
{
|
|
727100
727962
|
"type": "regex",
|
|
727101
727963
|
"properties": {
|
|
727102
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
727964
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
727103
727965
|
"errorMessage": "Not a valid Notion Block URL"
|
|
727104
727966
|
}
|
|
727105
727967
|
}
|
|
727106
727968
|
],
|
|
727107
727969
|
"extractValue": {
|
|
727108
727970
|
"type": "regex",
|
|
727109
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
727971
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
727110
727972
|
}
|
|
727111
727973
|
},
|
|
727112
727974
|
{
|
|
@@ -727127,7 +727989,7 @@
|
|
|
727127
727989
|
"type": "regex",
|
|
727128
727990
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
727129
727991
|
},
|
|
727130
|
-
"url": "=https://www.notion.
|
|
727992
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
727131
727993
|
}
|
|
727132
727994
|
],
|
|
727133
727995
|
"displayOptions": {
|
|
@@ -727165,12 +728027,12 @@
|
|
|
727165
728027
|
"displayName": "Link",
|
|
727166
728028
|
"name": "url",
|
|
727167
728029
|
"type": "string",
|
|
727168
|
-
"placeholder": "e.g. https://www.notion.
|
|
728030
|
+
"placeholder": "e.g. https://www.notion.com/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e",
|
|
727169
728031
|
"validation": [
|
|
727170
728032
|
{
|
|
727171
728033
|
"type": "regex",
|
|
727172
728034
|
"properties": {
|
|
727173
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
728035
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
727174
728036
|
"errorMessage": "Not a valid Notion Block URL"
|
|
727175
728037
|
}
|
|
727176
728038
|
}
|
|
@@ -727448,19 +728310,19 @@
|
|
|
727448
728310
|
"displayName": "Link",
|
|
727449
728311
|
"name": "url",
|
|
727450
728312
|
"type": "string",
|
|
727451
|
-
"placeholder": "https://www.notion.
|
|
728313
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
727452
728314
|
"validation": [
|
|
727453
728315
|
{
|
|
727454
728316
|
"type": "regex",
|
|
727455
728317
|
"properties": {
|
|
727456
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
728318
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
727457
728319
|
"errorMessage": "Not a valid Notion Database URL"
|
|
727458
728320
|
}
|
|
727459
728321
|
}
|
|
727460
728322
|
],
|
|
727461
728323
|
"extractValue": {
|
|
727462
728324
|
"type": "regex",
|
|
727463
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
728325
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
727464
728326
|
}
|
|
727465
728327
|
},
|
|
727466
728328
|
{
|
|
@@ -727481,7 +728343,7 @@
|
|
|
727481
728343
|
"type": "regex",
|
|
727482
728344
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
727483
728345
|
},
|
|
727484
|
-
"url": "=https://www.notion.
|
|
728346
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
727485
728347
|
}
|
|
727486
728348
|
],
|
|
727487
728349
|
"displayOptions": {
|
|
@@ -727909,19 +728771,19 @@
|
|
|
727909
728771
|
"displayName": "Link",
|
|
727910
728772
|
"name": "url",
|
|
727911
728773
|
"type": "string",
|
|
727912
|
-
"placeholder": "https://www.notion.
|
|
728774
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
727913
728775
|
"validation": [
|
|
727914
728776
|
{
|
|
727915
728777
|
"type": "regex",
|
|
727916
728778
|
"properties": {
|
|
727917
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
728779
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
727918
728780
|
"errorMessage": "Not a valid Notion Database URL"
|
|
727919
728781
|
}
|
|
727920
728782
|
}
|
|
727921
728783
|
],
|
|
727922
728784
|
"extractValue": {
|
|
727923
728785
|
"type": "regex",
|
|
727924
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
728786
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
727925
728787
|
}
|
|
727926
728788
|
},
|
|
727927
728789
|
{
|
|
@@ -727942,7 +728804,7 @@
|
|
|
727942
728804
|
"type": "regex",
|
|
727943
728805
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
727944
728806
|
},
|
|
727945
|
-
"url": "=https://www.notion.
|
|
728807
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
727946
728808
|
}
|
|
727947
728809
|
],
|
|
727948
728810
|
"displayOptions": {
|
|
@@ -728370,19 +729232,19 @@
|
|
|
728370
729232
|
"displayName": "Link",
|
|
728371
729233
|
"name": "url",
|
|
728372
729234
|
"type": "string",
|
|
728373
|
-
"placeholder": "https://www.notion.
|
|
729235
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
728374
729236
|
"validation": [
|
|
728375
729237
|
{
|
|
728376
729238
|
"type": "regex",
|
|
728377
729239
|
"properties": {
|
|
728378
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
729240
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
728379
729241
|
"errorMessage": "Not a valid Notion Database URL"
|
|
728380
729242
|
}
|
|
728381
729243
|
}
|
|
728382
729244
|
],
|
|
728383
729245
|
"extractValue": {
|
|
728384
729246
|
"type": "regex",
|
|
728385
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
729247
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
728386
729248
|
}
|
|
728387
729249
|
},
|
|
728388
729250
|
{
|
|
@@ -728403,7 +729265,7 @@
|
|
|
728403
729265
|
"type": "regex",
|
|
728404
729266
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
728405
729267
|
},
|
|
728406
|
-
"url": "=https://www.notion.
|
|
729268
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
728407
729269
|
}
|
|
728408
729270
|
],
|
|
728409
729271
|
"displayOptions": {
|
|
@@ -728831,19 +729693,19 @@
|
|
|
728831
729693
|
"displayName": "Link",
|
|
728832
729694
|
"name": "url",
|
|
728833
729695
|
"type": "string",
|
|
728834
|
-
"placeholder": "https://www.notion.
|
|
729696
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
728835
729697
|
"validation": [
|
|
728836
729698
|
{
|
|
728837
729699
|
"type": "regex",
|
|
728838
729700
|
"properties": {
|
|
728839
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
729701
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
728840
729702
|
"errorMessage": "Not a valid Notion Database URL"
|
|
728841
729703
|
}
|
|
728842
729704
|
}
|
|
728843
729705
|
],
|
|
728844
729706
|
"extractValue": {
|
|
728845
729707
|
"type": "regex",
|
|
728846
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
729708
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
728847
729709
|
}
|
|
728848
729710
|
},
|
|
728849
729711
|
{
|
|
@@ -728864,7 +729726,7 @@
|
|
|
728864
729726
|
"type": "regex",
|
|
728865
729727
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
728866
729728
|
},
|
|
728867
|
-
"url": "=https://www.notion.
|
|
729729
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
728868
729730
|
}
|
|
728869
729731
|
],
|
|
728870
729732
|
"displayOptions": {
|
|
@@ -729292,19 +730154,19 @@
|
|
|
729292
730154
|
"displayName": "Link",
|
|
729293
730155
|
"name": "url",
|
|
729294
730156
|
"type": "string",
|
|
729295
|
-
"placeholder": "https://www.notion.
|
|
730157
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
729296
730158
|
"validation": [
|
|
729297
730159
|
{
|
|
729298
730160
|
"type": "regex",
|
|
729299
730161
|
"properties": {
|
|
729300
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
730162
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
729301
730163
|
"errorMessage": "Not a valid Notion Database URL"
|
|
729302
730164
|
}
|
|
729303
730165
|
}
|
|
729304
730166
|
],
|
|
729305
730167
|
"extractValue": {
|
|
729306
730168
|
"type": "regex",
|
|
729307
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
730169
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
729308
730170
|
}
|
|
729309
730171
|
},
|
|
729310
730172
|
{
|
|
@@ -729325,7 +730187,7 @@
|
|
|
729325
730187
|
"type": "regex",
|
|
729326
730188
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
729327
730189
|
},
|
|
729328
|
-
"url": "=https://www.notion.
|
|
730190
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
729329
730191
|
}
|
|
729330
730192
|
],
|
|
729331
730193
|
"displayOptions": {
|
|
@@ -729767,19 +730629,19 @@
|
|
|
729767
730629
|
"displayName": "Link",
|
|
729768
730630
|
"name": "url",
|
|
729769
730631
|
"type": "string",
|
|
729770
|
-
"placeholder": "https://www.notion.
|
|
730632
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
729771
730633
|
"validation": [
|
|
729772
730634
|
{
|
|
729773
730635
|
"type": "regex",
|
|
729774
730636
|
"properties": {
|
|
729775
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
730637
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
729776
730638
|
"errorMessage": "Not a valid Notion Database URL"
|
|
729777
730639
|
}
|
|
729778
730640
|
}
|
|
729779
730641
|
],
|
|
729780
730642
|
"extractValue": {
|
|
729781
730643
|
"type": "regex",
|
|
729782
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
730644
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
729783
730645
|
}
|
|
729784
730646
|
},
|
|
729785
730647
|
{
|
|
@@ -729800,7 +730662,7 @@
|
|
|
729800
730662
|
"type": "regex",
|
|
729801
730663
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
729802
730664
|
},
|
|
729803
|
-
"url": "=https://www.notion.
|
|
730665
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
729804
730666
|
}
|
|
729805
730667
|
],
|
|
729806
730668
|
"displayOptions": {
|
|
@@ -730242,19 +731104,19 @@
|
|
|
730242
731104
|
"displayName": "Link",
|
|
730243
731105
|
"name": "url",
|
|
730244
731106
|
"type": "string",
|
|
730245
|
-
"placeholder": "https://www.notion.
|
|
731107
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
730246
731108
|
"validation": [
|
|
730247
731109
|
{
|
|
730248
731110
|
"type": "regex",
|
|
730249
731111
|
"properties": {
|
|
730250
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731112
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
730251
731113
|
"errorMessage": "Not a valid Notion Database URL"
|
|
730252
731114
|
}
|
|
730253
731115
|
}
|
|
730254
731116
|
],
|
|
730255
731117
|
"extractValue": {
|
|
730256
731118
|
"type": "regex",
|
|
730257
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731119
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
730258
731120
|
}
|
|
730259
731121
|
},
|
|
730260
731122
|
{
|
|
@@ -730275,7 +731137,7 @@
|
|
|
730275
731137
|
"type": "regex",
|
|
730276
731138
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
730277
731139
|
},
|
|
730278
|
-
"url": "=https://www.notion.
|
|
731140
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
730279
731141
|
}
|
|
730280
731142
|
],
|
|
730281
731143
|
"displayOptions": {
|
|
@@ -730703,19 +731565,19 @@
|
|
|
730703
731565
|
"displayName": "Link",
|
|
730704
731566
|
"name": "url",
|
|
730705
731567
|
"type": "string",
|
|
730706
|
-
"placeholder": "https://www.notion.
|
|
731568
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
730707
731569
|
"validation": [
|
|
730708
731570
|
{
|
|
730709
731571
|
"type": "regex",
|
|
730710
731572
|
"properties": {
|
|
730711
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731573
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
730712
731574
|
"errorMessage": "Not a valid Notion Database URL"
|
|
730713
731575
|
}
|
|
730714
731576
|
}
|
|
730715
731577
|
],
|
|
730716
731578
|
"extractValue": {
|
|
730717
731579
|
"type": "regex",
|
|
730718
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731580
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
730719
731581
|
}
|
|
730720
731582
|
},
|
|
730721
731583
|
{
|
|
@@ -730736,7 +731598,7 @@
|
|
|
730736
731598
|
"type": "regex",
|
|
730737
731599
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
730738
731600
|
},
|
|
730739
|
-
"url": "=https://www.notion.
|
|
731601
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
730740
731602
|
}
|
|
730741
731603
|
],
|
|
730742
731604
|
"displayOptions": {
|
|
@@ -730993,19 +731855,19 @@
|
|
|
730993
731855
|
"displayName": "Link",
|
|
730994
731856
|
"name": "url",
|
|
730995
731857
|
"type": "string",
|
|
730996
|
-
"placeholder": "https://www.notion.
|
|
731858
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
730997
731859
|
"validation": [
|
|
730998
731860
|
{
|
|
730999
731861
|
"type": "regex",
|
|
731000
731862
|
"properties": {
|
|
731001
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731863
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731002
731864
|
"errorMessage": "Not a valid Notion Block URL"
|
|
731003
731865
|
}
|
|
731004
731866
|
}
|
|
731005
731867
|
],
|
|
731006
731868
|
"extractValue": {
|
|
731007
731869
|
"type": "regex",
|
|
731008
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731870
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731009
731871
|
}
|
|
731010
731872
|
},
|
|
731011
731873
|
{
|
|
@@ -731026,7 +731888,7 @@
|
|
|
731026
731888
|
"type": "regex",
|
|
731027
731889
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731028
731890
|
},
|
|
731029
|
-
"url": "=https://www.notion.
|
|
731891
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
731030
731892
|
}
|
|
731031
731893
|
],
|
|
731032
731894
|
"displayOptions": {
|
|
@@ -731064,12 +731926,12 @@
|
|
|
731064
731926
|
"displayName": "Link",
|
|
731065
731927
|
"name": "url",
|
|
731066
731928
|
"type": "string",
|
|
731067
|
-
"placeholder": "e.g. https://www.notion.
|
|
731929
|
+
"placeholder": "e.g. https://www.notion.com/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e",
|
|
731068
731930
|
"validation": [
|
|
731069
731931
|
{
|
|
731070
731932
|
"type": "regex",
|
|
731071
731933
|
"properties": {
|
|
731072
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731934
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731073
731935
|
"errorMessage": "Not a valid Notion Block URL"
|
|
731074
731936
|
}
|
|
731075
731937
|
}
|
|
@@ -731145,8 +732007,7 @@
|
|
|
731145
732007
|
}
|
|
731146
732008
|
},
|
|
731147
732009
|
"typeOptions": {
|
|
731148
|
-
"minValue": 1
|
|
731149
|
-
"maxValue": 100
|
|
732010
|
+
"minValue": 1
|
|
731150
732011
|
},
|
|
731151
732012
|
"default": 50,
|
|
731152
732013
|
"description": "Max number of results to return"
|
|
@@ -731283,19 +732144,19 @@
|
|
|
731283
732144
|
"displayName": "Link",
|
|
731284
732145
|
"name": "url",
|
|
731285
732146
|
"type": "string",
|
|
731286
|
-
"placeholder": "https://www.notion.
|
|
732147
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
731287
732148
|
"validation": [
|
|
731288
732149
|
{
|
|
731289
732150
|
"type": "regex",
|
|
731290
732151
|
"properties": {
|
|
731291
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
732152
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731292
732153
|
"errorMessage": "Not a valid Notion Database URL. Hint: use the URL of the database itself, not a page containing it."
|
|
731293
732154
|
}
|
|
731294
732155
|
}
|
|
731295
732156
|
],
|
|
731296
732157
|
"extractValue": {
|
|
731297
732158
|
"type": "regex",
|
|
731298
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
732159
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731299
732160
|
}
|
|
731300
732161
|
},
|
|
731301
732162
|
{
|
|
@@ -731316,7 +732177,7 @@
|
|
|
731316
732177
|
"type": "regex",
|
|
731317
732178
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731318
732179
|
},
|
|
731319
|
-
"url": "=https://www.notion.
|
|
732180
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
731320
732181
|
}
|
|
731321
732182
|
],
|
|
731322
732183
|
"displayOptions": {
|
|
@@ -731366,8 +732227,7 @@
|
|
|
731366
732227
|
}
|
|
731367
732228
|
},
|
|
731368
732229
|
"typeOptions": {
|
|
731369
|
-
"minValue": 1
|
|
731370
|
-
"maxValue": 100
|
|
732230
|
+
"minValue": 1
|
|
731371
732231
|
},
|
|
731372
732232
|
"default": 50,
|
|
731373
732233
|
"description": "Max number of results to return"
|
|
@@ -731643,19 +732503,19 @@
|
|
|
731643
732503
|
"displayName": "Link",
|
|
731644
732504
|
"name": "url",
|
|
731645
732505
|
"type": "string",
|
|
731646
|
-
"placeholder": "https://www.notion.
|
|
732506
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
731647
732507
|
"validation": [
|
|
731648
732508
|
{
|
|
731649
732509
|
"type": "regex",
|
|
731650
732510
|
"properties": {
|
|
731651
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
732511
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731652
732512
|
"errorMessage": "Not a valid Notion Database URL"
|
|
731653
732513
|
}
|
|
731654
732514
|
}
|
|
731655
732515
|
],
|
|
731656
732516
|
"extractValue": {
|
|
731657
732517
|
"type": "regex",
|
|
731658
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
732518
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731659
732519
|
}
|
|
731660
732520
|
},
|
|
731661
732521
|
{
|
|
@@ -731676,7 +732536,7 @@
|
|
|
731676
732536
|
"type": "regex",
|
|
731677
732537
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
731678
732538
|
},
|
|
731679
|
-
"url": "=https://www.notion.
|
|
732539
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
731680
732540
|
}
|
|
731681
732541
|
],
|
|
731682
732542
|
"displayOptions": {
|
|
@@ -731989,19 +732849,19 @@
|
|
|
731989
732849
|
"displayName": "Link",
|
|
731990
732850
|
"name": "url",
|
|
731991
732851
|
"type": "string",
|
|
731992
|
-
"placeholder": "https://www.notion.
|
|
732852
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
731993
732853
|
"validation": [
|
|
731994
732854
|
{
|
|
731995
732855
|
"type": "regex",
|
|
731996
732856
|
"properties": {
|
|
731997
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
732857
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
731998
732858
|
"errorMessage": "Not a valid Notion Database URL"
|
|
731999
732859
|
}
|
|
732000
732860
|
}
|
|
732001
732861
|
],
|
|
732002
732862
|
"extractValue": {
|
|
732003
732863
|
"type": "regex",
|
|
732004
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
732864
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
732005
732865
|
}
|
|
732006
732866
|
},
|
|
732007
732867
|
{
|
|
@@ -732022,7 +732882,7 @@
|
|
|
732022
732882
|
"type": "regex",
|
|
732023
732883
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
732024
732884
|
},
|
|
732025
|
-
"url": "=https://www.notion.
|
|
732885
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
732026
732886
|
}
|
|
732027
732887
|
],
|
|
732028
732888
|
"displayOptions": {
|
|
@@ -732796,19 +733656,19 @@
|
|
|
732796
733656
|
"displayName": "Link",
|
|
732797
733657
|
"name": "url",
|
|
732798
733658
|
"type": "string",
|
|
732799
|
-
"placeholder": "https://www.notion.
|
|
733659
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
732800
733660
|
"validation": [
|
|
732801
733661
|
{
|
|
732802
733662
|
"type": "regex",
|
|
732803
733663
|
"properties": {
|
|
732804
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
733664
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
732805
733665
|
"errorMessage": "Not a valid Notion Database URL"
|
|
732806
733666
|
}
|
|
732807
733667
|
}
|
|
732808
733668
|
],
|
|
732809
733669
|
"extractValue": {
|
|
732810
733670
|
"type": "regex",
|
|
732811
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
733671
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
732812
733672
|
}
|
|
732813
733673
|
},
|
|
732814
733674
|
{
|
|
@@ -732829,7 +733689,7 @@
|
|
|
732829
733689
|
"type": "regex",
|
|
732830
733690
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
732831
733691
|
},
|
|
732832
|
-
"url": "=https://www.notion.
|
|
733692
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
732833
733693
|
}
|
|
732834
733694
|
],
|
|
732835
733695
|
"displayOptions": {
|
|
@@ -733257,19 +734117,19 @@
|
|
|
733257
734117
|
"displayName": "Link",
|
|
733258
734118
|
"name": "url",
|
|
733259
734119
|
"type": "string",
|
|
733260
|
-
"placeholder": "https://www.notion.
|
|
734120
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
733261
734121
|
"validation": [
|
|
733262
734122
|
{
|
|
733263
734123
|
"type": "regex",
|
|
733264
734124
|
"properties": {
|
|
733265
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
734125
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
733266
734126
|
"errorMessage": "Not a valid Notion Database URL"
|
|
733267
734127
|
}
|
|
733268
734128
|
}
|
|
733269
734129
|
],
|
|
733270
734130
|
"extractValue": {
|
|
733271
734131
|
"type": "regex",
|
|
733272
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
734132
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
733273
734133
|
}
|
|
733274
734134
|
},
|
|
733275
734135
|
{
|
|
@@ -733290,7 +734150,7 @@
|
|
|
733290
734150
|
"type": "regex",
|
|
733291
734151
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
733292
734152
|
},
|
|
733293
|
-
"url": "=https://www.notion.
|
|
734153
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
733294
734154
|
}
|
|
733295
734155
|
],
|
|
733296
734156
|
"displayOptions": {
|
|
@@ -733718,19 +734578,19 @@
|
|
|
733718
734578
|
"displayName": "Link",
|
|
733719
734579
|
"name": "url",
|
|
733720
734580
|
"type": "string",
|
|
733721
|
-
"placeholder": "https://www.notion.
|
|
734581
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
733722
734582
|
"validation": [
|
|
733723
734583
|
{
|
|
733724
734584
|
"type": "regex",
|
|
733725
734585
|
"properties": {
|
|
733726
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
734586
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
733727
734587
|
"errorMessage": "Not a valid Notion Database URL"
|
|
733728
734588
|
}
|
|
733729
734589
|
}
|
|
733730
734590
|
],
|
|
733731
734591
|
"extractValue": {
|
|
733732
734592
|
"type": "regex",
|
|
733733
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
734593
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
733734
734594
|
}
|
|
733735
734595
|
},
|
|
733736
734596
|
{
|
|
@@ -733751,7 +734611,7 @@
|
|
|
733751
734611
|
"type": "regex",
|
|
733752
734612
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
733753
734613
|
},
|
|
733754
|
-
"url": "=https://www.notion.
|
|
734614
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
733755
734615
|
}
|
|
733756
734616
|
],
|
|
733757
734617
|
"displayOptions": {
|
|
@@ -734179,19 +735039,19 @@
|
|
|
734179
735039
|
"displayName": "Link",
|
|
734180
735040
|
"name": "url",
|
|
734181
735041
|
"type": "string",
|
|
734182
|
-
"placeholder": "https://www.notion.
|
|
735042
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
734183
735043
|
"validation": [
|
|
734184
735044
|
{
|
|
734185
735045
|
"type": "regex",
|
|
734186
735046
|
"properties": {
|
|
734187
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
735047
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
734188
735048
|
"errorMessage": "Not a valid Notion Database URL"
|
|
734189
735049
|
}
|
|
734190
735050
|
}
|
|
734191
735051
|
],
|
|
734192
735052
|
"extractValue": {
|
|
734193
735053
|
"type": "regex",
|
|
734194
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
735054
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
734195
735055
|
}
|
|
734196
735056
|
},
|
|
734197
735057
|
{
|
|
@@ -734212,7 +735072,7 @@
|
|
|
734212
735072
|
"type": "regex",
|
|
734213
735073
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
734214
735074
|
},
|
|
734215
|
-
"url": "=https://www.notion.
|
|
735075
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
734216
735076
|
}
|
|
734217
735077
|
],
|
|
734218
735078
|
"displayOptions": {
|
|
@@ -734640,19 +735500,19 @@
|
|
|
734640
735500
|
"displayName": "Link",
|
|
734641
735501
|
"name": "url",
|
|
734642
735502
|
"type": "string",
|
|
734643
|
-
"placeholder": "https://www.notion.
|
|
735503
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
734644
735504
|
"validation": [
|
|
734645
735505
|
{
|
|
734646
735506
|
"type": "regex",
|
|
734647
735507
|
"properties": {
|
|
734648
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
735508
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
734649
735509
|
"errorMessage": "Not a valid Notion Database URL"
|
|
734650
735510
|
}
|
|
734651
735511
|
}
|
|
734652
735512
|
],
|
|
734653
735513
|
"extractValue": {
|
|
734654
735514
|
"type": "regex",
|
|
734655
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
735515
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
734656
735516
|
}
|
|
734657
735517
|
},
|
|
734658
735518
|
{
|
|
@@ -734673,7 +735533,7 @@
|
|
|
734673
735533
|
"type": "regex",
|
|
734674
735534
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
734675
735535
|
},
|
|
734676
|
-
"url": "=https://www.notion.
|
|
735536
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
734677
735537
|
}
|
|
734678
735538
|
],
|
|
734679
735539
|
"displayOptions": {
|
|
@@ -735115,19 +735975,19 @@
|
|
|
735115
735975
|
"displayName": "Link",
|
|
735116
735976
|
"name": "url",
|
|
735117
735977
|
"type": "string",
|
|
735118
|
-
"placeholder": "https://www.notion.
|
|
735978
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
735119
735979
|
"validation": [
|
|
735120
735980
|
{
|
|
735121
735981
|
"type": "regex",
|
|
735122
735982
|
"properties": {
|
|
735123
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
735983
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
735124
735984
|
"errorMessage": "Not a valid Notion Database URL"
|
|
735125
735985
|
}
|
|
735126
735986
|
}
|
|
735127
735987
|
],
|
|
735128
735988
|
"extractValue": {
|
|
735129
735989
|
"type": "regex",
|
|
735130
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
735990
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
735131
735991
|
}
|
|
735132
735992
|
},
|
|
735133
735993
|
{
|
|
@@ -735148,7 +736008,7 @@
|
|
|
735148
736008
|
"type": "regex",
|
|
735149
736009
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
735150
736010
|
},
|
|
735151
|
-
"url": "=https://www.notion.
|
|
736011
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
735152
736012
|
}
|
|
735153
736013
|
],
|
|
735154
736014
|
"displayOptions": {
|
|
@@ -735590,19 +736450,19 @@
|
|
|
735590
736450
|
"displayName": "Link",
|
|
735591
736451
|
"name": "url",
|
|
735592
736452
|
"type": "string",
|
|
735593
|
-
"placeholder": "https://www.notion.
|
|
736453
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
735594
736454
|
"validation": [
|
|
735595
736455
|
{
|
|
735596
736456
|
"type": "regex",
|
|
735597
736457
|
"properties": {
|
|
735598
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
736458
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
735599
736459
|
"errorMessage": "Not a valid Notion Database URL"
|
|
735600
736460
|
}
|
|
735601
736461
|
}
|
|
735602
736462
|
],
|
|
735603
736463
|
"extractValue": {
|
|
735604
736464
|
"type": "regex",
|
|
735605
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736465
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
735606
736466
|
}
|
|
735607
736467
|
},
|
|
735608
736468
|
{
|
|
@@ -735623,7 +736483,7 @@
|
|
|
735623
736483
|
"type": "regex",
|
|
735624
736484
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
735625
736485
|
},
|
|
735626
|
-
"url": "=https://www.notion.
|
|
736486
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
735627
736487
|
}
|
|
735628
736488
|
],
|
|
735629
736489
|
"displayOptions": {
|
|
@@ -736051,19 +736911,19 @@
|
|
|
736051
736911
|
"displayName": "Link",
|
|
736052
736912
|
"name": "url",
|
|
736053
736913
|
"type": "string",
|
|
736054
|
-
"placeholder": "https://www.notion.
|
|
736914
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
736055
736915
|
"validation": [
|
|
736056
736916
|
{
|
|
736057
736917
|
"type": "regex",
|
|
736058
736918
|
"properties": {
|
|
736059
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
736919
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
736060
736920
|
"errorMessage": "Not a valid Notion Database URL"
|
|
736061
736921
|
}
|
|
736062
736922
|
}
|
|
736063
736923
|
],
|
|
736064
736924
|
"extractValue": {
|
|
736065
736925
|
"type": "regex",
|
|
736066
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736926
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736067
736927
|
}
|
|
736068
736928
|
},
|
|
736069
736929
|
{
|
|
@@ -736084,7 +736944,7 @@
|
|
|
736084
736944
|
"type": "regex",
|
|
736085
736945
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736086
736946
|
},
|
|
736087
|
-
"url": "=https://www.notion.
|
|
736947
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
736088
736948
|
}
|
|
736089
736949
|
],
|
|
736090
736950
|
"displayOptions": {
|
|
@@ -736386,19 +737246,19 @@
|
|
|
736386
737246
|
"displayName": "Link",
|
|
736387
737247
|
"name": "url",
|
|
736388
737248
|
"type": "string",
|
|
736389
|
-
"placeholder": "https://www.notion.
|
|
737249
|
+
"placeholder": "https://www.notion.com/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
736390
737250
|
"validation": [
|
|
736391
737251
|
{
|
|
736392
737252
|
"type": "regex",
|
|
736393
737253
|
"properties": {
|
|
736394
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
737254
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
736395
737255
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
736396
737256
|
}
|
|
736397
737257
|
}
|
|
736398
737258
|
],
|
|
736399
737259
|
"extractValue": {
|
|
736400
737260
|
"type": "regex",
|
|
736401
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
737261
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736402
737262
|
}
|
|
736403
737263
|
},
|
|
736404
737264
|
{
|
|
@@ -736419,7 +737279,7 @@
|
|
|
736419
737279
|
"type": "regex",
|
|
736420
737280
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736421
737281
|
},
|
|
736422
|
-
"url": "=https://www.notion.
|
|
737282
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
736423
737283
|
}
|
|
736424
737284
|
],
|
|
736425
737285
|
"displayOptions": {
|
|
@@ -736710,19 +737570,19 @@
|
|
|
736710
737570
|
"displayName": "Link",
|
|
736711
737571
|
"name": "url",
|
|
736712
737572
|
"type": "string",
|
|
736713
|
-
"placeholder": "https://www.notion.
|
|
737573
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
736714
737574
|
"validation": [
|
|
736715
737575
|
{
|
|
736716
737576
|
"type": "regex",
|
|
736717
737577
|
"properties": {
|
|
736718
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
737578
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
736719
737579
|
"errorMessage": "Not a valid Notion Database URL"
|
|
736720
737580
|
}
|
|
736721
737581
|
}
|
|
736722
737582
|
],
|
|
736723
737583
|
"extractValue": {
|
|
736724
737584
|
"type": "regex",
|
|
736725
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
737585
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736726
737586
|
}
|
|
736727
737587
|
},
|
|
736728
737588
|
{
|
|
@@ -736743,7 +737603,7 @@
|
|
|
736743
737603
|
"type": "regex",
|
|
736744
737604
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
736745
737605
|
},
|
|
736746
|
-
"url": "=https://www.notion.
|
|
737606
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
736747
737607
|
}
|
|
736748
737608
|
],
|
|
736749
737609
|
"displayOptions": {
|
|
@@ -737338,19 +738198,19 @@
|
|
|
737338
738198
|
"displayName": "Link",
|
|
737339
738199
|
"name": "url",
|
|
737340
738200
|
"type": "string",
|
|
737341
|
-
"placeholder": "https://www.notion.
|
|
738201
|
+
"placeholder": "https://www.notion.com/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9",
|
|
737342
738202
|
"validation": [
|
|
737343
738203
|
{
|
|
737344
738204
|
"type": "regex",
|
|
737345
738205
|
"properties": {
|
|
737346
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
738206
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
737347
738207
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
737348
738208
|
}
|
|
737349
738209
|
}
|
|
737350
738210
|
],
|
|
737351
738211
|
"extractValue": {
|
|
737352
738212
|
"type": "regex",
|
|
737353
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
738213
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
737354
738214
|
}
|
|
737355
738215
|
},
|
|
737356
738216
|
{
|
|
@@ -737371,7 +738231,7 @@
|
|
|
737371
738231
|
"type": "regex",
|
|
737372
738232
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
737373
738233
|
},
|
|
737374
|
-
"url": "=https://www.notion.
|
|
738234
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
737375
738235
|
}
|
|
737376
738236
|
],
|
|
737377
738237
|
"displayOptions": {
|
|
@@ -737437,19 +738297,19 @@
|
|
|
737437
738297
|
"displayName": "Link",
|
|
737438
738298
|
"name": "url",
|
|
737439
738299
|
"type": "string",
|
|
737440
|
-
"placeholder": "https://www.notion.
|
|
738300
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
737441
738301
|
"validation": [
|
|
737442
738302
|
{
|
|
737443
738303
|
"type": "regex",
|
|
737444
738304
|
"properties": {
|
|
737445
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
738305
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
737446
738306
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
737447
738307
|
}
|
|
737448
738308
|
}
|
|
737449
738309
|
],
|
|
737450
738310
|
"extractValue": {
|
|
737451
738311
|
"type": "regex",
|
|
737452
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
738312
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
737453
738313
|
}
|
|
737454
738314
|
},
|
|
737455
738315
|
{
|
|
@@ -737470,7 +738330,7 @@
|
|
|
737470
738330
|
"type": "regex",
|
|
737471
738331
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
737472
738332
|
},
|
|
737473
|
-
"url": "=https://www.notion.
|
|
738333
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
737474
738334
|
}
|
|
737475
738335
|
],
|
|
737476
738336
|
"displayOptions": {
|
|
@@ -737520,8 +738380,7 @@
|
|
|
737520
738380
|
}
|
|
737521
738381
|
},
|
|
737522
738382
|
"typeOptions": {
|
|
737523
|
-
"minValue": 1
|
|
737524
|
-
"maxValue": 100
|
|
738383
|
+
"minValue": 1
|
|
737525
738384
|
},
|
|
737526
738385
|
"default": 50,
|
|
737527
738386
|
"description": "Max number of results to return"
|
|
@@ -743809,19 +744668,19 @@
|
|
|
743809
744668
|
"displayName": "Link",
|
|
743810
744669
|
"name": "url",
|
|
743811
744670
|
"type": "string",
|
|
743812
|
-
"placeholder": "https://www.notion.
|
|
744671
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403aa450af65ac25f0b9",
|
|
743813
744672
|
"validation": [
|
|
743814
744673
|
{
|
|
743815
744674
|
"type": "regex",
|
|
743816
744675
|
"properties": {
|
|
743817
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
744676
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
743818
744677
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
743819
744678
|
}
|
|
743820
744679
|
}
|
|
743821
744680
|
],
|
|
743822
744681
|
"extractValue": {
|
|
743823
744682
|
"type": "regex",
|
|
743824
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
744683
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
743825
744684
|
}
|
|
743826
744685
|
},
|
|
743827
744686
|
{
|
|
@@ -743842,7 +744701,7 @@
|
|
|
743842
744701
|
"type": "regex",
|
|
743843
744702
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
743844
744703
|
},
|
|
743845
|
-
"url": "=https://www.notion.
|
|
744704
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
743846
744705
|
}
|
|
743847
744706
|
],
|
|
743848
744707
|
"displayOptions": {
|
|
@@ -743898,19 +744757,19 @@
|
|
|
743898
744757
|
"displayName": "Link",
|
|
743899
744758
|
"name": "url",
|
|
743900
744759
|
"type": "string",
|
|
743901
|
-
"placeholder": "https://www.notion.
|
|
744760
|
+
"placeholder": "https://www.notion.com/My-Page-b4eeb113e118403aa450af65ac25f0b9",
|
|
743902
744761
|
"validation": [
|
|
743903
744762
|
{
|
|
743904
744763
|
"type": "regex",
|
|
743905
744764
|
"properties": {
|
|
743906
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
744765
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
743907
744766
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
743908
744767
|
}
|
|
743909
744768
|
}
|
|
743910
744769
|
],
|
|
743911
744770
|
"extractValue": {
|
|
743912
744771
|
"type": "regex",
|
|
743913
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
744772
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
743914
744773
|
}
|
|
743915
744774
|
},
|
|
743916
744775
|
{
|
|
@@ -743931,7 +744790,7 @@
|
|
|
743931
744790
|
"type": "regex",
|
|
743932
744791
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
743933
744792
|
},
|
|
743934
|
-
"url": "=https://www.notion.
|
|
744793
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
743935
744794
|
}
|
|
743936
744795
|
],
|
|
743937
744796
|
"displayOptions": {
|
|
@@ -744218,19 +745077,19 @@
|
|
|
744218
745077
|
"displayName": "Link",
|
|
744219
745078
|
"name": "url",
|
|
744220
745079
|
"type": "string",
|
|
744221
|
-
"placeholder": "https://www.notion.
|
|
745080
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
744222
745081
|
"validation": [
|
|
744223
745082
|
{
|
|
744224
745083
|
"type": "regex",
|
|
744225
745084
|
"properties": {
|
|
744226
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
745085
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
744227
745086
|
"errorMessage": "Not a valid Notion Database URL"
|
|
744228
745087
|
}
|
|
744229
745088
|
}
|
|
744230
745089
|
],
|
|
744231
745090
|
"extractValue": {
|
|
744232
745091
|
"type": "regex",
|
|
744233
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
745092
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
744234
745093
|
}
|
|
744235
745094
|
},
|
|
744236
745095
|
{
|
|
@@ -744251,7 +745110,7 @@
|
|
|
744251
745110
|
"type": "regex",
|
|
744252
745111
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
744253
745112
|
},
|
|
744254
|
-
"url": "=https://www.notion.
|
|
745113
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
744255
745114
|
}
|
|
744256
745115
|
],
|
|
744257
745116
|
"displayOptions": {
|
|
@@ -744679,19 +745538,19 @@
|
|
|
744679
745538
|
"displayName": "Link",
|
|
744680
745539
|
"name": "url",
|
|
744681
745540
|
"type": "string",
|
|
744682
|
-
"placeholder": "https://www.notion.
|
|
745541
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
744683
745542
|
"validation": [
|
|
744684
745543
|
{
|
|
744685
745544
|
"type": "regex",
|
|
744686
745545
|
"properties": {
|
|
744687
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
745546
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
744688
745547
|
"errorMessage": "Not a valid Notion Database URL"
|
|
744689
745548
|
}
|
|
744690
745549
|
}
|
|
744691
745550
|
],
|
|
744692
745551
|
"extractValue": {
|
|
744693
745552
|
"type": "regex",
|
|
744694
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
745553
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
744695
745554
|
}
|
|
744696
745555
|
},
|
|
744697
745556
|
{
|
|
@@ -744712,7 +745571,7 @@
|
|
|
744712
745571
|
"type": "regex",
|
|
744713
745572
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
744714
745573
|
},
|
|
744715
|
-
"url": "=https://www.notion.
|
|
745574
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
744716
745575
|
}
|
|
744717
745576
|
],
|
|
744718
745577
|
"displayOptions": {
|
|
@@ -745140,19 +745999,19 @@
|
|
|
745140
745999
|
"displayName": "Link",
|
|
745141
746000
|
"name": "url",
|
|
745142
746001
|
"type": "string",
|
|
745143
|
-
"placeholder": "https://www.notion.
|
|
746002
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
745144
746003
|
"validation": [
|
|
745145
746004
|
{
|
|
745146
746005
|
"type": "regex",
|
|
745147
746006
|
"properties": {
|
|
745148
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
746007
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
745149
746008
|
"errorMessage": "Not a valid Notion Database URL"
|
|
745150
746009
|
}
|
|
745151
746010
|
}
|
|
745152
746011
|
],
|
|
745153
746012
|
"extractValue": {
|
|
745154
746013
|
"type": "regex",
|
|
745155
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
746014
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
745156
746015
|
}
|
|
745157
746016
|
},
|
|
745158
746017
|
{
|
|
@@ -745173,7 +746032,7 @@
|
|
|
745173
746032
|
"type": "regex",
|
|
745174
746033
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
745175
746034
|
},
|
|
745176
|
-
"url": "=https://www.notion.
|
|
746035
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
745177
746036
|
}
|
|
745178
746037
|
],
|
|
745179
746038
|
"displayOptions": {
|
|
@@ -745601,19 +746460,19 @@
|
|
|
745601
746460
|
"displayName": "Link",
|
|
745602
746461
|
"name": "url",
|
|
745603
746462
|
"type": "string",
|
|
745604
|
-
"placeholder": "https://www.notion.
|
|
746463
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
745605
746464
|
"validation": [
|
|
745606
746465
|
{
|
|
745607
746466
|
"type": "regex",
|
|
745608
746467
|
"properties": {
|
|
745609
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
746468
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
745610
746469
|
"errorMessage": "Not a valid Notion Database URL"
|
|
745611
746470
|
}
|
|
745612
746471
|
}
|
|
745613
746472
|
],
|
|
745614
746473
|
"extractValue": {
|
|
745615
746474
|
"type": "regex",
|
|
745616
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
746475
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
745617
746476
|
}
|
|
745618
746477
|
},
|
|
745619
746478
|
{
|
|
@@ -745634,7 +746493,7 @@
|
|
|
745634
746493
|
"type": "regex",
|
|
745635
746494
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
745636
746495
|
},
|
|
745637
|
-
"url": "=https://www.notion.
|
|
746496
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
745638
746497
|
}
|
|
745639
746498
|
],
|
|
745640
746499
|
"displayOptions": {
|
|
@@ -746062,19 +746921,19 @@
|
|
|
746062
746921
|
"displayName": "Link",
|
|
746063
746922
|
"name": "url",
|
|
746064
746923
|
"type": "string",
|
|
746065
|
-
"placeholder": "https://www.notion.
|
|
746924
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
746066
746925
|
"validation": [
|
|
746067
746926
|
{
|
|
746068
746927
|
"type": "regex",
|
|
746069
746928
|
"properties": {
|
|
746070
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
746929
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
746071
746930
|
"errorMessage": "Not a valid Notion Database URL"
|
|
746072
746931
|
}
|
|
746073
746932
|
}
|
|
746074
746933
|
],
|
|
746075
746934
|
"extractValue": {
|
|
746076
746935
|
"type": "regex",
|
|
746077
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
746936
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
746078
746937
|
}
|
|
746079
746938
|
},
|
|
746080
746939
|
{
|
|
@@ -746095,7 +746954,7 @@
|
|
|
746095
746954
|
"type": "regex",
|
|
746096
746955
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
746097
746956
|
},
|
|
746098
|
-
"url": "=https://www.notion.
|
|
746957
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
746099
746958
|
}
|
|
746100
746959
|
],
|
|
746101
746960
|
"displayOptions": {
|
|
@@ -746537,19 +747396,19 @@
|
|
|
746537
747396
|
"displayName": "Link",
|
|
746538
747397
|
"name": "url",
|
|
746539
747398
|
"type": "string",
|
|
746540
|
-
"placeholder": "https://www.notion.
|
|
747399
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
746541
747400
|
"validation": [
|
|
746542
747401
|
{
|
|
746543
747402
|
"type": "regex",
|
|
746544
747403
|
"properties": {
|
|
746545
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
747404
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
746546
747405
|
"errorMessage": "Not a valid Notion Database URL"
|
|
746547
747406
|
}
|
|
746548
747407
|
}
|
|
746549
747408
|
],
|
|
746550
747409
|
"extractValue": {
|
|
746551
747410
|
"type": "regex",
|
|
746552
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
747411
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
746553
747412
|
}
|
|
746554
747413
|
},
|
|
746555
747414
|
{
|
|
@@ -746570,7 +747429,7 @@
|
|
|
746570
747429
|
"type": "regex",
|
|
746571
747430
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
746572
747431
|
},
|
|
746573
|
-
"url": "=https://www.notion.
|
|
747432
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
746574
747433
|
}
|
|
746575
747434
|
],
|
|
746576
747435
|
"displayOptions": {
|
|
@@ -747012,19 +747871,19 @@
|
|
|
747012
747871
|
"displayName": "Link",
|
|
747013
747872
|
"name": "url",
|
|
747014
747873
|
"type": "string",
|
|
747015
|
-
"placeholder": "https://www.notion.
|
|
747874
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
747016
747875
|
"validation": [
|
|
747017
747876
|
{
|
|
747018
747877
|
"type": "regex",
|
|
747019
747878
|
"properties": {
|
|
747020
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
747879
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
747021
747880
|
"errorMessage": "Not a valid Notion Database URL"
|
|
747022
747881
|
}
|
|
747023
747882
|
}
|
|
747024
747883
|
],
|
|
747025
747884
|
"extractValue": {
|
|
747026
747885
|
"type": "regex",
|
|
747027
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
747886
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
747028
747887
|
}
|
|
747029
747888
|
},
|
|
747030
747889
|
{
|
|
@@ -747045,7 +747904,7 @@
|
|
|
747045
747904
|
"type": "regex",
|
|
747046
747905
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
747047
747906
|
},
|
|
747048
|
-
"url": "=https://www.notion.
|
|
747907
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
747049
747908
|
}
|
|
747050
747909
|
],
|
|
747051
747910
|
"displayOptions": {
|
|
@@ -747473,19 +748332,19 @@
|
|
|
747473
748332
|
"displayName": "Link",
|
|
747474
748333
|
"name": "url",
|
|
747475
748334
|
"type": "string",
|
|
747476
|
-
"placeholder": "https://www.notion.
|
|
748335
|
+
"placeholder": "https://www.notion.com/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610",
|
|
747477
748336
|
"validation": [
|
|
747478
748337
|
{
|
|
747479
748338
|
"type": "regex",
|
|
747480
748339
|
"properties": {
|
|
747481
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
748340
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
747482
748341
|
"errorMessage": "Not a valid Notion Database URL"
|
|
747483
748342
|
}
|
|
747484
748343
|
}
|
|
747485
748344
|
],
|
|
747486
748345
|
"extractValue": {
|
|
747487
748346
|
"type": "regex",
|
|
747488
|
-
"regex": "(?:https|http)://(?:www\\.notion\\.so|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
748347
|
+
"regex": "(?:https|http)://(?:www\\.notion\\.(?:so|com)|app\\.notion\\.com)/(?:p/)?(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
747489
748348
|
}
|
|
747490
748349
|
},
|
|
747491
748350
|
{
|
|
@@ -747506,7 +748365,7 @@
|
|
|
747506
748365
|
"type": "regex",
|
|
747507
748366
|
"regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
747508
748367
|
},
|
|
747509
|
-
"url": "=https://www.notion.
|
|
748368
|
+
"url": "=https://www.notion.com/{{$value.replace(/-/g, \"\")}}"
|
|
747510
748369
|
}
|
|
747511
748370
|
],
|
|
747512
748371
|
"displayOptions": {
|