- Products
- Solutions Use casesBy industry
- Developers
- Resources Connect
- Pricing
Learn how to create Nylas’ webhooks with NodeJS. Webhooks are useful to streamline working with Nylas’ communication platform to be easily notified when specific events occur such as updating an email.
Learn how to work with different timezones in JavaScript.
Have you ever created a calendar event just to forget about it? Creating notifications using the Nylas Python SDK is a great way to fix this.
By using the Nylas APIs we can easily send emails using any language that supports REST APIs. We’re going to see examples on PHP, Rust and C#
Today, we celebrate _why’s day with a Shoes (JRuby) based email client using the Nylas APIs to send, read, reply and delete emails.
Have you ever created an event just to forget about it? Creating notifications using the Nylas Ruby SDK is a great way to fix this.
In late 2022, Microsoft will be removing support for basic authentication for Microsoft Exchange Accounts. This guide covers basic authentication, various information on the depreciation process, and how to make this transition as smooth as possible.
Learn how we secure APIs at Nylas using JSON Web Tokens (jwt).
Learn how Nylas uses Kong API gateway to authenticate, control routing, and transform requests/responses.
Webhooks are the best way to get notifications without having to constantly ask the server. We’re using Python to demonstrate how this works.