Skip to content

Documentation

Andrew Benton edited this page Jul 30, 2011 · 16 revisions

Home | Documentation


The twilio-ruby library is divided into three parts:

  • REST

    Make phone calls, send text messages, and review account information. Communicate with any part of the Twilio REST API.

  • TwiML

    Construct TwiML responses when Twilio makes a request to your server.

  • Util

    Validate that requests to your Twilio webhooks are actually coming from Twilio and construct Twilio Client Capability Tokens.

Clone this wiki locally