This release adds new Partner API endpoints for managing email and text message templates:
- Email Templates API (
/partner/emailTemplates): Full CRUD operations for email templates including name, subject, body, category, and sharing settings - SMS Templates API (
/partner/textTemplates): Full CRUD operations for text message templates including name, message content, category, and sharing settings
Both endpoints support:
- Pagination with configurable page size
- Filtering by category, search term, and shared status
- Permission-based access (team members can manage their own templates, admins can manage shared templates)