- twilio-response #!rest verbsprocedure
Wrap verbs in a STwiML response; see http://www.twilio.com/docs/api/twiml.
- verbs
- The verbs to wrap in a response
(define (twilio-response . verbs) `(Response ,@verbs))
Wrap verbs in a STwiML response; see http://www.twilio.com/docs/api/twiml.
(define (twilio-response . verbs) `(Response ,@verbs))