Closed preritdas closed 2 months ago
The changes involve modifications to the _prepare_event_data
function in two files: ai_fields.py
and vanilla.py
. In ai_fields.py
, the logic is updated to exclude address data from the prepared PII data. In contrast, vanilla.py
introduces functionality to include address information if valid details are provided. These updates enhance the handling of personal information while ensuring privacy considerations are addressed.
File Path | Change Summary |
---|---|
real_intent/deliver/followupboss/ai_fields.py | Excludes address data from filtered_pii_data in _prepare_event_data , enhancing privacy measures. |
real_intent/deliver/followupboss/vanilla.py | Adds functionality to include address information in _prepare_event_data if valid data is present. |
_prepare_event_data
function, particularly regarding the management of PII data.🐇 In the fields where data flows,
A change to guard what no one knows.
With addresses tucked away from sight,
And new homes added, all feels right.
Privacy's dance, a careful art,
In our code, we play our part! 🌼
Follow Up Boss has a native field for a lead's address. Parse PII into event data if enough fields are present to send into FUB.
Summary by CodeRabbit