Im trying to send sms using textmagic provider. To know where to send the sms I use the users array. I was able to successfully send sms with this using twilio with this code last time, but when I remove twilio and replace it with textmagic provider, sms are stuck at processing.
This is on Appwrite cloud? What's your project ID?
Yes. Project ID: 6638e4900002aa9f11a5
Twilio worked, though?
Im using cloud and node-sdk
Yeah, I first tested twilio, and it worked. But when I switched to textmagic, thats when sms sent started to get stuck at processing.
what's a timestamp in UTC one of those was expected to send?
Im not sure if I understand this question, but I didnt set a schedule. With twilio it was sent right away, received with a bit of delay, but in appwrite messsages it was marked as sent.
yes...so when did you create the message
The first few in the list was sent a few minutes to an hour ago. The last one, I sent that yesterday and still in processing.
But before I tested sending sms today, I removed the provider and added it again.
is twilio still working?
That, im not sure. I havent tried switching back as Im exploring other options due to Twilio's limitations.
would you be able to test?
I could. But I need to remove Textmagic provider? I did not create target. Im using userId as it sets the phone and email as target. Or how could I set specific provider without creating a target? Cant set the provider for a target from console.
you can disable the textmagic one, enable twilio, and then send to the user
Okay, I'll try
Using twilio works and I received the sms.
weird....
yeah... Im not sure as well. I also wanted to try the other provider Appwrite supports - MSG91. But they didnt send verification code when I try to access the Authkey page. π€
the weird thing is i don't see your project ID
This project id? 6638e4900002aa9f11a5
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...