Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

sending multiple sms

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    sending multiple sms

    I am working on a contact app for a small group and am trying to get the app to send sms messages to multiple phone numbers. Is there an easy way to do this without having to have a twilio account? If not, do all the recipient have to have twilio to reply to the messages?

    #2
    Re: sending multiple sms

    I am working on the same issue.

    I spoke with Twilio earlier and set up a trial account. They offer you to pick a phone number, which I was able to find a local one. I did some test texts on their website with this new number. If someone texts back to you it goes to a number of your choice.

    Let me know if you figure this out.

    Comment


      #3
      Re: sending multiple sms

      Will do. I can send single texts without using Twilio just by accessing the device native text manager but only to one number. I could manually add phone numbers once the text app opens up but I want to be able to pick numbers/names from a list and have the app send the same message to all of the recipients.

      Comment


        #4
        Re: sending multiple sms

        You may want to read this blog post from a twilio expert:
        https://www.twilio.com/blog/2017/12/...o-node-js.html

        It appears the API is meant for a single send, to send multiple you will need to use another aspect of the services they offer, and if you're planning on 10k or more at a time yet another service.
        NWCOPRO: Nuisance Wildlife Control Software My Application: http://www.nwcopro.com "Without forgetting, we would have no memory at all...now what was I saying?"

        Comment


          #5
          Re: sending multiple sms

          I use Twillio and it works great. I don't send 10,000 at a time, but I have sent 5000 plus throughout a day.

          I usually send the same message to multiple recipients (up to 800 at a time) but I do have some texts that go out singly.

          As suggested above, you should speak directly to a Twillio representative to make sure you get the plan and setup that works best for you.

          Another SMS vendor I have been looking at is cdyne.com

          I am working on using their robocalls system, but their SMS platform is comparable to Twillio in pricing and function.

          Comment


            #6
            Re: sending multiple sms

            Do you have code that you would be willing to share showing how you did this?

            Also, what level account did you set up with Twilio as we have similar needs to what you are doing?

            Comment


              #7
              Re: sending multiple sms

              The code I am using is here - previously posted. It uses a curl script I found elsewhere online. I have no idea how to program in curl. I just plugged in my information and it worked!


              https://www.alphasoftware.com/alphaf...hlight=twillio


              We do not accept replies to our texts - they are outgoing only. So I am not sure our account status would apply to you.

              It all comes down to how many and what type of local numbers you purchase. (And there are long and short numbers too.)

              Talk to your Twillio Rep about what you will need for your expected volume. We have 7 long numbers.

              Comment


                #8
                Re: sending multiple sms

                OK, so I have had some success with my app. Remember it's just for sending text messages through the built in SMS client.
                I created a list of numbers for all of the group members. I've included buttons to add members, edit, search, etc. I then added two buttons for CALL and SMS and programmed them using the built in action javascript: "Dial Telephone/Open SMS Client", these work for individual numbers.

                I then added a multi select token control which is referencing the list. Lastly I added a button for group text and again programmed it to fire with the built in action javascript "Dial Telephone/Open SMS Client". I set this to "Open SMS Client" and "Read from Controls on UX" The UX I selected was the "Group_Text" multi select token control. The javascript looks like this:

                var number = '+1'+{dialog.object}.getValue('Group_Text')+'';
                window.location = 'sms:' + number;

                This works for me.

                Comment


                  #9
                  Re: sending multiple sms

                  Hi Bob, did you get this all working? If not I have with a certain SMS company and they are pretty cheap to send texts with. Message me if you need help
                  Chad Brown

                  Comment


                    #10
                    Re: sending multiple sms

                    If you want to do this for free, without IOS popping up a msg box, you can do so programmatically with email. If it's a relatively small group then it works well. Use your email profile and send to: typecellnumhere@carrierextension. Carrier sms extensions can be found online. The email is then received just like a text msg. We use a couple gmail accounts for this purpose and it works well.

                    Of course you can just use any sms service as well and pay for it.

                    Comment


                      #11
                      Re: sending multiple sms

                      The caveat to what Sean said above is that it really needs to be a small group and you need to do it only sporadically. The sms carriers will block it if they feel you are abusing the system - but no one really knows what line they have in the sand.

                      I used to send text by email all of the time and it got to the point where I could not rely on it, that is why I went with the paid service. But I have another customer who sends them out very sporadically and only to one person at a time. Sending it via email/sms is working fine for them.

                      Comment


                        #12
                        Re: sending multiple sms

                        That is correct Larry for the most part. Carriers view this as "internet advertising" and can toggle it on and off at any time. In fact, many users may have it toggled off on their own mobile account without even realizing it. However, if you have a way for people to test it, and inform them of what to do, then remove themselves and not get the msgs, that should be fine. The carriers don't really block based on the volume because they get billions daily, but email providers do because they can get blacklisted and they want to minimize risk. In general, I agree with Larry.

                        I probably would not send from my own server where my app is located....use an email provider instead.

                        Comment

                        Working...
                        X