The task log ordering issue is related to DataWidget’s incomplete feature…

And, is it possible to store the response from the channel?

Possible but I don’t see the point in storing the success response when it already stores the success message and error exception.

    So, if there was success from Twilio, why do I not see the message having been received and tried on Twilio’s website? They have a usage log that should include a record of successful SMS Sent via API. The test message is recorded in the automation log AND in the Twilio usage log. But the real status changes only record in the automation log. Why don’t they show in Twilio?

    Are you understanding clearly that the test message works (meaning there is a success entry in the Automation log AND a record in the Twilio usage log), but the real status changes only show a Success record in the Automation log, never have shown in the Twilio logs.

      roydeanjr Yup I wasn’t reading properly lol.. I’ll have another look and get back to you!

        Definitely possible! Did not realize that was required. So, is there a table with all the messages that are in queue and when I set it up I will get all of them?

          roydeanjr Depends, if you had the queue driver set to database then you should see your queued jobs under the ti_jobs or ti_failed_jobs table.

            I understand. I have modified queue.php to database and set the cron jobs suggested in the docs. I will report what happens when an orders’ status changes.

            Thanks so much for your insight and willingness to provide this software and for graciously accepting input!

              Why not developing a Whatsapp interface, is much cheaper per message.

                6 days later

                ryanmitchell ahhhh, I was hoping I had misunderstood !!!! Dear Sam as you know this is a very important extension: don’t make us wait too long !!!
                Thanks, Rob

                  6 days later

                  @sampoyigi I just got an SMS notification from placing a new order! Seems that part is now working! Great fix and very timely for the new year!

                  And, no cron jobs are set up on the test system.

                  And, status changes with the Kitchen Display DID send and SMS notification! All is good for complete rollout! Thank you!

                  Sweet stuff, I had a similar issue the other day but it was caused by the latest changes to the OrderCreated activity type blocking the automation event from firing, wasn’t sure if it was related to your issue. But glad you got it working now. 👍

                    All I did was the latest updates you pushed out. That is all I have been waiting for to roll out this site into full production mode. It does get difficult in my use case to actually keep up with taking orders AND processing those orders in a timely fashion. Having the customers order themselves would save so much time and probably make their experience much better as well. Time will tell!

                      9 days later

                      I’m really surprised at the pricing of the SMS vendors. 50-75 cents per? Plivo is the best of the ones currently setup, but their appear to be a few free ones out there. https://www.textlocal.com/integrations/api/ is one i’m exploring as it’s allegedly free.

                        8 days later

                        have tried with twilio which is all good, however how do i set the senderid not as a number but from a senderid as a name? ive been hunting in the code to find sending method as think missing this option any ideas while im looking?