This looks like it supports the Android SMS gateway through a series of API calls. It looks like this wouldn't be too terrible to add a Twilio bridge provider and send/receive SMS/MMS through their service. Here are their docs on the matter:
I don't know Kotlin, but I see some solid building blocks here. What are your thoughts @benkuly about adding a bridge or helping with adding a bridge? I could take some shots at the adoption, but could definitely use some help with the language.
This looks like it supports the Android SMS gateway through a series of API calls. It looks like this wouldn't be too terrible to add a Twilio bridge provider and send/receive SMS/MMS through their service. Here are their docs on the matter:
https://www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-python https://www.twilio.com/docs/sms/tutorials/how-to-receive-and-reply-python
I don't know Kotlin, but I see some solid building blocks here. What are your thoughts @benkuly about adding a bridge or helping with adding a bridge? I could take some shots at the adoption, but could definitely use some help with the language.