diff --git a/app/routers/event_badge_importing.py b/app/routers/event_badge_importing.py index 6002062..e3a27db 100644 --- a/app/routers/event_badge_importing.py +++ b/app/routers/event_badge_importing.py @@ -667,6 +667,11 @@ async def event_id_badge_import_zoom_csv( 'country_subdivision_code': country_subdivision_code, 'professional_title': professional_title, 'affiliations': organization, + # TEMPORARY: Axonius export does not include a badge template id. + # Default to the Axonius group's badge template `RKYp2HcQm9o (21)`. + # This is a temporary hardcode — remove or replace when mapping is provided. + 'event_badge_template_id': 21, + 'event_badge_template_id_random': 'RKYp2HcQm9o', 'badge_type': ticket_name, }, }