n8n
Workflow
Get A Pipeline In Circleci
This n8n workflow retrieves tasks and integrates with various services. Get A Pipeline In Circleci - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow retrieves tasks and integrates with various services. Get A Pipeline In Circleci - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "121df04d-012e-4fa4-9dbf-be2bbbe64916"
},
{
"name": "CircleCI",
"type": "n8n-nodes-base.circleCi",
"position": [
450,
300
],
"parameters": {
"vcs": "",
"projectSlug": ""
},
"credentials": {
"circleCiApi": ""
},
"typeVersion": 1,
"id": "645a9bb0-6293-4fd8-b7e9-a3eef584e0a2"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "CircleCI",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow