The Nylas blog

Why won’t my Flask application run?

If you’re having difficulty creating a Flask application, try these troubleshooting tips!

Python, sentiment analysis, R and Shiny

Getting to know your customers is very important. By using Sentiment Analysis on emails, we can collect the data, and the structure it using Python to finally visualize it on a dashboard using R and Shiny.

cURL up with Nylas APIs for email, calendars, and contacts

With the help of cURL we can access the Nylas APIs in a fast and easy way. We only need a terminal and our Nylas credentials.

Working with the Nylas CLI

The Nylas CLI is a terminal tool that speeds up your workflow by providing you with all the API calls in one convenient place.

How to send emails with Nylas Node SDK

Using the Nylas Node SDK to send emails with minimal code.

How to manage calendar events with the Nylas Ruby SDK

The Nylas Ruby SDK makes it easy to read calendars, send meeting invites, and create or update events.

How we test microservices locally at Nylas

Testing microservice architecture locally is difficult. At Nylas, we’ve created a local development environment using Minikube and Tilt. Let’s take a look at how we enable local testing for microservices at Nylas.

How to manage calendar events with the Nylas Python SDK

The Nylas Python SDK makes it easy to read calendars, send meeting invites, and create or update events.

How to read email inbox data with Nylas Ruby SDK

Learn how you can use the Nylas Ruby SDK to read email inbox data and apply different filters with just a few lines of code.

How to read email inbox data with Nylas Python SDK

Learn how you can use the Nylas Python SDK to read email inbox data and apply different filters with just a few lines of code.