Set up sms integration in the project. This task completely relies on the completion of Set up Twilio and whatsapp issue. Therefore, it's important that this task be attempted after the task mentioned above is completed.
This is because we shall be using the same Twilio account for both sms and whatsapp. Inside the social_integrations.js file create a pseudo function called sendTwilioSms for sending an sms and the functionality will implemented at a later stage.
Set up sms integration in the project. This task completely relies on the completion of Set up Twilio and whatsapp issue. Therefore, it's important that this task be attempted after the task mentioned above is completed.
This is because we shall be using the same Twilio account for both sms and whatsapp. Inside the social_integrations.js file create a pseudo function called
sendTwilioSms
for sending an sms and the functionality will implemented at a later stage.Resources: Sending sms using node and Twilio