Active
Project:
SMS Sending Actions for Rules
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2011 at 14:26 UTC
Updated:
13 May 2015 at 10:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tebb commentedComment #2
achtonSubscribing.
Comment #3
jayhariani commentedsub.
Comment #4
simon georges commentedIsn't it a duplicate of #1304276: SMS framework Rules integration fixes for Rules 2.x?
Comment #5
rbosscher commentedJust my attempt to convert this module to drupal 7.
I have it working, except the send to user rule, i wasn't able to test it yet.
Comment #6
W.M. commented@rbosscher
Could you please give more details as how to send a SMS to multiple recipients using Views, VBO, Rules, SMS Framework, and a set of mobile numbers stored inside a node "phone number" field? All from the Views interface?
Thanks.
Comment #7
rbosscher commentedI haven't used this module for a while now.
But as I look in the code. I think you can do the following:
Create a new component with as type: rule
Give it a nice name such as 'send SMS' or something
set as paramenter type to node and give it a label and system name. eg: node
create new action and select add data type
Set value to List of text
Use the tokens to set the initial value of the list
eg: [node:sms-field] (or any field containing the sms number)
set the added variable label to SMS numbers
and the variable name to sms_numbers
click save
next create new action send Send SMS
Use the variable sms_numbers as List of numbers to send to.
You can fill in a standard text to send,
(you could also use a parameter (like the node, but then as text) and use that as text to send after views bulk operations execution)
Click save
Now you can add this created component as action in your views bulk operations.
so go to your view click the bulk operations field (if the base table is node) the component send SMS should be apearing as action.
Click save and you're able to do a bulk send by VBO
Hope this helps.
Comment #8
socialnicheguru commentedit would be great if it came with a default rule
Comment #9
rbosscher commentedAs I was investigating this issue a bit more.
The 7.x-1.x-dev module has this rule action all ready built in for Drupal 7.
So my converted module is not necessary anymore.
I would suggest to use the smsframework 7.x-1.x-dev module for SMS rules instead the one in the zip file.
Comment #10
W.M. commentedThanks very much rbosscher.
Comment #11
nithinkolekar commented@rbosscher
are you sure there is a built in action to send sms? I couldn't find it ..Update : Ok "send sms" action is available in rules but not it is not appearing in VBO.
Comment #12
rbosscher commentedYou can create a new rule component in rules. Add a parameter of the object you try to do a bulk operation on (ex node, or user) Then you can send a sms by vbo
Export of my rule