Describe the problem/error/question
I cant get the http request to work with the webex cdr feed api, I wanna track calls and thats why I really need the api request to work but it just doesnt and after a long back and forth with their support they say the problem is on n8ns side. Would someone wanna look into this and how I can get the raw api request from my node.What is the error message (if any)? Error: Invalid URL
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.) {
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
400,
-240
],
"id": "f86bf49d-d89f-4ac8-a27b-0307d8d3d3b9",
"name": "When clicking âExecute workflowâ"
},
{
"parameters": {
"url": "https://analytics-calling-eu.webexapis.com/v1/cdr_feed",
"authentication": "genericCredentialType",
"genericAuthType": "oAuth2Api",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "startTime",
"value": "={{ $now.minus(11, 'hours').toUTC().format('yyyy-MM-dd') }}T{{ $now.minus(11, 'hours').toUTC().format('HH:mm:ss') }}Z"
},
{
"name": "endTime",
"value": "={{ $now.minus(10, 'minutes').toUTC().format('yyyy-MM-dd') }}T{{ $now.minus(10, 'minutes').toUTC().format('HH:mm:ss') }}Z"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.3,
"position": [
608,
-240
],
"id": "c49f1d5b-070c-423d-ab87-b9f1e24494e0",
"name": "HTTP Request1",
"credentials": {
"oAuth2Api": {
"id": "f3LEyTEEAhangQBA",
"name": "Webex"
}
}
}
],
"connections": {
"When clicking âExecute workflowâ": {
"main": [
[
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request1": {
"main": [
[]
]
}
},
"pinData": {},
"meta": {
"instanceId": "dd7bb0813a549e8f3dffb2819d13ed118f1a24a5727d35fd83412f162e532ce5"
}
}
Share the output returned by the last node
{âerrorMessageâ: âInvalid URLâ,
âerrorDetailsâ: {
ârawErrorMessageâ: [
âInvalid URLâ
],
âhttpCodeâ: âERR_INVALID_URLâ
},
ân8nDetailsâ: {
ânodeNameâ: âHTTP Request1â,
ânodeTypeâ: ân8n-nodes-base.httpRequestâ,
ânodeVersionâ: 4.3,
âitemIndexâ: 0,
âtimeâ: â28.1.2026, 15:26:57â,
ân8nVersionâ: â2.4.5 (Self Hosted)â,
âbinaryDataModeâ: âfilesystemâ,
âstackTraceâ: [
âNodeApiError: Invalid URLâ,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:859:16)â,
" at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_ec37920eb95917b28efaa783206b20f3/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1045:8)â,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_ec37920eb95917b28efaa783206b20f3/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1226:11)â,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_ec37920eb95917b28efaa783206b20f3/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1662:27â,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_ec37920eb95917b28efaa783206b20f3/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2297:11"
]
}
}
Information on your n8n setup
- n8n version: newest
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: windows
