How can i make a site that will send a small sms to all people in my list.

I have a model list and I would like to send out sms only for example to people with blue eyes and blonde hairs

how can i set this up

can you just use tags? and then use the views to select these people, but how to then send them email or sms?

Any ideas?

Comments

mcpuddin’s picture

Status: Active » Closed (fixed)

Off the top of my head, you'll need to be a programmer to make this happen. I'd recommend doing the listing and sorting using views and then creating a custom "View Bulk Operation" to apply to all of them. You'd make a custom VBO that would trigger some of the code in sms_user / sms ( depending if these people are users or not )

empowerbop’s picture

Hi

I need a very similar functionality. I am very surprised that there is no out-of-box module out there that provides integration similar to "Send E-mail" with VBO (bulk operations).

Please let me know what is a summary of your research.

Unmesh

nmcclain’s picture

Since there is Rules integration for SMS, you can use VBO to trigger the "Send SMS" rule. I have done this in the past without needing any custom coding.

Holler with questions!