DEV Community

Cover image for ๐Ÿ“ž Integrating Twilio into your project: Part 1 - Creating your account
Nico Montiel
Nico Montiel

Posted on โ€ข Edited on

1

๐Ÿ“ž Integrating Twilio into your project: Part 1 - Creating your account

1. Creating a Twilio account

First things first: let's create an account at Twilio.
It's super quick:

  1. Go to the website.
  2. Sign up (you can use GitHub, Google, or just a regular email).
  3. Once you're in, verify your real phone number (this is mandatory to test stuff).

Important:
Twilio gives you free trial credits. ๐Ÿ™Œ You'll be able to send a few messages for free.

2. Getting your credentials

Inside your Twilio Console, grab your:

  • Account SID
  • Auth Token

๐Ÿ‘‰ Youโ€™ll find them right on your main dashboard.
Image of Twilio main dashboard

First part it's done, super easy!

Top comments (0)