Updates for IDAA Cvent API sync. Less debugging turned on.

This commit is contained in:
Scott Idem
2022-03-15 11:59:40 -04:00
parent 243561e3b7
commit 4752c81e7f
6 changed files with 70 additions and 39 deletions

View File

@@ -485,6 +485,7 @@ def create_update_aether_person(
person_data = {}
person_data['external_id'] = person_external_id
person_data['external_sys_id'] = cvent_contact_obj.get('sourceId')
# person_data['pronouns'] = ???
person_data['informal_name'] = cvent_contact_obj.get('nickname')
person_data['title_names'] = cvent_contact_obj.get('prefix')