Describe the issue/error/question
Sending a Webhook from Nocodb to N8N
Please share the workflow
Webhook received without any problem. But it comes with extra caracters.
Webhook reveiced in N8N
"body":
{
"{"Id":123,"Data":"2022-11-06T10:45:51.864Z","Hora":"11:00","title4":"[{\"url\":\"https://nocodb.com/dummy.png\",\"title\":\"image.png\",\"mimetype\":\"image/png\",\"size\":0}]","title5":"Text","title6":"Long text","title7":null,"title8":"output","Atualizar":true}":
}
It comes with "{ at begining and }": at the end
Webhook reveiced from https://webhook.site/
{
"Id": 123,
"Data": "2022-11-06T12:39:04.345Z",
"Hora": "11:00",
"title4": "[{\"url\":\"https://nocodb.com/dummy.png\",\"title\":\"image.png\",\"mimetype\":\"image/png\",\"size\":0}]",
"title5": "Text",
"title6": "Long text",
"title7": null,
"title8": "output",
"Atualizar": true
}
Is there anything the from N8N side?
Information on n8n setup
- n8n version: 0.200.1
- Database you’re using (default: SQLite): SQLite
- Running n8n with the execution process [own(default), main]: own
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker