I want to send a SMS to my Twilio number and on receipt to forward it (POST/GET) to my URL.
I would not like to be checking Twilio for new messages each minute as they are really few (20 SMS a day at max) and sent at random intervals so pooling seems like a waste of resources, also I need to take action inmediatly on message received so I would have to have an interval of max 1min if doing it this way.
so if Twilio could "push" the SMS on receipt to some URL, it would be great.
How could I accomplish this with Twilio?
Thank you