From 7d29dddb2a67a988f2e3cf3ee68efe55f5cf1806 Mon Sep 17 00:00:00 2001 From: Mohasin Haque Date: Sat, 16 Oct 2021 19:25:49 +0530 Subject: [PATCH] Adding my favourite resources of twillio I am adding my favorite resource which i like most:- - I like the twillio API's mostaly the twillio API Configuration for SMS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c4ed2a..9274f97 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ for num in client.messages.list(to='YOUR-TWILIO-NUMBER'): - [Build SMS surveys in Twilio Studio](https://www.youtube.com/watch?v=iTZRooIdy6U) - [Build call forwarding apps with Twilio Studio](https://www.youtube.com/watch?v=atshc8I-AjA) - [How to post messages to Slack with Twilio Studio](https://www.youtube.com/watch?v=wMExZ3yq3Vk) +- [Twilio API Configuration for SMS](https://www.youtu.be/3bQpzN_q2z4) ## Some cool hacks we've seen from hackathons - [smtex from MHacks 11](https://devpost.com/software/smtex)