appwrite.auth.createSMSChallenge(); as triggered by error.type === 'user_more_factors_required' sends an SMS with a six digit code... but the sms is always from appwrite, even if I change the sms provider to twilio. I did some research and from what I've found, the consensus is that the only way to brand the sender from appwrite to [some company] is to self host appwrite and set it up in the env (_APP_SMS_PROVIDER=sms://<TWILIO_SID>:<TWILIO_TOKEN>@twilio _APP_SMS_FROM=+<your_E164_number>)
Want to confirm if this is really the only way to do that... seems a bit far fetched considering that I just want to brand the SMS
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...