logoalt Hacker News

WilcoKruijeryesterday at 8:00 AM2 repliesview on HN

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

d_burfootyesterday at 2:35 PM

This is a good idea. I think email is poised to become a more influential user interface tool, due to the advent of LLMs.

shayneoyesterday at 4:03 PM

this is awesome, good work!