ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Need to txt appt reminders from PC. What app/services have you used?

    IT Discussion
    sms calendar texting
    8
    41
    2.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      JasGot @1337
      last edited by

      @Pete-S said in Need to txt appt reminders from PC. What app/services have you used?:

      Seems ridiculous to have a person doing that manually each day.

      Better to have someone make a script or something. Even if the management software can't do it, there is a 97.4% chance that the management software is using a database. The script could pull the appoinments directly from the database and send them as SMS.

      Yep. We're trying to get access to the SQL data for queries, but it is a slow and difficult task.

      scottalanmillerS 1 2 Replies Last reply Reply Quote 0
      • J
        JasGot
        last edited by

        A little more research leads me to believe I should be able to find a small utility to do what I want through a VoIP provider like Skyetel or Twillio, or voip.ms, etc

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @JasGot
          last edited by

          @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

          @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

          I think we'd need to start from the system that they need to tie to. Using what can it initiate this? Like does it send an email? Providing an SMS service for this might be moot if the software can't talk to it.

          "So they are going to dedicate a person to sending txt appt reminders every day."
          Their software doesn't do it, or anything like it.

          That's going to be a problem. I'd start there. You need a way to generate the communications before a way to transfer it.

          J 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @JasGot
            last edited by

            @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

            @Pete-S said in Need to txt appt reminders from PC. What app/services have you used?:

            Seems ridiculous to have a person doing that manually each day.

            Better to have someone make a script or something. Even if the management software can't do it, there is a 97.4% chance that the management software is using a database. The script could pull the appoinments directly from the database and send them as SMS.

            Yep. We're trying to get access to the SQL data for queries, but it is a slow and difficult task.

            Is that on your db server, or is it locked up somewhere?

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @JasGot
              last edited by

              @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

              A little more research leads me to believe I should be able to find a small utility to do what I want through a VoIP provider like Skyetel or Twillio, or voip.ms, etc

              Those will make the outbound connections, sure. But that doesn't solve anything, we assumed you had that portion before. The pieces you need are...

              1. Something to generate the event.
              2. Something to send it out.
              1 Reply Last reply Reply Quote 0
              • 1
                1337 @JasGot
                last edited by 1337

                @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                @Pete-S said in Need to txt appt reminders from PC. What app/services have you used?:

                Seems ridiculous to have a person doing that manually each day.

                Better to have someone make a script or something. Even if the management software can't do it, there is a 97.4% chance that the management software is using a database. The script could pull the appoinments directly from the database and send them as SMS.

                Yep. We're trying to get access to the SQL data for queries, but it is a slow and difficult task.

                Probably not too difficult. Usually you can gain access to the database if you have root/administrator rights on the computer it is running on.

                What OS and SQL database are we talking about?

                J 1 Reply Last reply Reply Quote 0
                • J
                  JasGot @scottalanmiller
                  last edited by

                  @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                  @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                  @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                  I think we'd need to start from the system that they need to tie to. Using what can it initiate this? Like does it send an email? Providing an SMS service for this might be moot if the software can't talk to it.

                  "So they are going to dedicate a person to sending txt appt reminders every day."
                  Their software doesn't do it, or anything like it.

                  That's going to be a problem. I'd start there. You need a way to generate the communications before a way to transfer it.

                  Not for this approach. They are dedicating a person to do that part manually.

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • J
                    JasGot @1337
                    last edited by

                    @Pete-S said in Need to txt appt reminders from PC. What app/services have you used?:

                    @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                    @Pete-S said in Need to txt appt reminders from PC. What app/services have you used?:

                    Seems ridiculous to have a person doing that manually each day.

                    Better to have someone make a script or something. Even if the management software can't do it, there is a 97.4% chance that the management software is using a database. The script could pull the appoinments directly from the database and send them as SMS.

                    Yep. We're trying to get access to the SQL data for queries, but it is a slow and difficult task.

                    Probably not too difficult. Usually you can gain access to the database if you have root/administrator rights on the computer it is running on.

                    What OS and SQL database are we talking about?

                    I need a utility to get this happening before I start a development project.
                    Have you used one? and what are your thoughts on it?

                    1 Reply Last reply Reply Quote 0
                    • J
                      JasGot @JasGot
                      last edited by

                      @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                      What services/app have you used, and did you like it?

                      Let me explain better.

                      Today's task is to find a simple user interface to allow sms through a voip provider.
                      I prefer two way sms'ing, but it is not mandatory.

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @JasGot
                        last edited by

                        @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                        @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                        @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                        @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                        I think we'd need to start from the system that they need to tie to. Using what can it initiate this? Like does it send an email? Providing an SMS service for this might be moot if the software can't talk to it.

                        "So they are going to dedicate a person to sending txt appt reminders every day."
                        Their software doesn't do it, or anything like it.

                        That's going to be a problem. I'd start there. You need a way to generate the communications before a way to transfer it.

                        Not for this approach. They are dedicating a person to do that part manually.

                        But isn't the point to replace that person?

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @JasGot
                          last edited by

                          @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                          @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                          What services/app have you used, and did you like it?

                          Let me explain better.

                          Today's task is to find a simple user interface to allow sms through a voip provider.
                          I prefer two way sms'ing, but it is not mandatory.

                          Oh, that's SO easy. Just use Textable.

                          DashrenderD J 2 Replies Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @scottalanmiller
                            last edited by

                            @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                            @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                            @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                            What services/app have you used, and did you like it?

                            Let me explain better.

                            Today's task is to find a simple user interface to allow sms through a voip provider.
                            I prefer two way sms'ing, but it is not mandatory.

                            Oh, that's SO easy. Just use Textable.

                            why pay for a service when he can do it via email?

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @Dashrender
                              last edited by

                              @Dashrender said in Need to txt appt reminders from PC. What app/services have you used?:

                              @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                              @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                              @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                              What services/app have you used, and did you like it?

                              Let me explain better.

                              Today's task is to find a simple user interface to allow sms through a voip provider.
                              I prefer two way sms'ing, but it is not mandatory.

                              Oh, that's SO easy. Just use Textable.

                              why pay for a service when he can do it via email?

                              Assuming that you always can, and you can't. So if you are okay with "sometimes", then yes.

                              1 Reply Last reply Reply Quote 0
                              • J
                                JasGot @scottalanmiller
                                last edited by

                                @scottalanmiller Perfect! Except for those prices! Ugh! Might be our only option.

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @JasGot
                                  last edited by

                                  @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                                  @scottalanmiller Perfect! Except for those prices! Ugh! Might be our only option.

                                  Works really well, at least 🙂

                                  We pair it with Skyetel around here.

                                  J 1 Reply Last reply Reply Quote 0
                                  • DustinB3403D
                                    DustinB3403
                                    last edited by

                                    Is it really that expensive? Even at $199.99/month that doesn't sound unrealistic compared to the cost of having to pay someone to do this by hand.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @DustinB3403
                                      last edited by

                                      @DustinB3403 said in Need to txt appt reminders from PC. What app/services have you used?:

                                      Is it really that expensive? Even at $199.99/month that doesn't sound unrealistic compared to the cost of having to pay someone to do this by hand.

                                      Textable IS for someone doing it by hand!

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        JasGot @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                                        @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                                        @scottalanmiller Perfect! Except for those prices! Ugh! Might be our only option.

                                        Works really well, at least 🙂

                                        We pair it with Skyetel around here.

                                        Oh! Maybe I am looking at the wrong Textable, I didn't see where you can use your own sip provider.

                                        DashrenderD 1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @JasGot
                                          last edited by

                                          @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                                          @scottalanmiller said in Need to txt appt reminders from PC. What app/services have you used?:

                                          @JasGot said in Need to txt appt reminders from PC. What app/services have you used?:

                                          @scottalanmiller Perfect! Except for those prices! Ugh! Might be our only option.

                                          Works really well, at least 🙂

                                          We pair it with Skyetel around here.

                                          Oh! Maybe I am looking at the wrong Textable, I didn't see where you can use your own sip provider.

                                          Right - I'm confused what Scott means by pairing it with Skyetel? to what end? The prices on Textable all say include 1 number or more
                                          d8acae6b-3939-4f29-b4ac-ae329746062e-image.png

                                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                                          • J
                                            JasGot
                                            last edited by

                                            Well, this is depressing. You'd think they'd at least give me a list of non saturated area codes to choose from!
                                            0f6ff29d-8cd6-4ffe-a87f-b962afc99762-image.png

                                            J 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post