I have a website where users can communicate with each other through a messaging system on the website, much like members of Facebook can send and receive messages from other users. Is it possible for the receiving of a message to be a trigger which could link to an SMS gateway like twilio to send the user a text that they have received a message.
I basically want this to happen: User receives message on website → a text is sent to their phone notifying them that they have received a message.