The Nylas blog

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.

Nylas Node.js SDK v6: TypeScript types, models, and more

Nylas is proud to announce Node.js SDK v6.0. We’ve listened to your feedback and this update improves the developer experience by making our Node SDK more TypeScript-like. Read the article to learn more about our most recent update.

How to send emails with the Nylas Ruby SDK

Learn how to use the Nylas Ruby SDK to send emails and attachments via APIs