How to send SMS messages from Supabase

Опубликовано: 14 Март 2026
на канале: rapidmvp
1,975
33

Sending sms messages to your users can be a key communication feature in your applications. In this video we will show you how to send an SMS message from Supabase.

In the video we take a look at connecting to the Sinch API for sending sms messages to our users from Supabase.

Using the http extension to Supabase, we work through the http request format, the API keys and endpoint requirements and make a request to the API for sending the sms.

We also look at the Flutterflow side and see how we can call the request from our applications, passing the parameters we need to select the users information from our database tables.

Copy all of the code used in the video from here:

https://rapidmvp.co/how-to-send-sms-m...