Skip to content
Sumin Choi edited this page May 8, 2024 · 3 revisions

Main Link

https://www.twilio.com/en-us

What is Twilio?

Twilio is a third party API that sends SMS messages. Twilio makes it really easy to send SMS messages using various types of interfaces and their docs page is extremely well made if you happen to get stuck.

How to use Twilio

In order to use Twilio, you need three important things. 1. Twilio SID, 2. Twilio Auth_token, 3. Verified number. The first two you can get by making your own Twilio account, the third requires you to apply through Twilio. Don't worry, your mentor will walk you through this.

An example SID, Auth_token, and number is included in the .env file of the source code.

Clone this wiki locally