[31388f42] Final session polish: Refined UI, improved ingest parsing, and completed documentation
This commit is contained in:
@@ -57,6 +57,9 @@ def insert_lead(lead_data):
|
||||
'zip': lead_data.get('zip'),
|
||||
'city': lead_data.get('city'),
|
||||
'role': lead_data.get('role'),
|
||||
'salutation': lead_data.get('salutation'),
|
||||
'phone': lead_data.get('phone'),
|
||||
'cleaning_functions': lead_data.get('cleaning_functions'),
|
||||
'is_free_mail': lead_data.get('is_free_mail', False),
|
||||
'is_low_quality': lead_data.get('is_low_quality', False)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user