Email Campaigns, Event Store Overhaul, and SDK Improvements

Week 47

Email campaign automation with Gmail integration shipped in Synapse CRM, the Event Store API was restructured with cleaner code organization, and PostgreSDK configuration got a simplification pass.

#Synapse CRM

Launched a full email campaigns module with Gmail API integration. You can now create, manage, and send email campaigns directly from the CRM, with Gmail handling the delivery infrastructure.

#Silo CDP

Restructured the entire codebase with a cleaner src/ directory organization and added PostgreSDK code generation for type-safe database interactions. Also integrated ESLint with import path validation to catch issues early and cleaned up legacy files from the migration.

#PostgreSDK

Simplified the configuration system by unifying output directories and reorganizing how special endpoints are handled, making the SDK easier to configure and maintain.