Describe the problem/error/question
I have a problem setting up the HTTP request node. I am trying to connect 360Dialog but keep getting an error message
What is the error message (if any)?
Bad request - please check your parameters
Please share your workflow
{
“nodes”: [
{
“parameters”: {
“method”: “POST”,
“url”: “https://waba-v2.360dialog.io/”,
“sendHeaders”: true,
“headerParameters”: {
“parameters”: [
{
“name”: “d360-api-key”,
“value”: “8y8svefrGAhTB5bDWgHfSqmaAK”
},
{
“name”: “Content-type”,
“value”: “application/json”
}
]
},
“sendBody”: true,
“specifyBody”: “json”,
“jsonBody”: “{\n "messaging_product": "whatsapp",\n "to": "31645811775",\n "type": "text",\n "text": {\n "body": "Hallo! Dit is een testbericht via n8n & 360dialog"\n }\n}\n”,
“options”: {}
},
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 4.2,
“position”: [
-240,
-360
],
“id”: “399700e2-d259-489c-95a0-a8b777f47643”,
“name”: “HTTP Request”
}
],
“connections”: {},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “4093211930f28d51bd1a4fd8935650ab8db8b0264158a1b4c84744a32f85e543”
}
}
(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.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: