The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-02-25T08:31:03.195Z",
"updatedAt": "2021-02-25T08:32:00.908Z",
"id": "62",
"name": "ProfitWell:Company:getSetting:Metric:getMontly getDaily",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
300,
350
],
"id": "4dbeace0-2f7c-4987-b559-b94bf635956b"
},
{
"parameters": {
"resource": "company"
},
"name": "ProfitWell",
"type": "n8n-nodes-base.profitWell",
"typeVersion": 1,
"position": [
500,
270
],
"credentials": {
"profitWellApi": {
"name": "<your credential>"
}
},
"id": "641ae41a-7ffd-4644-af38-336ae09074eb"
},
{
"parameters": {
"type": "monthly",
"options": {}
},
"name": "ProfitWell1",
"type": "n8n-nodes-base.profitWell",
"typeVersion": 1,
"position": [
500,
420
],
"credentials": {
"profitWellApi": {
"name": "<your credential>"
}
},
"id": "fa1e6b3f-6aee-43da-a1a5-7a5f5e820430"
},
{
"parameters": {
"type": "daily",
"month": "={{(new Date()).toISOString().slice(0,7)}}",
"simple": false,
"options": {}
},
"name": "ProfitWell2",
"type": "n8n-nodes-base.profitWell",
"typeVersion": 1,
"position": [
650,
420
],
"credentials": {
"profitWellApi": {
"name": "<your credential>"
}
},
"id": "fba5b0a1-1e81-473c-9973-2d7f21a646d3"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "ProfitWell",
"type": "main",
"index": 0
},
{
"node": "ProfitWell1",
"type": "main",
"index": 0
}
]
]
},
"ProfitWell1": {
"main": [
[
{
"node": "ProfitWell2",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
profitWellApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ProfitWell:Company:getSetting:Metric:getMontly getDaily. Uses start, profitWell. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/62.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Smart Factory Data Generator. Uses interval, amqp. Manual trigger; 3 nodes.
💻 Schedule workflow activity time. Uses n8n, scheduleTrigger, stickyNote. Scheduled trigger; 13 nodes.
Send weekly Local Falcon rank reports via email. Uses @local-falcon/n8n-nodes-localfalcon, emailSend. Scheduled trigger; 9 nodes.
Archive Spotify S Discover Weekly Playlist. Uses spotify, scheduleTrigger. Scheduled trigger; 7 nodes.
Manual Schedule. Uses manualTrigger, n8n, scheduleTrigger, noOp. Event-driven trigger; 7 nodes.