-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into node-13315-bitwarden-european-tenant-docs
- Loading branch information
Showing
13 changed files
with
245 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106 changes: 106 additions & 0 deletions
106
...flows/integrations/builtin/core-nodes/n8n-nodes-base.splitinbatches/rss-feed-example.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"nodes": [ | ||
{ | ||
"parameters": {}, | ||
"type": "n8n-nodes-base.manualTrigger", | ||
"typeVersion": 1, | ||
"position": [ | ||
0, | ||
0 | ||
], | ||
"id": "e6e1cfe6-eff1-48bd-b21c-6ba83d4244d9", | ||
"name": "When clicking ‘Test workflow’" | ||
}, | ||
{ | ||
"parameters": { | ||
"jsCode": "return [\n\t{\n\t\tjson: {\n\t\t\turl: 'https://medium.com/feed/n8n-io',\n\t\t}\n\t},\n\t{\n\t\tjson: {\n\t\t\turl: 'https://dev.to/feed/n8n',\n\t\t}\n\t}\n];" | ||
}, | ||
"type": "n8n-nodes-base.code", | ||
"typeVersion": 2, | ||
"position": [ | ||
220, | ||
0 | ||
], | ||
"id": "137f1128-45b6-4bc4-a9fb-8660baa652a9", | ||
"name": "Code" | ||
}, | ||
{ | ||
"parameters": { | ||
"options": {} | ||
}, | ||
"type": "n8n-nodes-base.splitInBatches", | ||
"typeVersion": 3, | ||
"position": [ | ||
440, | ||
0 | ||
], | ||
"id": "3449a953-49c2-4a36-ba3d-cbc0573f3f6c", | ||
"name": "Loop Over Items" | ||
}, | ||
{ | ||
"parameters": { | ||
"url": "={{ $json.url }}", | ||
"options": {} | ||
}, | ||
"type": "n8n-nodes-base.rssFeedRead", | ||
"typeVersion": 1.1, | ||
"position": [ | ||
660, | ||
100 | ||
], | ||
"id": "cc2e59d7-0a9b-4640-8052-d8f7f8d8c9fe", | ||
"name": "RSS Read" | ||
} | ||
], | ||
"connections": { | ||
"When clicking ‘Test workflow’": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "Code", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"Code": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "Loop Over Items", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"Loop Over Items": { | ||
"main": [ | ||
[], | ||
[ | ||
{ | ||
"node": "RSS Read", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"RSS Read": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "Loop Over Items", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
} | ||
}, | ||
"pinData": {}, | ||
"meta": { | ||
"instanceId": "cb484ba7b742928a2048bf8829668bed5b5ad9787579adea888f05980292a4a7" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 | ||
title: ConvertAPI credentials | ||
description: Documentation for the ConvertAPI credentials. Use these credentials to authenticate ConvertAPI in n8n, a workflow automation platform. | ||
contentType: [integration, reference] | ||
--- | ||
|
||
# ConvertAPI credentials | ||
|
||
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md" | ||
|
||
## Supported authentication methods | ||
|
||
* API Token | ||
|
||
## Related resources | ||
|
||
Refer to [ConvertAPI's API documentation](https://docs.convertapi.com/docs/getting-started) for more information about the service. | ||
|
||
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations.md) to learn more. View [example workflows and related content](https://n8n.io/integrations/convertapi/) on n8n's website. | ||
|
||
## Using API Token | ||
|
||
To configure this credential, you'll need a [ConvertAPI](https://www.convertapi.com/a/signin) account and: | ||
|
||
- An [**API Token**](https://docs.convertapi.com/docs/api-tokens) to authenticate requests to the service. | ||
|
||
Refer to [ConvertAPI's API documentation](https://docs.convertapi.com/docs/authentication) for more information about authenticating to the service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.