October 2023 Summaries
3 posts from Nylas
Filter
Month:
Year:
Post Summaries
Back to Blog
The inaugural Nylas Hackathon, held online from August 8th to October 2nd, 2023, invited global participants to explore and innovate using Nylas APIs for email, calendar, and contacts. The event showcased several standout projects, with Mosaic Virtual Assistant emerging as the winner. This AI-driven assistant, leveraging Nylas API, Langchain, and OpenAI’s GPT-4, offers enhanced digital communication management, including email categorization and calendar organization. Other notable entries included VoiceCal AI, a voice-command calendar management tool; NAP, which offers deeper insights from email and contact data; Nylas-Care, an online medical appointment system integrating various AI technologies; Nylasum, which summarizes and tweets email content; and LinkLoom, which facilitates email collaboration through annotations. These projects highlighted the innovative applications of Nylas API in enhancing productivity and collaboration.
Oct 31, 2023
1,421 words in the original blog post.
In a detailed guide, the process of creating a FastAPI application is outlined to help users manage and access upcoming events from their contacts using the Nylas Python SDK. The tutorial walks through setting up the required environment, installing dependencies, and building the application to list contacts and retrieve their upcoming events, which are defined as those that have not yet occurred. The application uses FastAPI due to its speed and simplicity, and the implementation involves setting up a basic folder structure, creating templates for displaying data, and using Python libraries like Pendulum and BeautifulSoup to handle dates and HTML content. Users are guided on running the application using Uvicorn, with the final application designed to run on port 8000, providing a user-friendly interface to manage and view contact events effectively. The guide also provides links to additional resources for further exploration of the Nylas Contacts and Calendar APIs.
Oct 24, 2023
1,330 words in the original blog post.
A recent security breach at Eye4Fraud, a company providing fraud protection for e-commerce merchants, has compromised numerous online shopping accounts, prompting the development of an application that uses Nylas to scan users' emails for interactions with affected vendors. The application, created using Python and Flask, allows users to authorize access to their email inboxes via OAuth, enabling the tool to search for vendor names from a subset of the Eye4Fraud dataset. This breach checker tool informs users if their data might be compromised, allowing them to take protective measures. The guide provides detailed steps for setting up the application, including installing necessary dependencies, configuring the Nylas API, implementing the app’s functionality, and using ngrok for public access. While the tool helps users identify potential breaches, it emphasizes the importance of being vigilant and provides resources for securing compromised accounts, such as enabling multi-factor authentication and recovering hacked accounts.
Oct 17, 2023
1,822 words in the original blog post.