This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2025-12-13 08:42:21 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a780933893e1e987accb9ea2e62fe11872fc933c
notifications-api
/
test_csv_files
/
email.csv
3 lines
28 B
CSV
Raw
Normal View
History
Unescape
Escape
Process CSV files with column headers of any case Implements and depends on: https://github.com/alphagov/notifications-utils/pull/27 Should be merged and deployed before the same change in the admin app.
2016-04-29 17:24:00 +01:00
email_address
Replace placeholders before sending a message This commit replaces placeholders in a template with the user’s data, using the Template class from utils (https://github.com/alphagov/notifications-utils/tree/master/utils#template) It also extracts the personalisation data from the CSV, taking account of the different column headings that SMS and email CSVs will have. At the point of creating the task to send an individual messages, validation of the placeholders matching the template is assumed to have been done either: - in processing the CSV in the admin app - in the endpoint for the API call No exceptions should be raised at this point.
2016-02-29 14:43:44 +00:00
test@test.com
Reference in New Issue
Copy Permalink