Describe the problem/error/question
Trying to add to through N8N generates an error
What is the error message (if any)?
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.)
Share the output returned by the last node
{“nodes”: [
{
“parameters”: {},
“type”: “n8n-nodes-base.manualTrigger”,
“typeVersion”: 1,
“position”: [
0,
0
],
“id”: “eae9f4c6-fe0a-4124-b9b5-3a4c97e8215c”,
“name”: “When clicking ‘Execute workflow’”
},
{
“parameters”: {
“httpRequestMethod”: “POST”,
“graphApiVersion”: “v23.0”,
“node”: “102359749606626”,
“edge”: “posts”,
“options”: {
“queryParameters”: {
“parameter”: [
{
“name”: “message”,
“value”: “test”
}
]
}
}
},
“type”: “n8n-nodes-base.facebookGraphApi”,
“typeVersion”: 1,
“position”: [
208,
0
],
“id”: “58c197c7-0255-4219-8f93-58db111a27ce”,
“name”: “Facebook Graph API”,
“credentials”: {
“facebookGraphApi”: {
“id”: “3FCscqL50sc4CDQo”,
“name”: “Facebook Graph account”
}
}
}
],
“connections”: {
“When clicking ‘Execute workflow’”: {
“main”: [
[
{
“node”: “Facebook Graph API”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “735b91c859c8888eea485c6a17356eedf23722753f4c688bd02eac5f9dc40c17”
}
}
Information on your n8n setup
- n8n version: 2.8.3
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): node
- Operating system: Rasperry Os (5)



