diff --git a/Home.md b/Home.md index 426dccb..1ceef1d 100644 --- a/Home.md +++ b/Home.md @@ -58,25 +58,25 @@ i.e. no fastHTTP for no functional reason Container/self-host/k8s cluster hosting considerations -Assignments: -Twilio Investigation - SMS Flow process correct, testing to confirm cost and/relevance to use case -maren: Twilio Studio may be redundant/unnecessary, can this be API? -bspar: would have fun putting Woman™ in Go bin (lol, but also serious) -maren: docs indicate basic requirements for compliance under SMS regulations - 10DLC (10 Digit Long Code - full length localized phone #, faster than 800 free number) -calls cost money - cancelled -how to tell Twilio to talk to endpoint without flow -ATP message service - link 3 (and sub) in Random Links -Licensing -(A)GPL(v3)?) -MIT -Apache? -NVPL - no because it generally leads to inflammatory/reactionary responses and the goal is to have this project be used as widely as possible -Further discussion warranted +## Assignments: +- [ ] Twilio Investigation - SMS Flow process correct, testing to confirm cost and/relevance to use case + - maren: Twilio Studio may be redundant/unnecessary, can this be API? + - bspar: would have fun putting Woman™ in Go bin (lol, but also serious) + - maren: docs indicate basic requirements for compliance under SMS regulations - 10DLC (10 Digit Long Code - full length localized phone #, faster than 800 free number) + - calls cost money - cancelled + - how to tell Twilio to talk to endpoint without flow +- [ ] ATP message service - link 3 (and sub) in Random Links +- [ ] Licensing - need to settle + - (A)GPL (v3) + - MIT + - Apache? + - NVPL - no because it generally leads to inflammatory/reactionary responses and the goal is to have this project be used as widely as possible + - Further discussion warranted -Random Links: -Store Opt-Out data on Twilio with Functions and Sync -Verify Fraud Guard | Twilio -Programmable Messaging | Twilio the docs for how to make twilio talk to our go service in the most basic/inexpensive way possible -Receive and Reply to Incoming Messages - Python | Twilio - example python send+reply application (in addition to Go example) -Receive and reply to inbound SMS messages with Go and Gin -Fetch message resources - fetch and send messages +## Random Links: +1. [Store Opt-Out data on Twilio with Functions and Sync](https://www.twilio.com/blog/store-opt-out-data-twilio-functions-sync) +2. [Verify Fraud Guard | Twilio](https://www.twilio.com/docs/verify/preventing-toll-fraud/sms-fraud-guard) +3. [Programmable Messaging](https://www.twilio.com/docs/messaging) | Twilio - the docs for how to make twilio talk to our go service in the most basic/inexpensive way possible + - [Receive and Reply to Incoming Messages - Python | Twilio](https://www.twilio.com/docs/messaging/tutorials/how-to-receive-and-reply/python) - example python send+reply application (in addition to Go example) + - [Receive and reply to inbound SMS messages with Go and Gin](https://www.twilio.com/docs/messaging/quickstart/go?code-sample=code-respond-to-an-incoming-text-message&code-language=Go&code-sdk-version=1.x) + - [Fetch message resources - fetch and send messages](https://www.twilio.com/docs/messaging/api/message-resource?code-sample=code-send-an-sms-message&code-language=Go&code-sdk-version=1.x)