Filtering of users to blast SMS messages to
Fidzzz - June 29, 2008 - 12:02
| Project: | SMS Framework |
| Version: | 5.x-1.x-dev |
| Component: | Blast |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm currently developing a band website that uses the Advanced User module to send bulk email gig details to a filtered list of users. The way i'm filtering the users list is by a custom user.profile field for the region that the user lives in. This way i can send gig details to the users that live in the area where the gig is. I'd like to be able to do the same filtering with the SMS Blast module so that i'm not sending SMS messages to all users. Obviously if i send SMS messages with gig details to users that dont live anywhere near the gig then it becomes spamming.
I've attached a screen capture of how Advanced User does the filtering that i'd like.
| Attachment | Size |
|---|---|
| AdvancedUserModule.jpg | 47.72 KB |

#1
Views2 could be used to generate lists of users (with a validated SMS number). These result sets could then be 'Blasted' to.
That would make the start of a very flexible SMS Campaign module.
#2
I've tryed to set a view for this (on D6), but view2 doesn't allow to select any mobile number, any idea?
#3
Hi,
You could try to do this with the help of
http://drupal.org/project/views_bulk_operations
There is an option to use custom code. If you put
print_r(&$object);
into the php field, you can see the phonenumber. I guess that should be enough info to send an SMS.
reinier
#4
Hi, I can't see SMS action to activate plus I don't know where to put this code "print_r(&$object);"
Any help is appreciated
thanks again
SMS Framework 6.x-1.x-dev (2009-Mar-11)
#5
anybody?
#6
http://drupal.org/project/smsbulk