Automated SMS messages from RMS

Have a strange enough request from a customer. They are an apparel store and take orders for alterations etc. They would like RMS to automatically send an SMS message to the customers cell phone when the alteration is done. Does anyone know of an add-on that can do this?

Reply to
Gaz
Loading thread data ...

Add this stored procedure to their database, making mods as necessary. It uses the built-in CDOSYS to send mail.

formatting link
Then add an UPDATE trigger to the proper table (order?) to fire the SP upon record update and send out the message.

It's actually pretty easy.

Reply to
root

Thanks Root

That would work f> Add this stored procedure to their database, making mods as necessary. It

Reply to
Gaz

Every carrier can receive SMS messages via email. For example, for AT&T, you send an email to: ##########@txt.att.net

Google it for other carriers.

Reply to
Jason

Jason nailed it.

Reply to
root

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.