I am looking to get the message body and the sending number of a text message every time someone texts my Twilio number. I'd like to have Twilio send either a GET or POST request (akin to a GitHub service hook) to my endpoint every time a new message is received.
I see the Request URL feature in the manage number section, but I don't see any message info being sent through that request when my number receives a text.
Is it possible to get the sender's number and the message body right now from a hook?