←back to thread

439 points david927 | 1 comments | | HN request time: 0.222s | source

What are you working on? Any new ideas which you're thinking about?
Show context
WilcoKruijer ◴[] No.44420664[source]
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).

https://recivo.email/

replies(2): >>44423884 #>>44424864 #
1. d_burfoot ◴[] No.44423884[source]
This is a good idea. I think email is poised to become a more influential user interface tool, due to the advent of LLMs.