The last couple of weeks I've been building 'Recivo', a very simple way to receive emails programmatically. There are plenty of API-based services that can be used to send emails, but receiving them is harder. My service exposes a simple REST endpoint + event webhook that makes it a 5 min setup to start receiving. Attachments are included as well.
The main use-cases I'm thinking of right now is triggering agents using email or a very simple document upload flow to any SaaS (just forward an email to the SaaS).
As a self taught programmer with a Communication Studies degree, this definitely resonates. The ability to articulate the problem in code is kind of the starting point for most productive development work.
How are the Firefox dev tools these days? Every time I've tried in the past I end up missing the Chrome dev tools, and it's too much of a pain to have one browser for development and one for browsing. I would love to switch, though.
I actually have the exact opposite experience when I try out Chromium based browsers. I end up missing FF dev tools. I love the ability to edit and resend network requests. I'm sure I could figure out how do to so in Chrome devtools, but just not as intuitive (at least to me!)
The main use-cases I'm thinking of right now is triggering agents using email or a very simple document upload flow to any SaaS (just forward an email to the SaaS).
https://recivo.email/