API with NestJS #41. Verifying phone numbers and sending SMS messages with Twilio
In our web applications, we often need to send messages to our users. Doing that through email is enough in a lot of cases, but we can also use SMS. In this article, we look into how we can use Twilio for verifying phone numbers provided by our users and sending messages. Setting up Twilio […]