Home / Companies / Nylas / Blog / February 2022

February 2022 Summaries

8 posts from Nylas

Filter
Month: Year:
Post Summaries Back to Blog
Integrating users' email, calendar, or contacts applications with a platform can enhance user engagement, increase revenue, and improve productivity through automation, but developing these solutions independently often proves more complex than anticipated. The infographic highlights the hidden costs associated with building such communications features in-house and suggests that Nylas offers a more cost-effective alternative for implementing robust solutions. For further details, readers are encouraged to download the ebook titled "The Hidden Costs of Building Your Own Communications Integrations."
Feb 24, 2022 101 words in the original blog post.
Incorporating native scheduling capabilities into your application can enhance user productivity, minimize context-switching between tools, and significantly save time, although it may divert resources from other essential initiatives. Investing in these features can provide substantial time savings for both users and developers and deliver exceptional user experiences that boost retention.
Feb 17, 2022 67 words in the original blog post.
In a recent Hang with Spang webinar, Ash and Spang explored the anticipated technology trends for 2022, emphasizing communication fragmentation, the rise of low-code/no-code solutions, and workflow automation. They discussed the challenges of channel fragmentation, particularly in communication platforms like email, and highlighted the business need for channel-agnostic solutions, such as those offered by Nylas, to streamline processes. The conversation also covered how low-code/no-code tools are becoming essential due to an engineering labor shortage and their potential to democratize software development by simplifying complex tasks into visual workflows. Lastly, they examined the growing trend of workflow automation across organizations, enabling more efficient operations by automating routine tasks, thereby allowing teams to focus on more strategic activities. The discussion underscored the importance of these trends in enhancing productivity and enabling businesses to adapt to the evolving digital landscape.
Feb 14, 2022 799 words in the original blog post.
Email, a fundamental communication tool, has become both essential and polarizing, with its complex threading feature often causing confusion and disorganization for users. Email threading, which automatically groups related messages into a single conversation for better context and review, traces its roots back to the 1990s when early email clients like Netscape Mail used algorithms to infer conversation threads. Gmail revolutionized threading in 2007 with its collapsible "conversation" feature, although most email clients, including Gmail and Outlook, do not natively support the IMAP THREAD extension, leading to variations in threading displays. This inconsistency poses challenges in email management, but solutions like the Nylas Email API offer a streamlined way to handle threading, enabling developers to integrate email functions efficiently and improve user experience, as exemplified by Pipedrive's revenue growth through Nylas implementation.
Feb 11, 2022 1,004 words in the original blog post.
Nylas CEO announced a reduction of 80 employees due to shifting economic conditions, aiming to ensure the company's financial flexibility and resilience during uncertain times. This decision, though challenging, is positioned as a realignment rather than a halt in growth, with the intention of preparing Nylas for future recovery. The company is committed to supporting those affected by offering a severance package, extended healthcare benefits, retention of company equipment, and job support, while leveraging leadership networks to assist in job placements. The CEO acknowledges the emotional impact on both departing and remaining employees, expressing gratitude for their contributions and emphasizing that the decision was not due to personal failings but necessary for the organization's long-term strategy.
Feb 08, 2022 638 words in the original blog post.
The Nylas CLI is a versatile tool that allows users to interact with Nylas APIs without the need for an SDK or cURL, streamlining processes for managing emails, calendars, and contacts. Installation is straightforward, particularly on Mac or Linux using Homebrew, and Windows users can utilize WSL or binary installers. Once installed, users can initialize the CLI with their client credentials and perform various operations such as fetching emails, sending messages, creating calendar events, and managing contacts through JSON files. The CLI simplifies interaction with the Nylas platform by storing access tokens and facilitating updates or modifications without re-initialization, offering a powerful alternative to traditional email clients and calendar applications.
Feb 06, 2022 1,169 words in the original blog post.
Nylas will participate in Enterprise Connect from March 21-24, 2022, in Orlando, Florida, showcasing how its platform facilitates a unified digital experience across various communication channels. The event focuses on communications and collaboration, gathering industry leaders and professionals to discuss the challenges of delivering personalized, omni-channel customer experiences. Nylas addresses these challenges by enabling businesses to access and structure communication data from tools like email, SMS, Zoom, and calendars, which are crucial for automating workflows and personalizing customer interactions at scale. The Nylas platform aims to enhance business productivity by providing embedded communication experiences and activating unstructured data into workflow automations for seamless, personalized experiences and analytical insights. Attendees can visit the Nylas team at Booth 1505 to explore the platform's capabilities and use a special discount code for conference passes.
Feb 03, 2022 364 words in the original blog post.
The text provides a comprehensive guide on using the Nylas Python SDK to send emails and attachments with Python, ensuring messages are delivered to recipients' inboxes rather than their spam folders. It highlights the steps involved, such as checking for Python installation, creating a virtual environment to manage dependencies, and installing the Nylas Python SDK via pip. The guide details obtaining necessary API credentials from the Nylas Dashboard, securely storing them in environment variables using the python-dotenv package, and drafting and sending emails with or without attachments using the Nylas APIClient. By following these instructions, users can effectively send emails programmatically, and they are encouraged to explore further resources and demos provided by Nylas.
Feb 03, 2022 1,028 words in the original blog post.