@n8n-as-code/skills 1.5.1-next.3 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-04-02T14:
|
|
2
|
+
"generatedAt": "2026-04-02T14:22:26.993Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"sourceUrl": "https://docs.n8n.io/llms.txt",
|
|
5
5
|
"totalPages": 1263,
|
|
@@ -13026,6 +13026,49 @@
|
|
|
13026
13026
|
},
|
|
13027
13027
|
{
|
|
13028
13028
|
"id": "page-0146",
|
|
13029
|
+
"title": "Waiting",
|
|
13030
|
+
"url": "https://docs.n8n.io/flow-logic/waiting/index.md",
|
|
13031
|
+
"urlPath": "flow-logic/waiting/index.md",
|
|
13032
|
+
"category": "flow-logic",
|
|
13033
|
+
"subcategory": null,
|
|
13034
|
+
"nodeName": null,
|
|
13035
|
+
"nodeType": null,
|
|
13036
|
+
"content": {
|
|
13037
|
+
"markdown": "# Waiting\n\nWaiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. This is useful if you need to rate limit your calls to a service, or wait for an external event to complete. You can wait for a specified duration, or until a webhook fires.\n\nMaking a workflow wait uses the [Wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. Refer to the node documentation for usage details.\n\nn8n provides a workflow template with a basic example of [Rate limiting and waiting for external events](https://n8n.io/workflows/1749-rate-limiting-and-waiting-for-external-events/).\n",
|
|
13038
|
+
"excerpt": "# Waiting Waiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. This is useful if you need to rate limit your calls to a service, or wait for an external event to complete. You can wait for a specified duration, or until a webhook fires. Making a workflow wait uses the [Wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. Refer to the node documentation for usage details. n8n provides a workflow template with a ba...",
|
|
13039
|
+
"sections": [
|
|
13040
|
+
{
|
|
13041
|
+
"title": "Waiting",
|
|
13042
|
+
"level": 1,
|
|
13043
|
+
"content": "Waiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. This is useful if you need to rate limit your calls to a service, or wait for an external event to complete. You can wait for a specified duration, or until a webhook fires.\n\nMaking a workflow wait uses the [Wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. Refer to the node documentation for usage details.\n\nn8n provides a workflow template with a basic example of [Rate limiting and waiting for external events](https://n8n.io/workflows/1749-rate-limiting-and-waiting-for-external-events/)."
|
|
13044
|
+
}
|
|
13045
|
+
]
|
|
13046
|
+
},
|
|
13047
|
+
"metadata": {
|
|
13048
|
+
"keywords": [
|
|
13049
|
+
"waiting"
|
|
13050
|
+
],
|
|
13051
|
+
"useCases": [],
|
|
13052
|
+
"operations": [],
|
|
13053
|
+
"codeExamples": 0,
|
|
13054
|
+
"complexity": "beginner",
|
|
13055
|
+
"readingTime": "1 min",
|
|
13056
|
+
"contentLength": 642,
|
|
13057
|
+
"relatedPages": []
|
|
13058
|
+
},
|
|
13059
|
+
"searchIndex": {
|
|
13060
|
+
"fullText": "waiting # waiting\n\nwaiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. this is useful if you need to rate limit your calls to a service, or wait for an external event to complete. you can wait for a specified duration, or until a webhook fires.\n\nmaking a workflow wait uses the [wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. refer to the node documentation for usage details.\n\nn8n provides a workflow template with a basic example of [rate limiting and waiting for external events](https://n8n.io/workflows/1749-rate-limiting-and-waiting-for-external-events/).\n waiting",
|
|
13061
|
+
"importantTerms": [
|
|
13062
|
+
"waiting",
|
|
13063
|
+
"wait",
|
|
13064
|
+
"workflow",
|
|
13065
|
+
"rate",
|
|
13066
|
+
"external"
|
|
13067
|
+
]
|
|
13068
|
+
}
|
|
13069
|
+
},
|
|
13070
|
+
{
|
|
13071
|
+
"id": "page-0147",
|
|
13029
13072
|
"title": "Sub-workflows",
|
|
13030
13073
|
"url": "https://docs.n8n.io/flow-logic/subworkflows/index.md",
|
|
13031
13074
|
"urlPath": "flow-logic/subworkflows/index.md",
|
|
@@ -13113,49 +13156,6 @@
|
|
|
13113
13156
|
]
|
|
13114
13157
|
}
|
|
13115
13158
|
},
|
|
13116
|
-
{
|
|
13117
|
-
"id": "page-0147",
|
|
13118
|
-
"title": "Waiting",
|
|
13119
|
-
"url": "https://docs.n8n.io/flow-logic/waiting/index.md",
|
|
13120
|
-
"urlPath": "flow-logic/waiting/index.md",
|
|
13121
|
-
"category": "flow-logic",
|
|
13122
|
-
"subcategory": null,
|
|
13123
|
-
"nodeName": null,
|
|
13124
|
-
"nodeType": null,
|
|
13125
|
-
"content": {
|
|
13126
|
-
"markdown": "# Waiting\n\nWaiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. This is useful if you need to rate limit your calls to a service, or wait for an external event to complete. You can wait for a specified duration, or until a webhook fires.\n\nMaking a workflow wait uses the [Wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. Refer to the node documentation for usage details.\n\nn8n provides a workflow template with a basic example of [Rate limiting and waiting for external events](https://n8n.io/workflows/1749-rate-limiting-and-waiting-for-external-events/).\n",
|
|
13127
|
-
"excerpt": "# Waiting Waiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. This is useful if you need to rate limit your calls to a service, or wait for an external event to complete. You can wait for a specified duration, or until a webhook fires. Making a workflow wait uses the [Wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. Refer to the node documentation for usage details. n8n provides a workflow template with a ba...",
|
|
13128
|
-
"sections": [
|
|
13129
|
-
{
|
|
13130
|
-
"title": "Waiting",
|
|
13131
|
-
"level": 1,
|
|
13132
|
-
"content": "Waiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. This is useful if you need to rate limit your calls to a service, or wait for an external event to complete. You can wait for a specified duration, or until a webhook fires.\n\nMaking a workflow wait uses the [Wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. Refer to the node documentation for usage details.\n\nn8n provides a workflow template with a basic example of [Rate limiting and waiting for external events](https://n8n.io/workflows/1749-rate-limiting-and-waiting-for-external-events/)."
|
|
13133
|
-
}
|
|
13134
|
-
]
|
|
13135
|
-
},
|
|
13136
|
-
"metadata": {
|
|
13137
|
-
"keywords": [
|
|
13138
|
-
"waiting"
|
|
13139
|
-
],
|
|
13140
|
-
"useCases": [],
|
|
13141
|
-
"operations": [],
|
|
13142
|
-
"codeExamples": 0,
|
|
13143
|
-
"complexity": "beginner",
|
|
13144
|
-
"readingTime": "1 min",
|
|
13145
|
-
"contentLength": 642,
|
|
13146
|
-
"relatedPages": []
|
|
13147
|
-
},
|
|
13148
|
-
"searchIndex": {
|
|
13149
|
-
"fullText": "waiting # waiting\n\nwaiting allows you to pause a workflow mid-execution, then resume where the workflow left off, with the same data. this is useful if you need to rate limit your calls to a service, or wait for an external event to complete. you can wait for a specified duration, or until a webhook fires.\n\nmaking a workflow wait uses the [wait](../../integrations/builtin/core-nodes/n8n-nodes-base.wait/) node. refer to the node documentation for usage details.\n\nn8n provides a workflow template with a basic example of [rate limiting and waiting for external events](https://n8n.io/workflows/1749-rate-limiting-and-waiting-for-external-events/).\n waiting",
|
|
13150
|
-
"importantTerms": [
|
|
13151
|
-
"waiting",
|
|
13152
|
-
"wait",
|
|
13153
|
-
"workflow",
|
|
13154
|
-
"rate",
|
|
13155
|
-
"external"
|
|
13156
|
-
]
|
|
13157
|
-
}
|
|
13158
|
-
},
|
|
13159
13159
|
{
|
|
13160
13160
|
"id": "page-0148",
|
|
13161
13161
|
"title": "Contributing",
|
|
@@ -66486,6 +66486,77 @@
|
|
|
66486
66486
|
},
|
|
66487
66487
|
{
|
|
66488
66488
|
"id": "page-0863",
|
|
66489
|
+
"title": "Mailgun credentials",
|
|
66490
|
+
"url": "https://docs.n8n.io/integrations/builtin/credentials/mailgun/index.md",
|
|
66491
|
+
"urlPath": "integrations/builtin/credentials/mailgun/index.md",
|
|
66492
|
+
"category": "other",
|
|
66493
|
+
"subcategory": null,
|
|
66494
|
+
"nodeName": null,
|
|
66495
|
+
"nodeType": null,
|
|
66496
|
+
"content": {
|
|
66497
|
+
"markdown": "# Mailgun credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Mailgun](../../app-nodes/n8n-nodes-base.mailgun/)\n\n## Prerequisites\n\n- Create a [Mailgun](https://www.mailgun.com/) account.\n- [Add and verify a domain](https://help.mailgun.com/hc/en-us/articles/360026833053-Domain-Verification-Setup-Guide) in Mailgun or use the provided sandbox domain for testing.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Mailgun's API documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Domain**: If your Mailgun account is based in Europe, select **api.eu.mailgun.net**; otherwise, select **api.mailgun.net**. Refer to [Mailgun Base URLs](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#base-url) for more information.\n- An **Email Domain**: Enter the email sending domain you're working with. If you have multiple sending domains, refer to [Working with multiple email domains](#working-with-multiple-email-domains) for more information.\n- An **API Key**: View your API key in **Settings > API Keys**. Refer to [Mailgun's API Authentication documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/mg-auth) for more detailed instructions.\n\n## Working with multiple email domains\n\nIf your Mailgun account includes multiple sending domains, create a separate credential for each email domain you're working with.\n",
|
|
66498
|
+
"excerpt": "# Mailgun credentials You can use these credentials to authenticate the following nodes: - [Mailgun](../../app-nodes/n8n-nodes-base.mailgun/) ## Prerequisites - Create a [Mailgun](https://www.mailgun.com/) account. - [Add and verify a domain](https://help.mailgun.com/hc/en-us/articles/360026833053-Domain-Verification-Setup-Guide) in Mailgun or use the provided sandbox domain for testing. ## Supported authentication methods - API key ## Related resources Refer to [Mailgun's API documentat...",
|
|
66499
|
+
"sections": [
|
|
66500
|
+
{
|
|
66501
|
+
"title": "Mailgun credentials",
|
|
66502
|
+
"level": 1,
|
|
66503
|
+
"content": "You can use these credentials to authenticate the following nodes:\n\n- [Mailgun](../../app-nodes/n8n-nodes-base.mailgun/)"
|
|
66504
|
+
}
|
|
66505
|
+
]
|
|
66506
|
+
},
|
|
66507
|
+
"metadata": {
|
|
66508
|
+
"keywords": [
|
|
66509
|
+
"mailgun",
|
|
66510
|
+
"credentials",
|
|
66511
|
+
"prerequisites",
|
|
66512
|
+
"supported",
|
|
66513
|
+
"authentication",
|
|
66514
|
+
"methods",
|
|
66515
|
+
"related",
|
|
66516
|
+
"resources",
|
|
66517
|
+
"using",
|
|
66518
|
+
"working",
|
|
66519
|
+
"with",
|
|
66520
|
+
"multiple",
|
|
66521
|
+
"email",
|
|
66522
|
+
"domains"
|
|
66523
|
+
],
|
|
66524
|
+
"useCases": [],
|
|
66525
|
+
"operations": [],
|
|
66526
|
+
"codeExamples": 0,
|
|
66527
|
+
"complexity": "beginner",
|
|
66528
|
+
"readingTime": "1 min",
|
|
66529
|
+
"contentLength": 1565,
|
|
66530
|
+
"relatedPages": []
|
|
66531
|
+
},
|
|
66532
|
+
"searchIndex": {
|
|
66533
|
+
"fullText": "mailgun credentials # mailgun credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [mailgun](../../app-nodes/n8n-nodes-base.mailgun/)\n\n## prerequisites\n\n- create a [mailgun](https://www.mailgun.com/) account.\n- [add and verify a domain](https://help.mailgun.com/hc/en-us/articles/360026833053-domain-verification-setup-guide) in mailgun or use the provided sandbox domain for testing.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [mailgun's api documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api domain**: if your mailgun account is based in europe, select **api.eu.mailgun.net**; otherwise, select **api.mailgun.net**. refer to [mailgun base urls](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#base-url) for more information.\n- an **email domain**: enter the email sending domain you're working with. if you have multiple sending domains, refer to [working with multiple email domains](#working-with-multiple-email-domains) for more information.\n- an **api key**: view your api key in **settings > api keys**. refer to [mailgun's api authentication documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/mg-auth) for more detailed instructions.\n\n## working with multiple email domains\n\nif your mailgun account includes multiple sending domains, create a separate credential for each email domain you're working with.\n mailgun credentials",
|
|
66534
|
+
"importantTerms": [
|
|
66535
|
+
"mailgun",
|
|
66536
|
+
"domain",
|
|
66537
|
+
"email",
|
|
66538
|
+
"https",
|
|
66539
|
+
"documentation",
|
|
66540
|
+
"working",
|
|
66541
|
+
"with",
|
|
66542
|
+
"multiple",
|
|
66543
|
+
"domains",
|
|
66544
|
+
"credentials",
|
|
66545
|
+
"refer",
|
|
66546
|
+
"more",
|
|
66547
|
+
"nodes",
|
|
66548
|
+
"base",
|
|
66549
|
+
"account",
|
|
66550
|
+
"docs",
|
|
66551
|
+
"reference",
|
|
66552
|
+
"information",
|
|
66553
|
+
"your",
|
|
66554
|
+
"sending"
|
|
66555
|
+
]
|
|
66556
|
+
}
|
|
66557
|
+
},
|
|
66558
|
+
{
|
|
66559
|
+
"id": "page-0864",
|
|
66489
66560
|
"title": "Mailjet credentials",
|
|
66490
66561
|
"url": "https://docs.n8n.io/integrations/builtin/credentials/mailjet/index.md",
|
|
66491
66562
|
"urlPath": "integrations/builtin/credentials/mailjet/index.md",
|
|
@@ -66556,7 +66627,7 @@
|
|
|
66556
66627
|
}
|
|
66557
66628
|
},
|
|
66558
66629
|
{
|
|
66559
|
-
"id": "page-
|
|
66630
|
+
"id": "page-0865",
|
|
66560
66631
|
"title": "Malcore credentials",
|
|
66561
66632
|
"url": "https://docs.n8n.io/integrations/builtin/credentials/malcore/index.md",
|
|
66562
66633
|
"urlPath": "integrations/builtin/credentials/malcore/index.md",
|
|
@@ -66607,7 +66678,7 @@
|
|
|
66607
66678
|
}
|
|
66608
66679
|
},
|
|
66609
66680
|
{
|
|
66610
|
-
"id": "page-
|
|
66681
|
+
"id": "page-0866",
|
|
66611
66682
|
"title": "Mandrill credentials",
|
|
66612
66683
|
"url": "https://docs.n8n.io/integrations/builtin/credentials/mandrill/index.md",
|
|
66613
66684
|
"urlPath": "integrations/builtin/credentials/mandrill/index.md",
|
|
@@ -66663,7 +66734,7 @@
|
|
|
66663
66734
|
}
|
|
66664
66735
|
},
|
|
66665
66736
|
{
|
|
66666
|
-
"id": "page-
|
|
66737
|
+
"id": "page-0867",
|
|
66667
66738
|
"title": "Marketstack credentials",
|
|
66668
66739
|
"url": "https://docs.n8n.io/integrations/builtin/credentials/marketstack/index.md",
|
|
66669
66740
|
"urlPath": "integrations/builtin/credentials/marketstack/index.md",
|
|
@@ -66713,77 +66784,6 @@
|
|
|
66713
66784
|
]
|
|
66714
66785
|
}
|
|
66715
66786
|
},
|
|
66716
|
-
{
|
|
66717
|
-
"id": "page-0867",
|
|
66718
|
-
"title": "Mailgun credentials",
|
|
66719
|
-
"url": "https://docs.n8n.io/integrations/builtin/credentials/mailgun/index.md",
|
|
66720
|
-
"urlPath": "integrations/builtin/credentials/mailgun/index.md",
|
|
66721
|
-
"category": "other",
|
|
66722
|
-
"subcategory": null,
|
|
66723
|
-
"nodeName": null,
|
|
66724
|
-
"nodeType": null,
|
|
66725
|
-
"content": {
|
|
66726
|
-
"markdown": "# Mailgun credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Mailgun](../../app-nodes/n8n-nodes-base.mailgun/)\n\n## Prerequisites\n\n- Create a [Mailgun](https://www.mailgun.com/) account.\n- [Add and verify a domain](https://help.mailgun.com/hc/en-us/articles/360026833053-Domain-Verification-Setup-Guide) in Mailgun or use the provided sandbox domain for testing.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Mailgun's API documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Domain**: If your Mailgun account is based in Europe, select **api.eu.mailgun.net**; otherwise, select **api.mailgun.net**. Refer to [Mailgun Base URLs](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#base-url) for more information.\n- An **Email Domain**: Enter the email sending domain you're working with. If you have multiple sending domains, refer to [Working with multiple email domains](#working-with-multiple-email-domains) for more information.\n- An **API Key**: View your API key in **Settings > API Keys**. Refer to [Mailgun's API Authentication documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/mg-auth) for more detailed instructions.\n\n## Working with multiple email domains\n\nIf your Mailgun account includes multiple sending domains, create a separate credential for each email domain you're working with.\n",
|
|
66727
|
-
"excerpt": "# Mailgun credentials You can use these credentials to authenticate the following nodes: - [Mailgun](../../app-nodes/n8n-nodes-base.mailgun/) ## Prerequisites - Create a [Mailgun](https://www.mailgun.com/) account. - [Add and verify a domain](https://help.mailgun.com/hc/en-us/articles/360026833053-Domain-Verification-Setup-Guide) in Mailgun or use the provided sandbox domain for testing. ## Supported authentication methods - API key ## Related resources Refer to [Mailgun's API documentat...",
|
|
66728
|
-
"sections": [
|
|
66729
|
-
{
|
|
66730
|
-
"title": "Mailgun credentials",
|
|
66731
|
-
"level": 1,
|
|
66732
|
-
"content": "You can use these credentials to authenticate the following nodes:\n\n- [Mailgun](../../app-nodes/n8n-nodes-base.mailgun/)"
|
|
66733
|
-
}
|
|
66734
|
-
]
|
|
66735
|
-
},
|
|
66736
|
-
"metadata": {
|
|
66737
|
-
"keywords": [
|
|
66738
|
-
"mailgun",
|
|
66739
|
-
"credentials",
|
|
66740
|
-
"prerequisites",
|
|
66741
|
-
"supported",
|
|
66742
|
-
"authentication",
|
|
66743
|
-
"methods",
|
|
66744
|
-
"related",
|
|
66745
|
-
"resources",
|
|
66746
|
-
"using",
|
|
66747
|
-
"working",
|
|
66748
|
-
"with",
|
|
66749
|
-
"multiple",
|
|
66750
|
-
"email",
|
|
66751
|
-
"domains"
|
|
66752
|
-
],
|
|
66753
|
-
"useCases": [],
|
|
66754
|
-
"operations": [],
|
|
66755
|
-
"codeExamples": 0,
|
|
66756
|
-
"complexity": "beginner",
|
|
66757
|
-
"readingTime": "1 min",
|
|
66758
|
-
"contentLength": 1565,
|
|
66759
|
-
"relatedPages": []
|
|
66760
|
-
},
|
|
66761
|
-
"searchIndex": {
|
|
66762
|
-
"fullText": "mailgun credentials # mailgun credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [mailgun](../../app-nodes/n8n-nodes-base.mailgun/)\n\n## prerequisites\n\n- create a [mailgun](https://www.mailgun.com/) account.\n- [add and verify a domain](https://help.mailgun.com/hc/en-us/articles/360026833053-domain-verification-setup-guide) in mailgun or use the provided sandbox domain for testing.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [mailgun's api documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api domain**: if your mailgun account is based in europe, select **api.eu.mailgun.net**; otherwise, select **api.mailgun.net**. refer to [mailgun base urls](https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#base-url) for more information.\n- an **email domain**: enter the email sending domain you're working with. if you have multiple sending domains, refer to [working with multiple email domains](#working-with-multiple-email-domains) for more information.\n- an **api key**: view your api key in **settings > api keys**. refer to [mailgun's api authentication documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/mg-auth) for more detailed instructions.\n\n## working with multiple email domains\n\nif your mailgun account includes multiple sending domains, create a separate credential for each email domain you're working with.\n mailgun credentials",
|
|
66763
|
-
"importantTerms": [
|
|
66764
|
-
"mailgun",
|
|
66765
|
-
"domain",
|
|
66766
|
-
"email",
|
|
66767
|
-
"https",
|
|
66768
|
-
"documentation",
|
|
66769
|
-
"working",
|
|
66770
|
-
"with",
|
|
66771
|
-
"multiple",
|
|
66772
|
-
"domains",
|
|
66773
|
-
"credentials",
|
|
66774
|
-
"refer",
|
|
66775
|
-
"more",
|
|
66776
|
-
"nodes",
|
|
66777
|
-
"base",
|
|
66778
|
-
"account",
|
|
66779
|
-
"docs",
|
|
66780
|
-
"reference",
|
|
66781
|
-
"information",
|
|
66782
|
-
"your",
|
|
66783
|
-
"sending"
|
|
66784
|
-
]
|
|
66785
|
-
}
|
|
66786
|
-
},
|
|
66787
66787
|
{
|
|
66788
66788
|
"id": "page-0868",
|
|
66789
66789
|
"title": "Matrix credentials",
|
|
@@ -80560,55 +80560,6 @@
|
|
|
80560
80560
|
},
|
|
80561
80561
|
{
|
|
80562
80562
|
"id": "page-1093",
|
|
80563
|
-
"title": "Notion Trigger",
|
|
80564
|
-
"url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
|
|
80565
|
-
"urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
|
|
80566
|
-
"category": "trigger-nodes",
|
|
80567
|
-
"subcategory": null,
|
|
80568
|
-
"nodeName": "notiontrigger",
|
|
80569
|
-
"nodeType": "n8n-nodes-base.notiontrigger",
|
|
80570
|
-
"content": {
|
|
80571
|
-
"markdown": "# Notion Trigger node\n\n[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## Events\n\n- Page added to database\n- Page updated in database\n\n## Related resources\n\nn8n provides an app node for Notion. You can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nView [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nRefer to [Notion's documentation](https://developers.notion.com/) for details about their API.\n",
|
|
80572
|
-
"excerpt": "# Notion Trigger node [Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases. Credentials You can find authentication information for this node [here](../../credentials/notion/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page. ## Events - Page added to database - Page updated in database ## Related resources n8n...",
|
|
80573
|
-
"sections": [
|
|
80574
|
-
{
|
|
80575
|
-
"title": "Notion Trigger node",
|
|
80576
|
-
"level": 1,
|
|
80577
|
-
"content": "[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page."
|
|
80578
|
-
}
|
|
80579
|
-
]
|
|
80580
|
-
},
|
|
80581
|
-
"metadata": {
|
|
80582
|
-
"keywords": [
|
|
80583
|
-
"notion",
|
|
80584
|
-
"trigger",
|
|
80585
|
-
"node",
|
|
80586
|
-
"events",
|
|
80587
|
-
"related",
|
|
80588
|
-
"resources"
|
|
80589
|
-
],
|
|
80590
|
-
"useCases": [],
|
|
80591
|
-
"operations": [],
|
|
80592
|
-
"codeExamples": 0,
|
|
80593
|
-
"complexity": "beginner",
|
|
80594
|
-
"readingTime": "1 min",
|
|
80595
|
-
"contentLength": 819,
|
|
80596
|
-
"relatedPages": []
|
|
80597
|
-
},
|
|
80598
|
-
"searchIndex": {
|
|
80599
|
-
"fullText": "notion trigger # notion trigger node\n\n[notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/notion/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [notion trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## events\n\n- page added to database\n- page updated in database\n\n## related resources\n\nn8n provides an app node for notion. you can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nview [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nrefer to [notion's documentation](https://developers.notion.com/) for details about their api.\n notion trigger node",
|
|
80600
|
-
"importantTerms": [
|
|
80601
|
-
"notion",
|
|
80602
|
-
"trigger",
|
|
80603
|
-
"node",
|
|
80604
|
-
"https",
|
|
80605
|
-
"integrations",
|
|
80606
|
-
"page"
|
|
80607
|
-
]
|
|
80608
|
-
}
|
|
80609
|
-
},
|
|
80610
|
-
{
|
|
80611
|
-
"id": "page-1094",
|
|
80612
80563
|
"title": "Onfleet Trigger",
|
|
80613
80564
|
"url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.onfleettrigger/index.md",
|
|
80614
80565
|
"urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.onfleettrigger/index.md",
|
|
@@ -80654,7 +80605,7 @@
|
|
|
80654
80605
|
}
|
|
80655
80606
|
},
|
|
80656
80607
|
{
|
|
80657
|
-
"id": "page-
|
|
80608
|
+
"id": "page-1094",
|
|
80658
80609
|
"title": "PayPal Trigger",
|
|
80659
80610
|
"url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.paypaltrigger/index.md",
|
|
80660
80611
|
"urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.paypaltrigger/index.md",
|
|
@@ -80696,6 +80647,55 @@
|
|
|
80696
80647
|
]
|
|
80697
80648
|
}
|
|
80698
80649
|
},
|
|
80650
|
+
{
|
|
80651
|
+
"id": "page-1095",
|
|
80652
|
+
"title": "Notion Trigger",
|
|
80653
|
+
"url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
|
|
80654
|
+
"urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
|
|
80655
|
+
"category": "trigger-nodes",
|
|
80656
|
+
"subcategory": null,
|
|
80657
|
+
"nodeName": "notiontrigger",
|
|
80658
|
+
"nodeType": "n8n-nodes-base.notiontrigger",
|
|
80659
|
+
"content": {
|
|
80660
|
+
"markdown": "# Notion Trigger node\n\n[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## Events\n\n- Page added to database\n- Page updated in database\n\n## Related resources\n\nn8n provides an app node for Notion. You can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nView [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nRefer to [Notion's documentation](https://developers.notion.com/) for details about their API.\n",
|
|
80661
|
+
"excerpt": "# Notion Trigger node [Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases. Credentials You can find authentication information for this node [here](../../credentials/notion/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page. ## Events - Page added to database - Page updated in database ## Related resources n8n...",
|
|
80662
|
+
"sections": [
|
|
80663
|
+
{
|
|
80664
|
+
"title": "Notion Trigger node",
|
|
80665
|
+
"level": 1,
|
|
80666
|
+
"content": "[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page."
|
|
80667
|
+
}
|
|
80668
|
+
]
|
|
80669
|
+
},
|
|
80670
|
+
"metadata": {
|
|
80671
|
+
"keywords": [
|
|
80672
|
+
"notion",
|
|
80673
|
+
"trigger",
|
|
80674
|
+
"node",
|
|
80675
|
+
"events",
|
|
80676
|
+
"related",
|
|
80677
|
+
"resources"
|
|
80678
|
+
],
|
|
80679
|
+
"useCases": [],
|
|
80680
|
+
"operations": [],
|
|
80681
|
+
"codeExamples": 0,
|
|
80682
|
+
"complexity": "beginner",
|
|
80683
|
+
"readingTime": "1 min",
|
|
80684
|
+
"contentLength": 819,
|
|
80685
|
+
"relatedPages": []
|
|
80686
|
+
},
|
|
80687
|
+
"searchIndex": {
|
|
80688
|
+
"fullText": "notion trigger # notion trigger node\n\n[notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/notion/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [notion trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## events\n\n- page added to database\n- page updated in database\n\n## related resources\n\nn8n provides an app node for notion. you can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nview [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nrefer to [notion's documentation](https://developers.notion.com/) for details about their api.\n notion trigger node",
|
|
80689
|
+
"importantTerms": [
|
|
80690
|
+
"notion",
|
|
80691
|
+
"trigger",
|
|
80692
|
+
"node",
|
|
80693
|
+
"https",
|
|
80694
|
+
"integrations",
|
|
80695
|
+
"page"
|
|
80696
|
+
]
|
|
80697
|
+
}
|
|
80698
|
+
},
|
|
80699
80699
|
{
|
|
80700
80700
|
"id": "page-1096",
|
|
80701
80701
|
"title": "Pipedrive Trigger",
|
|
@@ -93531,7 +93531,7 @@
|
|
|
93531
93531
|
"page-0136",
|
|
93532
93532
|
"page-0139",
|
|
93533
93533
|
"page-0141",
|
|
93534
|
-
"page-
|
|
93534
|
+
"page-0147",
|
|
93535
93535
|
"page-0148",
|
|
93536
93536
|
"page-0151",
|
|
93537
93537
|
"page-0153",
|
|
@@ -93822,7 +93822,7 @@
|
|
|
93822
93822
|
"page-0135",
|
|
93823
93823
|
"page-0141",
|
|
93824
93824
|
"page-0144",
|
|
93825
|
-
"page-
|
|
93825
|
+
"page-0147",
|
|
93826
93826
|
"page-0153",
|
|
93827
93827
|
"page-0155",
|
|
93828
93828
|
"page-0174",
|
|
@@ -94179,7 +94179,7 @@
|
|
|
94179
94179
|
],
|
|
94180
94180
|
"waiting": [
|
|
94181
94181
|
"page-0003",
|
|
94182
|
-
"page-
|
|
94182
|
+
"page-0146",
|
|
94183
94183
|
"page-0168",
|
|
94184
94184
|
"page-0318",
|
|
94185
94185
|
"page-0378",
|
|
@@ -94231,7 +94231,7 @@
|
|
|
94231
94231
|
"page-0139",
|
|
94232
94232
|
"page-0142",
|
|
94233
94233
|
"page-0145",
|
|
94234
|
-
"page-
|
|
94234
|
+
"page-0147",
|
|
94235
94235
|
"page-0151",
|
|
94236
94236
|
"page-0153",
|
|
94237
94237
|
"page-0195",
|
|
@@ -94771,7 +94771,7 @@
|
|
|
94771
94771
|
"page-0861",
|
|
94772
94772
|
"page-0862",
|
|
94773
94773
|
"page-0863",
|
|
94774
|
-
"page-
|
|
94774
|
+
"page-0864",
|
|
94775
94775
|
"page-0866",
|
|
94776
94776
|
"page-0867",
|
|
94777
94777
|
"page-0868",
|
|
@@ -96380,7 +96380,7 @@
|
|
|
96380
96380
|
"page-0683",
|
|
96381
96381
|
"page-0693",
|
|
96382
96382
|
"page-0700",
|
|
96383
|
-
"page-
|
|
96383
|
+
"page-0863",
|
|
96384
96384
|
"page-0898",
|
|
96385
96385
|
"page-0943",
|
|
96386
96386
|
"page-1149",
|
|
@@ -97421,7 +97421,7 @@
|
|
|
97421
97421
|
"page-1089",
|
|
97422
97422
|
"page-1090",
|
|
97423
97423
|
"page-1093",
|
|
97424
|
-
"page-
|
|
97424
|
+
"page-1095",
|
|
97425
97425
|
"page-1097",
|
|
97426
97426
|
"page-1102",
|
|
97427
97427
|
"page-1105",
|
|
@@ -97896,7 +97896,7 @@
|
|
|
97896
97896
|
"page-0661",
|
|
97897
97897
|
"page-0707",
|
|
97898
97898
|
"page-0716",
|
|
97899
|
-
"page-
|
|
97899
|
+
"page-0863",
|
|
97900
97900
|
"page-1205",
|
|
97901
97901
|
"page-1207",
|
|
97902
97902
|
"page-1211",
|
|
@@ -98623,7 +98623,7 @@
|
|
|
98623
98623
|
"page-0132",
|
|
98624
98624
|
"page-0136",
|
|
98625
98625
|
"page-0141",
|
|
98626
|
-
"page-
|
|
98626
|
+
"page-0147",
|
|
98627
98627
|
"page-0166",
|
|
98628
98628
|
"page-0200",
|
|
98629
98629
|
"page-0201",
|
|
@@ -98772,7 +98772,7 @@
|
|
|
98772
98772
|
"page-0018",
|
|
98773
98773
|
"page-0028",
|
|
98774
98774
|
"page-0132",
|
|
98775
|
-
"page-
|
|
98775
|
+
"page-0147",
|
|
98776
98776
|
"page-0649",
|
|
98777
98777
|
"page-0656",
|
|
98778
98778
|
"page-0657",
|
|
@@ -99336,7 +99336,7 @@
|
|
|
99336
99336
|
"page-1089",
|
|
99337
99337
|
"page-1090",
|
|
99338
99338
|
"page-1092",
|
|
99339
|
-
"page-
|
|
99339
|
+
"page-1095",
|
|
99340
99340
|
"page-1097",
|
|
99341
99341
|
"page-1100",
|
|
99342
99342
|
"page-1102",
|
|
@@ -99875,7 +99875,7 @@
|
|
|
99875
99875
|
"page-1089",
|
|
99876
99876
|
"page-1090",
|
|
99877
99877
|
"page-1092",
|
|
99878
|
-
"page-
|
|
99878
|
+
"page-1095",
|
|
99879
99879
|
"page-1097",
|
|
99880
99880
|
"page-1100",
|
|
99881
99881
|
"page-1102",
|
|
@@ -100541,7 +100541,7 @@
|
|
|
100541
100541
|
"page-0849",
|
|
100542
100542
|
"page-0850",
|
|
100543
100543
|
"page-0859",
|
|
100544
|
-
"page-
|
|
100544
|
+
"page-0864",
|
|
100545
100545
|
"page-0868",
|
|
100546
100546
|
"page-0869",
|
|
100547
100547
|
"page-0871",
|
|
@@ -101218,7 +101218,7 @@
|
|
|
101218
101218
|
"page-0520",
|
|
101219
101219
|
"page-0530",
|
|
101220
101220
|
"page-0714",
|
|
101221
|
-
"page-
|
|
101221
|
+
"page-0863",
|
|
101222
101222
|
"page-1205"
|
|
101223
101223
|
],
|
|
101224
101224
|
"commands": [
|
|
@@ -101884,7 +101884,7 @@
|
|
|
101884
101884
|
"page-0029",
|
|
101885
101885
|
"page-0046",
|
|
101886
101886
|
"page-0136",
|
|
101887
|
-
"page-
|
|
101887
|
+
"page-0147",
|
|
101888
101888
|
"page-0630",
|
|
101889
101889
|
"page-0656",
|
|
101890
101890
|
"page-0657",
|
|
@@ -102825,7 +102825,7 @@
|
|
|
102825
102825
|
"page-0861",
|
|
102826
102826
|
"page-0862",
|
|
102827
102827
|
"page-0863",
|
|
102828
|
-
"page-
|
|
102828
|
+
"page-0864",
|
|
102829
102829
|
"page-0866",
|
|
102830
102830
|
"page-0867",
|
|
102831
102831
|
"page-0868",
|
|
@@ -103143,7 +103143,7 @@
|
|
|
103143
103143
|
"page-0861",
|
|
103144
103144
|
"page-0862",
|
|
103145
103145
|
"page-0863",
|
|
103146
|
-
"page-
|
|
103146
|
+
"page-0864",
|
|
103147
103147
|
"page-0866",
|
|
103148
103148
|
"page-0867",
|
|
103149
103149
|
"page-0868",
|
|
@@ -105714,12 +105714,12 @@
|
|
|
105714
105714
|
"page-0145"
|
|
105715
105715
|
],
|
|
105716
105716
|
"passes": [
|
|
105717
|
-
"page-
|
|
105717
|
+
"page-0147",
|
|
105718
105718
|
"page-0656",
|
|
105719
105719
|
"page-0657"
|
|
105720
105720
|
],
|
|
105721
105721
|
"conversion": [
|
|
105722
|
-
"page-
|
|
105722
|
+
"page-0147",
|
|
105723
105723
|
"page-0684",
|
|
105724
105724
|
"page-1248"
|
|
105725
105725
|
],
|
|
@@ -105763,7 +105763,7 @@
|
|
|
105763
105763
|
"page-0652",
|
|
105764
105764
|
"page-0683",
|
|
105765
105765
|
"page-0863",
|
|
105766
|
-
"page-
|
|
105766
|
+
"page-0864",
|
|
105767
105767
|
"page-1034",
|
|
105768
105768
|
"page-1035",
|
|
105769
105769
|
"page-1036",
|
|
@@ -108817,20 +108817,20 @@
|
|
|
108817
108817
|
],
|
|
108818
108818
|
"mailgun": [
|
|
108819
108819
|
"page-0363",
|
|
108820
|
-
"page-
|
|
108820
|
+
"page-0863"
|
|
108821
108821
|
],
|
|
108822
108822
|
"mailjet": [
|
|
108823
108823
|
"page-0364",
|
|
108824
|
-
"page-
|
|
108824
|
+
"page-0864",
|
|
108825
108825
|
"page-1086"
|
|
108826
108826
|
],
|
|
108827
108827
|
"mandrill": [
|
|
108828
108828
|
"page-0365",
|
|
108829
|
-
"page-
|
|
108829
|
+
"page-0866"
|
|
108830
108830
|
],
|
|
108831
108831
|
"marketstack": [
|
|
108832
108832
|
"page-0366",
|
|
108833
|
-
"page-
|
|
108833
|
+
"page-0867"
|
|
108834
108834
|
],
|
|
108835
108835
|
"matrix": [
|
|
108836
108836
|
"page-0367",
|
|
@@ -109015,7 +109015,7 @@
|
|
|
109015
109015
|
"onfleet": [
|
|
109016
109016
|
"page-0403",
|
|
109017
109017
|
"page-0904",
|
|
109018
|
-
"page-
|
|
109018
|
+
"page-1093"
|
|
109019
109019
|
],
|
|
109020
109020
|
"openthesaurus": [
|
|
109021
109021
|
"page-0404"
|
|
@@ -109039,7 +109039,7 @@
|
|
|
109039
109039
|
"paypal": [
|
|
109040
109040
|
"page-0409",
|
|
109041
109041
|
"page-0913",
|
|
109042
|
-
"page-
|
|
109042
|
+
"page-1094"
|
|
109043
109043
|
],
|
|
109044
109044
|
"peekalink": [
|
|
109045
109045
|
"page-0410",
|
|
@@ -109660,7 +109660,7 @@
|
|
|
109660
109660
|
"page-0516",
|
|
109661
109661
|
"page-0517",
|
|
109662
109662
|
"page-0898",
|
|
109663
|
-
"page-
|
|
109663
|
+
"page-1095"
|
|
109664
109664
|
],
|
|
109665
109665
|
"property": [
|
|
109666
109666
|
"page-0517",
|
|
@@ -111414,11 +111414,11 @@
|
|
|
111414
111414
|
"page-0988",
|
|
111415
111415
|
"page-1248"
|
|
111416
111416
|
],
|
|
111417
|
-
"malcore": [
|
|
111418
|
-
"page-0864"
|
|
111419
|
-
],
|
|
111420
111417
|
"domains": [
|
|
111421
|
-
"page-
|
|
111418
|
+
"page-0863"
|
|
111419
|
+
],
|
|
111420
|
+
"malcore": [
|
|
111421
|
+
"page-0865"
|
|
111422
111422
|
],
|
|
111423
111423
|
"(general)": [
|
|
111424
111424
|
"page-0874"
|
|
@@ -115142,13 +115142,13 @@
|
|
|
115142
115142
|
"netlifytrigger": [
|
|
115143
115143
|
"page-1092"
|
|
115144
115144
|
],
|
|
115145
|
-
"
|
|
115145
|
+
"onfleettrigger": [
|
|
115146
115146
|
"page-1093"
|
|
115147
115147
|
],
|
|
115148
|
-
"
|
|
115148
|
+
"paypaltrigger": [
|
|
115149
115149
|
"page-1094"
|
|
115150
115150
|
],
|
|
115151
|
-
"
|
|
115151
|
+
"notiontrigger": [
|
|
115152
115152
|
"page-1095"
|
|
115153
115153
|
],
|
|
115154
115154
|
"pipedrivetrigger": [
|