This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x60 { | |
meta { | |
name "Twilio Demo" | |
description << | |
Demo for our main twilio number | |
>> | |
author "Sam Curren" | |
logging off | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x72 { | |
meta { | |
name "NeoSale" | |
description << | |
Selling the Neo Freerunner | |
>> | |
author "Sam Curren" | |
logging on | |
key twitter { | |
"consumer_key" : "<redacted>", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rule phonedone is active { | |
select when twilio callstart | |
twilio:say("Bidding has ended with a final price of #{highbid} dollars. Thanks!"); | |
fired { | |
last; | |
} | |
} | |
rule smsdone is active { | |
select when twilio sms | |
twilio:sms("Bidding has ended with a final price of #{highbid} dollars. Thanks!"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x60 { | |
meta { | |
name "Twilio Demo" | |
description << | |
Demo for our main twilio number | |
>> | |
author "Sam Curren" | |
logging off | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<Response> | |
<Say>Please hold while we connect you.</Say> | |
<Sms to='+18015551212'>Twilio Number Fail!</Sms> | |
<Dial>8015551212</Dial> | |
</Response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta { | |
... | |
use module a8x114 alias kpublicevents with url = | |
"http://www.google.com/calendar/feeds/[email protected]/public/basic" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provides onnow, next |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x117 { | |
meta { | |
name "CallFromEmail" | |
description << | |
Place a call on inbound email | |
>> | |
author "Sam Curren" | |
logging on | |
key twilio { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x133 { | |
meta { | |
name "StackOverflow" | |
description << | |
>> | |
author "Sam" | |
logging on | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x115 { | |
meta { | |
name "Twilio Module" | |
description << | |
Utility methods for interacting with Twilio | |
>> | |
author "Sam Curren" | |
logging on | |
//keys for testing |
OlderNewer