mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Update app to utilize updated phone validation methods
This commit is contained in:
@@ -29,11 +29,11 @@ No db data is PII, but each job has a csv file in s3 containing phone numbers an
|
||||
|
||||
* to
|
||||
* _personalization<sup>2</sup>
|
||||
* phone_prefix (?)
|
||||
* phone_prefix<sup>3</sup>
|
||||
|
||||
#### notification_history
|
||||
|
||||
* phone_prefix (?)
|
||||
* phone_prefix<sup>3</sup>
|
||||
|
||||
#### inbound_sms
|
||||
|
||||
@@ -42,7 +42,7 @@ No db data is PII, but each job has a csv file in s3 containing phone numbers an
|
||||
|
||||
#### events
|
||||
|
||||
* data (contains user IP addresses)
|
||||
* data (contains user IP addresses)<sup>1</sup>
|
||||
|
||||
### Notes
|
||||
|
||||
@@ -56,6 +56,11 @@ Field-level encryption is used on these fields.
|
||||
|
||||
Details on encryption schemes and algorithms can be found in [SC-28(1)](https://github.com/GSA/us-notify-compliance/blob/main/dist/system-security-plans/lato/sc-28.1.md)
|
||||
|
||||
#### Note 3.
|
||||
|
||||
Probably not PII, this is the country code of the phone.
|
||||
|
||||
|
||||
Data Retention Policy
|
||||
---------------------
|
||||
|
||||
|
||||
@@ -570,7 +570,7 @@ paths:
|
||||
reference:
|
||||
type: string
|
||||
example:
|
||||
phone_number: "5558675309"
|
||||
phone_number: "2028675309"
|
||||
template_id: "85b58733-7ebf-494e-bee2-a21a4ce17d58"
|
||||
personalisation:
|
||||
variable: "value"
|
||||
|
||||
Reference in New Issue
Block a user