Email Routing reports that email messages are dropped.
Hi,
The Cloudflare Email Workers, catch-all address, Activity Log of the Email Routing reports that email messages are dropped.
However, the workers-n8n-3 logs shows pass:
{
"outcome": "ok",
"scriptName": "workers-n8n-3",
"diagnosticsChannelEvents": [],
"exceptions": [],
"logs": [],
"eventTimestamp": 1700617847566,
"event": {
"rawSize": 69420,
"rcptTo": "[email protected]",
"mailFrom": "[email protected]"
},
"id": 1
}
See the screenshot images for details:
Why are my email messages not routed through the Cloudflare workers (workers-n8n-3)?
Regards,
Hal
6 Replies
Any Email which is handled by a Worker is shown as "Dropped" in the Summary
If it was erroring, it would show as "Delivery Failed" instead of Dropped (which iirc is Other in the summary), ex:
Check the Email Routing, Email Routing Summary, Chart: "Dropped."
To reiterate, that is the current behavior of emails handled by Workers. They show as dropped. That does not mean the Worker failed. As you can see from tail, your Worker did execute.
No webhook URL transport of payload email messages from the Cloudflare Workers to my N8N canvas.
bump i have the same issue