Enhanced email and activity management
Week 52, 2024 — December 23 to January 5
Our latest update introduces significant improvements to email and activity management, providing users with better insights and control over their interactions. The new EMAIL_MENTIONED
activity type allows for tracking contacts mentioned in emails, enhancing the context and relevance of activity management. This feature ensures that all mentioned contacts are included in activity tracking, offering a more comprehensive view of interactions. Additionally, the draft email functionality has been streamlined, with improved handling of follow-up relationships and enhanced scheduling capabilities. These updates empower users to manage their communications more effectively, ensuring that no important contact is overlooked.
Improvements
- Added support for mentioned email addresses in the email schema for better tracking and representation.
- Enhanced activity processing to include undo functionality for employment and company changes.
- Improved the draft email form to conditionally display the subject field based on previous drafts.
- Introduced optimistic delete functionality for contacts, allowing for immediate UI updates upon deletion.
- Added new calendar integrations: Calendly, Notion Calendar, Amie, and Lemcal, with improved UI organization.
- Implemented Zapier integration for enhanced membership management and data handling.
- Updated package dependencies to include new Tiptap extensions for improved text editing capabilities.
- Enhanced contact enrichment logic to improve data retrieval and association with organizations.
- Improved email classification and activity processing with new classification rules and reasoning.
Fixes
- Corrected null checks for
membershipId
in the connections router to align with JavaScript best practices. - Updated header text in the Calendar Events page for better user experience.
- Improved logging and error handling in contact enrichment and email processing workflows for better traceability.
Behind the scenes
- Refactored various API functions to enhance schema management and validation.
- Streamlined the handling of follow-up tasks and email scheduling for better integration with the contact management system.
- Enhanced the
jsonLlmCompare
function for improved consistency in API responses. - Updated the
contactEnrich
function to include logic for guessing contact names and nicknames. - Refactored task processing functions to utilize
Promise.allSettled
for better error handling. - Improved the handling of activity processing within the contact management system for better integration.
- Enhanced the
ActivityWithRelations
type to include fine-tuning runs instead of rules, streamlining relationship management. - Updated the
createFileRows
function to include new logic for generating unique row IDs and handling idempotency keys. - Enhanced the
contactProcess
function to include property updates alongside deal creation and updates.