Then set up a route in your app
The need to set up a webhook to handle the HTTP request sent by Twilio. First you need to configure the callback URL of the message in the Twilio console. to handle these requests ruby require sinatra require twilioruby post sms do response Twilio TwiML Messaging Response.new do. Messagebody Thank you for your message end…