event: Zoom CSV import — default Axonius badge template 21 (temporary)

This commit is contained in:
Scott Idem
2026-04-07 11:23:36 -04:00
parent 535fc9f2b5
commit 2b608d7a1a

View File

@@ -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,
},
}