Skip to content

Instantly share code, notes, and snippets.

@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 04:48
Twiliomatic: Create an app that says hello world
<Response>
<Say>
Hello world
</Say>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 04:50
Twiliomatic: Create an app that says hello world
<Response>
<Say>
Hello world
</Say>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 04:50
Twiliomatic: Create an app that says hello world
<Response>
<Say>
Hello World
</Say>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 05:01
Twiliomatic: Create an app that makes me smile
<Response>
<Dial>
gocrazy.biz/82406
</Dial>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 05:02
Twiliomatic: Create an app that tells a joke
<Response>
<Play>
http://example.com/joke.wav
</Play>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 05:03
Twiliomatic: Create an app that says a famous quote
<Response>
<Say language="en-US">
Remember, remember, the fifth of November
</Say>
</Response>
@Twiliomatic
Twiliomatic / incoming.MessagingResponse.twiml.xml
Created September 30, 2020 05:05
Twiliomatic: Write a messaging app that makes a difference
<Response>
<Message>
Go to https://vote.gov/ to register to vote.
</Message>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 05:18
Twiliomatic: Create an app that says a famous quote
<Response>
<Say>
Whether you think you can, or think you can't, you're right
</Say>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 17:11
Twiliomatic: Create an app that says a famous quote
<Response>
<Say>
Quis custodiet ipsos custodes
</Say>
</Response>
@Twiliomatic
Twiliomatic / incoming.VoiceResponse.twiml.xml
Created September 30, 2020 17:20
Twiliomatic: Build an app that plays pop music
<Response>
<Play>
http://demo.twilio.com/docs/classic.mp3
</Play>
</Response>