| Import Reminders Contact List |
|
Technical Details of Import File
Tab delimited file with all rows having exactly 7 columns
Columns
- email address [Text type]
- id (identifier on your end, for link in email reminder to update appointment or info and directions) [Text type]
- first name [Text type]
- last name [Text type]
- appointment date (must be mm/dd/yyyy) [Date/Time]
- appointment time (ie 10:00 am) [Text type]
- type (reminder and missed appt) where 1=upcoming appt and 2=missed appt [Integer type]
######## EXAMPLE (what would be imported or pasted) #########
email id fname lname apptdate appttime type
joshua@303media.com 12345 joshua griffin 05/20/2008 10:00 am 1
example@example1234a.com 12346 Lisa Simpson 05/28/2008 1:00 pm 1
#################### END EXAMPLE ############################
- Header row is optional
- Our system will dedupe and remove bad adddresses.