Nikky
How can I send sms to non app user? My patients' numbers are stored in the DB. Im using Appwrite's cloud and node sdk
TL;DR
Developers are discussing using Twilio or creating user profiles for patients to send SMS via Appwrite's Messaging methods. The developer is seeking help on how to send SMS to non-app users with phone numbers stored in a database using Appwrite's cloud and Node SDK. Steven
Use the twilio SDK
Steven
either that or create a user for each patient and then you can use Appwrite's Messaging methods
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...