• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

SMS & Email on Trigger

Atika

New Member
We want to send sms & email to the concerned person when a value is put in a column C & D .
Please find attached file
 

Attachments

  • sms & Email.xlsx
    24.6 KB · Views: 7
How are you sending SMS?
To send SMS you'll need to go through gateway, and that's dependent on the carrier.

Typically speaking, you'd need some API that handles one-way/two-way messaging. As well, depending on country, there are many regulation surrounding sending of SMS via automated system.

There are ways to send SMS via email, but you'll need to find out the gateway for each carrier and what carrier the receiving end is on
https://chandoo.org/forum/threads/bulk-sms.26411/#post-157965

I would advise against going down this path, without getting advise from your company's legal team. Even then, I'd recommend using API service for sending SMS rather than in-house coding.

NOTE: Specific countries will have different regulation. North America, for instance, requires that messages must be sent from a provisioned, text-enabled number (i.e. must always be two-way), and that it has code to stop sending messages.
 
Last edited:
Back
Top