TwiML for messaging webhooks.
Example
alias Twilio.TwiML.MessagingResponse
MessagingResponse.new()
|> MessagingResponse.message("Thanks for your message!")
|> MessagingResponse.to_xml()
Summary
Functions
Create a Media element for use inside Message.
Send a message.
Redirect to another TwiML URL.
Types
@type t() :: Twilio.TwiML.t()
Functions
@spec media(String.t()) :: Twilio.TwiML.element()
Create a Media element for use inside Message.
Send a message.
@spec new() :: t()
Redirect to another TwiML URL.