Hi,
Describe the problem/error/question
There is no webhook URL transport of payload email messages from the Cloudflare Workers to my N8N canvas.
What is the error message (if any)?
workers-n8n-3 logs:
{
“outcome”: “ok”,
“scriptName”: “workers-n8n-3”,
“diagnosticsChannelEvents”: ,
“exceptions”: ,
“logs”: ,
“eventTimestamp”: 1700617847566,
“event”: {
“rawSize”: 69420,
“rcptTo”: “[email protected]”,
“mailFrom”: “[email protected]”
},
“id”: 1
}
npm-cache:
34 verbose cwd C:\Users\direc.vscode\router-n8-2:
35 verbose Windows_NT 10.0.22631
36 verbose node v18.16.1
37 verbose npm v9.5.1
38 error code ENOENT
39 error syscall open
40 error path C:\Users\direc.vscode\router-n8-2/package.json
41 error errno -4058
42 error enoent ENOENT: no such file or directory, open ‘C:\Users\direc.vscode\router-n8-2\package.json’
43 error enoent This is related to npm not being able to find a file.
43 error enoent
44 verbose exit -4058
45 timing npm Completed in 265ms
46 verbose code -4058
47 error A complete log of this run can be found in:
47 error C:\Users\direc\AppData\Local\npm-cache_logs\2023-11-18T18_22_29_477Z-debug-0.log
Please share your workflow
Share the output returned by the last node
See the captured screenshot image:
How do I transport webhook email payload messages to my N8N webflow: (webhook to imap.cfored.com)?
Thanks,
Hal