Generating Multiple Emails to route to CloudFlare workers
I'm not sure if i'm taking the right approach or not. I run a customer support software. (like Zendesk). For each project we onboard we want to give them email like {project}[email protected] or like support@{project}.userscom.com. Now anyone who sends an email to it we want to trigger a function in worker that will create a ticket on our platform.
I plan to use Email Routing & then route to CloudFlare. I wonder how many emails I can create? and is this right approach to do this?
Thank you, I appreciate your help a lot.
2 Replies
I believe there is a limit of about ~200 custom address. It might make more sense to make a single catch all worker and do the email sorting there
Yes. we used catch-all and its working fine!