HannesMatthias
Joined
50 Experience
0 Lessons Completed
0 Questions Solved
Activity
Hi community :),
I coded an application manager where I can save all details about an applicant.
But very often I get applications via email. I want to handle inbound emails. When someone sends me an email than rails should make an api call so that I can parse the text and save it to my application manager.
Is this possible ?
Thanks in advance