This application provides a service to send invitations via text message or email.
A user uploads a csv
formatted file and each row is processed according to the following user data:
- send a text message invitation if a phone number is provided.
- send an email invitation if no phone is provided but a valid email address is present.
- don't send an invitation if the transaction date is outside the seven (7) day date range.
- don't send duplicate invitations.
- A user is initially presented the following screen:
- A file dialog prompt is displayed to select a
csv
for upload:
- Upon selecting the
csv
file and clickingUpload
, the results are displayed:
- Click
Download CSV
to download acsv
formatted version of the tabular data:
See: invite-results.csv