How to get blue SMS texts for your business?

I need to implement SMS into my business. I could use Twilio, but Twilio doesn't give me blue text messages and I would really like our business to be able to send blue text messages to other iPhone users instead of that nasty green color...

Is there an API that allows you to automatically send SMS from iMessage so I can send blue text messages to other iPhone users? Or is this not possible and the only way to get blue text messages is to send them manually through a business iPhone?

Replies

The bubble color indicates the channel you are using. The Messages app on Apple devices supports three different channels:

  1. SMS - Unencrypted carrier messaging, indicated by the green bubbles

  2. iMessage - Encrypted Apple user to Apple user communication, indicated by the blue bubbles

  3. Messages for Business - Encrypted Apple user to business communication, indicated by the gray bubbles (see https://register.apple.com/messages)

So SMS (green) and Messages for Business (gray) can be used for Apple users to communicate with businesses. iMessage (blue) is not intended for this purpose, and commercial messages would be considered spam.

You can get access to Messages for Business via one of the Apple Authorized Messaging Service Providers (MSPs). There's a list on Apple's page for that at the URL above. Just know that it's not really for texting. It's for more advanced interactive customer experiences, with rich objects customers can tap to make selections, instead of just typing. If you just want to send customers order updates, SMS is probably the way to go.

Hope this helps.