Guest jumper Report post Posted 04/28/2004 03:51 AM In my phone order system, after the customer punch a certain key to confirm the order, the 'quantity update' module will be runing. If fail I want to go to 'play sound module' tell customer to reorder again, at the same time run another module to send a e-mail or make a call and let phone system administrator know something goes wrong. Is this possible.thanks Share this post Link to post
SupportTeam Report post Posted 04/28/2004 04:01 AM ... just have the script run the two modules one after another - have your script go to the Send Email module and then go on to the Play module... The Send Email module queues the email to be sent and then continues down the "Success" path immediately. Share this post Link to post