diff --git a/energy_communities/services/crm_lead_service.py b/energy_communities/services/crm_lead_service.py index 25ba3539e40fdc3f68304379b9c8a253c2e1b417..aefc0e05d76136d97ad086cdb1ca85524b28112a 100644 --- a/energy_communities/services/crm_lead_service.py +++ b/energy_communities/services/crm_lead_service.py @@ -82,4 +82,6 @@ class CRMLeadService(Component): ) elif source_xml_id == "ce_source_general_info": template_external_id = "email_templ_lead_request_platform_news_confirm_id" + elif source_xml_id == "ce_source_general_contact": + template_external_id == "email_templ_contact_platform_confirm_id" return template_external_id