This was a microservice that was made to aggregate email conversations between managers and their clients and post them under suitable order numbers in a company’s MIS. The microservice used Google’s Pub/Sub cloud service to receive push notifications every time an email was sent/received in the company’s Workspace accounts. The service then parsed the emails and attempted to categorize them based on order numbers which were read from the emails’ subject lines. These categorized emails would then be pushed to the MIS via its REST endpoints and in a queue.


Leave a comment