From 2b608d7a1ad88042e6a9fdb81c01563c89d53fe6 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 7 Apr 2026 11:23:36 -0400 Subject: [PATCH] =?UTF-8?q?event:=20Zoom=20CSV=20import=20=E2=80=94=20defa?= =?UTF-8?q?ult=20Axonius=20badge=20template=2021=20(temporary)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routers/event_badge_importing.py | 5 +++++ 1 file changed, 5 insertions(+) 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, }, }