Is it possible to use Twilio functions as the target for an sms number, and make it queue up a list of incoming texts that I can then retrieve in bulk using a computer on my local network, so that I don't have to spin up a server instance?
Not ideal, but I discovered a way around this: reading inbound messages from the API and reacting to them locally. Aka, polling. 🤷 I guess it works, for now.