-
Notifications
You must be signed in to change notification settings - Fork 3
Twilio
Sumin Choi edited this page May 8, 2024
·
3 revisions
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.
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.