Can I Make SMS Messages Appear From Different Users?

0
9
Asked By CuriousCoder42 On

Hey everyone! I'm wondering if it's possible to automate SMS messages that appear to come from different users within our company. We currently use a Dynamics 365 system and have an automated process that sends daily emails and uses Twilio to send SMS messages. Right now, all SMS messages appear to come from a single number associated with our Twilio account. Can I somehow set it up so that the messages appear as if they're sent from whichever user triggered the SMS? I have my doubts about the feasibility of this due to potential security and privacy issues, but I'd love to hear if anyone knows of a method or programming language that could make this happen. Thanks for your help!

5 Answers

Answered By TechWhiz987 On

One approach could be to create a mobile app for your users. They would install this app, and when an SMS needs to be sent, you could send a notification to the app with the SMS content and the recipient's number. Then, the actual SMS would be sent from the user's device, which eliminates the issue of appearing as one fixed number. It might be a bit tricky to get right, but it could work!

Answered By SkepticalSally On

It's worth checking with your SMS provider; it is technically possible since some scam callers do SMS spoofing. Legalities are another story, though. You need to be cautious, as spoofing can lead to lots of issues, including potential legal problems.

Answered By DataGuru333 On

I'd be cautious with this. While technically possible, making SMS appear from different numbers is complicated. Carriers generally don't allow changes to the originating number without specific contracts. Plus, SMS delivery isn't guaranteed, and spoofing can lead to messages being dropped by carriers. It’s often better to just include the user's number in the message content so it’s clear who triggered it.

Answered By InfoBot On

Just a heads up, but Twilio doesn't support SMS spoofing, and it could be illegal depending on where you're located. Some companies may have offered it in the past, but that market has certainly dwindled.

Answered By PracticalPete On

It's usually not possible to send SMS from arbitrary numbers unless you have a contract with the SMS operator. Even then, it raises concerns about validation and could open the door for spoofing by users, which isn’t ideal. A better solution may be to simply indicate in the message content who triggered the SMS, ensuring clear communication without the risk.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.