1633716300000Introducing the Nylas CLIby NylasNylas Command Line Interface (CLI) The Nylas CLI makes testing and building on Nylas even easier. Interact with Nylas directly from your terminal to make API requests and test webhooks. Check out the documentation to get started.
1633706179024Nylas Updates October 8th, 2021by NylasPlatform Updates API Added limit parameter to Room Resources endpoint. Scheduler Fixed UI for improved accessibility access and use. Bug Fixes Fixed sync issue with EWS accounts.
1631892900000Node SDK v5.8.0 is releasedby NylasNode SDK v5.8.0 is released! GitHub npm New Nylas SDK v2.3 support is now enabled. Added support for Consecutive Availability. Bug Fixes Fixed an issue where JSON.stringify would omit read-only values. Fixed a webhook example throwing error
1630604128502Java and Python SDK Releasesby NylasJava SDK Version 1.9.0 GitHub Maven New We added support for Event conferencing We added support for Account deletion Deprecated We deprecated MicrosoftExchangeProviderSettings easServerHost in favor of exchangeServerHost. Python SDK GitHub
1628276400000Nylas Updates August 6, 2021by NylasAPISDKComponentsSchedulerWe’ve been working hard to make Nylas even better! New Java SDK Version 1.8.0 is released. GitHub Maven New Supports Nylas API version 2.2 Added event metadata Added RoomResources Added missing getters for Event.Recurrence fields Add
1627390800000Event Metadata is Availableby NylasEvent Metadata is now out of beta! Event metadata lets you attach key-value pairs to event objects. Use it to store information such as customer ID, internal event data, and other information. Review our Event Metadata documentation to get
1624547100000Nylas Updates June 24, 2021by NylasComponents The documentation for the Agenda and Contact List were updated to include: Quickstart using script tags for an even easier setup. Contact List has an example with user-provided data. Signature Endpoint Separators such as—-, are
1623876600000New! Sentiment Analysisby NylasAPIWe've released a new endpoint called Sentiment Analysis. Use Sentiment Analysis to analyze label text as positive, negative, or neutral and track customer sentiment across your organization. You can use Sentiment Analysis to: Send surveys
1623354480000Nylas Updates June, 10 2021by NylasRuby SDK Version 5.1.10 We released a new version of our Ruby SDK. New We added support for read-only attributes. We added save_all_attributes and update_all_attributes methods to support nullifying attributes. We added Event metadata. Bug