👩💻 Join our community of thousands of amazing developers!
Late last year, Miguel Grinberg showed how to send scheduled SMS with Go and Twilio. His tutorial was an excellent start to learning how to integrate communications functionality into your Go applications. SMS, however, is just the beginning for communicating with your users. Two further ways are MMS and WhatsApp. Through these two technologies, you can send more engaging messages and reach up to two billion monthly active users. So, in this tutorial, I'm going to build on Miguel's tutorial and...