-1

I want to send SMS from Angular6 web application. Can anyone tell me how to do this? Please suggest me some reference link or code sample.

1 Answers1

1

I've done this with Twilio and a firebase function. You wouldn't want to send the message from the app due to security concerns. You need to keep your api and auth token secret. Just create a serverless function somewhere that uses Twilio and you're all set!

Richard.Davenport
  • 1,453
  • 3
  • 16
  • 31