-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
Hi folks, I had a look at the issue and could solve it on my branch. |
In contributing.md, you can add: Setting up Twilio API locally.
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. |
Solved in #850 |
can I be unsub’ed from this?
… On Feb 21, 2024, at 12:55 PM, David Chapuis ***@***.***> wrote:
Solved in #850 <#850>
—
Reply to this email directly, view it on GitHub <#145 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACHZRQTILNXLMSVN3BTNS2LYUYYHRAVCNFSM5ROMPPQ2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJVG42TEMJWGQ3A>.
You are receiving this because you are subscribed to this thread.
|
This is one of the tasks of Configuring Twilio for SMS
TWILIO_SECRET_KEY needs to be configured in routes within
The text was updated successfully, but these errors were encountered: