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.

CommentFileSizeAuthor
AdvancedUserModule.jpg47.72 KBFidzzz

Comments

batje’s picture

Component: sms_blast.module » Blast

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.

Anonymous’s picture

I've tryed to set a view for this (on D6), but view2 doesn't allow to select any mobile number, any idea?

batje’s picture

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

Anonymous’s picture

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)

Anonymous’s picture

anybody?

gunzip’s picture

aspope’s picture

Status: Active » Closed (fixed)

This issue has gone stale (6 months). Closing...