5 ms·
I've released a new feature that allows you to retrieve a list of URLS from the inbound emails via API. There is now an API page that makes it pretty straight f
by rickdangerous1 1y ago
I've released a new feature that allows you to retrieve a list of URLS from the inbound emails via API. There is now an API page that makes it pretty straight forward. Let me know if you have any further comments.
- cranberryturkey 1y agoAwesome. I’ll check it out. Sometimes validation is a number though
- rickdangerous1 1y agothats a good point. I could also include the email body in the api response. Then you could regex to get the code. Later on i could layer in a ai parser to extract the code and just return that.
- cranberryturkey 1y agoThat works.
- cranberryturkey 1y agohttps://github.com/profullstack/mcp-server/tree/master/mcp_modules/email_checker https://github.com/profullstack/mcp-server/tree/master/mcp_m... I integrated it into an MCP server. you can test it at https://mcp.profullstack.com https://mcp.profullstack.com
- cranberryturkey 1y agowould be cool to parse validation codes, urls and phone numbers perhaps all metadata like contact info too.
- rickdangerous1 1y agoThe email body is now returned in the api as you asked for. In order to do the parsing I would be making an openai chat api call...so that would be for paid users only. Thats reasonable right?
- cranberryturkey 1y agoYeah but can you have the option to pass my own key?