Integrate Twilio with Wix

Hello Everyone,
We want to send users confirmation sms of Service booking after successfully booked service. I have created Twilio account for same purpose and I got the code but the confusion is, if I want to send sms to multiple users at a time, how that code will update?
I use this reference
https://www.twilio.com/blog/integrate-sms-wix-site-twilio-programmable-messaging-velo-ide#:~:text=To%20do%20so%2C%20go%20to,your%20Velo%2Denabled%20Wix%20site

The easiest option seems to be to create a variable (e.g.) array with the phone numbers list and loop through it.
On each iteration, call the function that sends an sms with a different phone parameter passed.

BTW, you can also see an example of sending sms with Twilio as a booking confirmation here . I do also use Twilio for OTP confirmation for both signup/login on my own examples site .