Question

send twilio sms based on contents in csv

  • 16 August 2020
  • 2 replies
  • 130 views

Userlevel 1

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.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +10

Hi @zixin 

Just checking in. Were you able to get this sorted?

Userlevel 7
Badge +9

Hey! I would recommend using a Google sheet for this if possible, that way you can use the row values to populate the SMS based on the new row