# Changelog ## [v1.0.1] - 2025-12-25 Registration Creation Enhancements ### Added: enable_comms Parameter on Create Registration API The Create Registration endpoint now supports a new optional parameter: enable_comms. When enable_comms is set to true, MICEtribe will automatically trigger all communications configured for the registration’s persona once the registration is successfully created. This includes: * Email notifications (currently supported) * SMS notifications (if enabled for the persona) * WhatsApp notifications (upcoming) **Behavior** Communications are sent only if they are enabled at the persona level By default, enable_comms is false and no communications will be triggered This behavior applies only to successful registration creation **Use Cases** Automatically notify attendees upon external system registration Keep MICEtribe as the communication source of truth Align API-created registrations with standard MICEtribe workflows