I have a CSV file that comes in via Slack every morning, in it with the following columns.
- phone_number
- name
- date_of_appointment
- time_of_appointment
I am looking at sending out Twilio SMSes based on the content of the SMS. So it will look something like
Send To: phone_number
Content: Dear {{name}}, we look forward to seeing you on {{date_of_appointment}} at {{time_of_appointment}}. Thank you.