When configuring the HTTP Request node for flow 2 of the level 2 course, I get no output, I get the error “Invalid JSON in response body”
It seems to be an error in the service of this URL: https://internal.users.n8n.cloud/webhook/level2-erp.
I have made the same configuration in Postman to validate if any parameter in the node was misspelled and in Postman I get a 200 OK response but the bodu is empty.
Can you help me with this problem?
I need to finish the course
{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "c2fc64af-897c-4465-9ef9-ca1dbb5ff2b2",
"name": "When clicking ‘Execute workflow’"
},
{
"parameters": {
"url": "https://internal.users.n8n.cloud/webhook/level2-erp",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "unique_id",
"value": "77c2a0fc311f38048b7bb04d878d89d6"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
224,
-144
],
"id": "c46b5eed-e017-4ac8-a8e2-13e2611b08bf",
"name": "HTTP Request",
"credentials": {
"httpHeaderAuth": {
"id": "G1Y9pBaPl9KSoL0c",
"name": "Header Auth Level2"
}
}
},
{
"parameters": {
"operation": "search",
"base": {
"__rl": true,
"value": "appvLeswoSoS41nJm",
"mode": "list",
"cachedResultName": "Clientes",
"cachedResultUrl": "https://airtable.com/appvLeswoSoS41nJm"
},
"table": {
"__rl": true,
"value": "tblKwaiD4xL1pyPV3",
"mode": "list",
"cachedResultName": "customer",
"cachedResultUrl": "https://airtable.com/appvLeswoSoS41nJm/tblKwaiD4xL1pyPV3"
},
"options": {}
},
"type": "n8n-nodes-base.airtable",
"typeVersion": 2.1,
"position": [
224,
144
],
"id": "b8afa820-aa03-4772-b629-e1161791d94e",
"name": "Search records",
"credentials": {
"airtableTokenApi": {
"id": "GDqk8N1g62p1Umvu",
"name": "Airtable Personal Access Token account"
}
}
},
{
"parameters": {},
"type": "n8n-nodes-base.merge",
"typeVersion": 3.2,
"position": [
528,
0
],
"id": "bbdadf24-b683-462e-ab85-5cf1c0c17f89",
"name": "Merge"
}
],
"connections": {
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
},
{
"node": "Search records",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"Search records": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "fcbbbbfe541851b6f7dfaf00ed14d8196b3b7083c97b615e7945efbd7eb4ea26"
}
}**strong text**


