- Products
- Solutions Use casesBy industry
- Developers
- Resources Connect
- Pricing
Today, we’re excited to announce that the Nylas Apex SDK is now available for system integrators to develop email, calendar, and contacts features in Salesforce. Building on the positive response of our recently-announced solution for SFDC admins, Nylas Email for Salesforce, the Nylas Apex SDK is a code library that lets you build engaging communication experiences for revenue teams, powered by real-time customer interactions. With the Nylas Apex SDK, you can:
NylasAPIV3Client.ReturnAllMessagesParams params = new NylasAPIV3Client.ReturnAllMessagesParams();
params.messageLimit = 20;
params.to = '[email protected]';
params.inFolder = 'inbox';
ReturnAllMessagesResponse response = NylasAPIV3Client.returnAllMessages('grant-id', params);
Retrieve emails in Salesforce with the Nylas Apex SDK.
The Nylas Apex SDK gives you access to all of the functionality of the Nylas Platform, allowing you to build experiences ranging from contextual email features, automated cadences, smart scheduling workflows, calendar management views, and more in Salesforce. Below, we’ve outlined a few example projects that turn your CRM into a true “single source of truth” for revenue teams.
NylasAPIV3Client.ReturnAllEventsParams params = new NylasAPIV3Client.ReturnAllEventsParams();params.eventLimit = 20;
params.calendar_id = 'calendar-id';
params.event_type = 'meeting';
Retrieve calendar events in Salesforce with the Nylas Apex SDK.
Estimated time to develop: 80 hours
Generate an instant summary of all email correspondence with a customer over the last n-number of days. Easily feed an in-house LLM with your users’ emails, and summarize the key sentiment/topics represented in a time period. No more sifting through endless task objects to find out what is going on with an account.
Estimated time to develop: 370 hours
Build an extensive sales and marketing automation platform within Salesforce using Nylas integration to streamline workflows, automate repetitive tasks, and enhance data insights.
Key tasks:
Estimated time to develop: 390 hours
Implement a robust customer support and case management system that leverages Nylas’ email and calendar integration to enhance support efficiency and customer satisfaction.
Key tasks:
Estimated time to develop: 390 hours
Enhance an existing ERP system within Salesforce by integrating Nylas’ email and calendar capabilities to improve resource scheduling, communication, and project management.
Key tasks:
Estimated time to develop: 400 hours
Optimize an existing CRM system within Salesforce by integrating Nylas’ email and calendar features to enhance customer interactions, automate processes, and improve data management.
Key tasks:
Check out our GitHub repository for code samples and documentation and to get started. If you’d like to get in touch to schedule a demo with a Nylas expert, sign up here. Or, apply to be a Nylas partner to join our community.