Second feature is to get contacts and they birthday days. If it is today, add button with functionality to send congratulations according to personal information from your contact, like name and age. This one we get from contacts using Nylas API.
That was really interesting to use nylas api to get information from my mail account. Best part of this, that you can write directly in your request the queryParams with some conditions, that I have used for getting emails for current week.
Im most proud of finishing the main features of this project and integrating AI text generating with key features of Nylas API.
Most challenging was to create the concept and implement the logic for using AI to summarize and generate response of text. The solution for this was to create generating step by step with possibility to send response if thats ok or regenerate response.
I found documentation of Nylas very good structured and prepared. Very useful was the page with endpoints: Documentation Nylas