Email routing help
Hello,
I'm trying to create a worker that will recieve forwarded emails, extract some info from them, and contact my api using that info. I already have the code written to do that, however I am confused on how to get cloudflare to accept those emails and point them to the worker.
The documentation for email workers seems to be essentially non-existent. If anyone has any link to something I just couldn't find, please send that.
The "Using email triggers" button on the dashboard just goes to a page that talk about normal http routes (https://developers.cloudflare.com/workers/platform/triggers/routes/#matching-behavior). "mail" is not mentioned a single time on that page. How can I configure it? Do I just put an email in?
I'm trying to create a worker that will recieve forwarded emails, extract some info from them, and contact my api using that info. I already have the code written to do that, however I am confused on how to get cloudflare to accept those emails and point them to the worker.
The documentation for email workers seems to be essentially non-existent. If anyone has any link to something I just couldn't find, please send that.
The "Using email triggers" button on the dashboard just goes to a page that talk about normal http routes (https://developers.cloudflare.com/workers/platform/triggers/routes/#matching-behavior). "mail" is not mentioned a single time on that page. How can I configure it? Do I just put an email in?