August 2019 Summaries
2 posts from Nylas
Filter
Month:
Year:
Post Summaries
Back to Blog
Nylas has introduced enhancements to its webhooks functionality, enabling users to manage email, calendar, and contacts data more efficiently by programmatically creating, updating, and deleting webhooks through its API. This update includes support for PUT, POST, and DELETE requests, allowing users to perform actions such as activating or deactivating webhooks without needing to use the Nylas dashboard manually. This feature is particularly beneficial during server downtimes, as it allows for the automatic detection and re-enabling of webhooks, ensuring minimal disruption for customers. Examples are provided to demonstrate how to create a webhook triggered by a message being opened and how to update an existing webhook’s status, with further information available in Nylas's online documentation.
Aug 19, 2019
236 words in the original blog post.
In less than two years, Nylas developed a Python-based email API that is trusted by thousands of developers globally, illustrating Python's strength as an enterprise-level programming language despite common misconceptions about its scalability, speed, and reliability. Python's perceived limitations are countered by its extensive ecosystem of libraries and its adaptability to various applications, as evidenced by its use in major companies like YouTube and Instagram. Nylas chose Python for its simplicity, diversity of libraries, and ability to efficiently manage server operations, which allowed them to build a robust, scalable, and reliable tech stack that processes billions of email, calendar, and contact events weekly. By leveraging Python's open-source modules and frameworks, such as Gevent, Flask, and SQLAlchemy, Nylas created a cloud-core engine that powers their RESTful API, enabling seamless integration of messaging services in applications. The language's strong community values, including diversity and openness, align with Nylas's ethos, making Python a strategic choice for their architecture, which focuses on delivering high uptime and stability without reinventing the wheel.
Aug 07, 2019
1,057 words in the original blog post.