Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route integration #145

Closed
2 tasks
manishapriya94 opened this issue Mar 23, 2022 · 4 comments
Closed
2 tasks

Route integration #145

manishapriya94 opened this issue Mar 23, 2022 · 4 comments
Assignees

Comments

@manishapriya94
Copy link
Contributor

manishapriya94 commented Mar 23, 2022

Image

This is one of the tasks of Configuring Twilio for SMS

TWILIO_SECRET_KEY needs to be configured in routes within

  • Uncomment and npm install twilio in api.js

Screen Shot 2022-03-23 at 8 42 52 AM

  • In twilio.js, uncomment and configure client side

Screen Shot 2022-03-23 at 8 36 35 AM

@davidchapuis
Copy link
Contributor

Hi folks, I had a look at the issue and could solve it on my branch.

@manishapriya94
Copy link
Contributor Author

In contributing.md, you can add:

Setting up Twilio API locally.

  1. Change the secret token to
  2. Set up account ID
    Go to the Twilio website (https://www.twilio.com/) and click on the "Sign Up" button in the top right corner.

Follow the prompts to create a new account. You will need to provide your email address, phone number, and a password.

Once you have created your account, you will be taken to the Twilio Console. Click on the "Create a Project" button to create a new project.

Follow the prompts to create a new project. You will need to provide a name for your project and select the type of project you want to create (e.g. SMS, Voice, etc.).

Once you have created your project, you will be taken to the project dashboard. Here you will find your Account SID, which is a unique identifier for your Twilio account.

You can use this Account SID to authenticate your requests to the Twilio API. You will also need to generate an API key and secret to use with the Twilio API. You can do this by going to the "API Keys" section of the Twilio Console and clicking on the "Create API Key" button.

Follow the prompts to create a new API key. You will need to provide a friendly name for your API key and select the permissions you want to grant to the key.

Once you have created your API key, you will be given an API key SID and secret. You can use these values to authenticate your requests to the Twilio API.

Note that you will need to keep your Account SID and API key secret, as they are used to authenticate your requests to the Twilio API.

@davidchapuis
Copy link
Contributor

Solved in #850

@cisdell
Copy link

cisdell commented Feb 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants