Add email trigger to worker
I have a worker that handles file uploads via http, and I want to experiment with handling uploads via email attachment. I tried to add an email trigger to the existing worker but it seems an “email worker” is a separate thing you can only create through the dashboard? Is there a way to receive email with an existing worker or would it be better to create a separate email worker and just post the attachment via fetch to my other worker?