The Nylas blog

Testing webhooks using the Nylas CLI and PHP

Webhooks are the best way to get notifications without constantly asking the server. We’re using PHP to demonstrate how this works.

How to setup your first Google API project

This post will cover how to setup your first Google API Project. We’ll connect a Google user using the Nylas dashboard.

A small introduction to functional programming

Have you ever wondered what Functional Programming is all about? Let us show you using simple examples in Haskell and Erlang.

Working with the Nylas Contacts API and Ruby

Learn about the Nylas Contacts API, its available features, and how to work with them using the Nylas Ruby SDK!

Send notifications for calendar events using the Nylas Node SDK

Learn how to send different notifications to engage users for calendar events using the Nylas Node SDK with minimal code.

How to send emails with the Nylas Java SDK

Learn how to increase email deliverability by sending communications with Java using the Nylas Java SDK. Send emails with Java now.

How to build a CRM in 3 sprints with Nylas: Implementing email sync (sprint #3)

Learn how to build a CRM in sprints with Nylas. We’ll finish by adding Email and Mail Merge capabilities using the Nylas Ruby SDK.

How to build a CRM in 3 sprints with Nylas

Learn how to build a CRM and add reliable contacts, calendar, and email features fast with Nylas APIs in this code tutorial series.

How to patch npm packages

We sometimes come across an NPM Package that consists of errors and needs to be updated. So we create a PR and wait for it to merge.

However, we can patch the library and continue developing and deploying. This post will walk through how to patch npm packages to unblock your development.

Send and read emails using Node-Red and the Nylas APIs

Learn how to send and read emails without a single line of code using the visual low-code tool Node-Red and the Nylas APIs.