Add/Delete to Group w/o using semicolons(;)

Home Forums iSMS Add/Delete to Group w/o using semicolons(;)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6182
    Tim Jones
    Participant

    Please suggest or direct to post indicating method to either Add or Delete from created Group by just texting Add or Del followed by the Group Name. Thank you advance.

    #6189
    Bryon Davis
    Moderator

    Hi Tim,
    The built in action triggers currently don’t allow you add a number to a group without semicolons. It would need to be done through a custom software using API commands to communicate with the iSMS.

    Through the Receive API, the software could receive the “Add groupname” sms message. That software could then issue a sendmsg command to add that sender to the group indicated.

    An example of a HTTP sendmesg to add a number to a group would be:
    http://192.168.2.1:81/sendmsg?user=user1&passwd=user1&cat=3&enc=0&text=ADDG;groupname;sendername;sendernumber

    You could also maintain groups in your software, which would give you more flexibility.

    Regards,
    Bryon

    #6199
    Tim Jones
    Participant

    Byron,
    Thank you VERY much. Would you please suggest a software and/or programmer who can execute this request?
    Tim

    #6202
    Bryon Davis
    Moderator

    Tim,
    Sorry, I haven’t tried any of the 3rd party software, so I can’t suggest one that would do what you want. We don’t have any suggestions for a programmer either.

    Bryon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.