Project Description: SMS Messaging System
Overview: This project involves the development of a straightforward backend system designed to send messages via SMS to contacts listed in a CSV file. The primary goal is to automate the process of initiating communication with individuals by sending personalized messages based on the information provided in the CSV file.
Features:
CSV Data Parsing: The system reads contact information from a CSV file, extracting relevant details such as name, cellphone number, and country.
Twilio Integration: Utilizing the Twilio API, the backend system sends personalized SMS messages to each contact in the CSV file. Twilio provides a reliable and scalable platform for sending SMS messages.
Personalized Messaging: The messages are personalized with the recipient's name and country, creating a more engaging and tailored communication experience.
To start application npm start