Closed preritdas closed 3 months ago
The changes involve the removal of the _deliver
method in the ai_fields.py
file, which previously managed the delivery of PII data to FollowUpBoss. Additionally, a new private method _warn_dnc
has been added in vanilla.py
to log warnings for leads on the Do Not Call list, enhancing validation within the lead delivery process.
Files | Change Summary |
---|---|
bigdbm/deliver/followupboss/ai_fields.py |
Removed the _deliver method that handled PII data delivery. |
bigdbm/deliver/followupboss/vanilla.py |
Introduced _warn_dnc method for DNC list warnings; modified _deliver to incorporate this check. |
Objective | Addressed | Explanation |
---|---|---|
Warn if DNC in Follow Up Boss delivery (#61) | ✅ |
🐰 In fields of code where changes sprout,
A warning for DNC, we now tout!
The old method gone, a new path clear,
Delivering leads with caution, my dear!
Hoppity hop, to a safer day,
With every lead, we’ll find our way! 🌼
Fixes #61.
Log a warning if a Follow Up Boss deliverer is told to deliver at least 1 lead with a phone number on the DNC list.
Applies to vanilla and AI deliverers.
Summary by CodeRabbit
New Features
Changes