I'm trying to brainstorm how to approach a new app build.
I'd have a database of users (approx. 3,000) with name and phone number and need a way to send SMS messages to them all, as well as target them by group (using tags in the database) and the toughest part, sometimes by a geofence.
I know i could set up something with Retool and Twilio but am having a hard time figuring how to integrate a geofence feature. Maybe using something like Radar or PlotProject?
The user db are all opted in for this, so it's not random targeting. I'm just not sure how to bring this all together, and if it's even possible?
I went a similar route and ended up handling number provisioning and delivery status stuff through the sip trunk providerβs API instead of building it all out myself. Made integration a lot simpler, especially since I could reuse existing workflows from another project. If you're already using a sip trunk provider, check what webhooks or APIs they exposeβit saved me a ton of time.