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.Use the twilio SDK
either that or create a user for each patient and then you can use Appwrite's Messaging methods
Recommended threads
- Appwrite docs mcp server 502 bad gateway
I added the appwrite docs mcp server to vscode following the docs https://appwrite.io/docs/tooling/mcp/vscode#step-1 but upon start it gives the following error...
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...