Skip to main content

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.

Hi @zixin 

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


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