Update ERPNext SMS Twilio Settings

Linden Crandall 2025-01-21 23:26:00 +00:00
parent d8d1ae2cb1
commit 311f8fbe03

@ -5,10 +5,10 @@ Reference:
# Step 1: Gather Information
Before configuring something, its always a good idea to understand what information is needed and to gather it ahead of time. So lets start with a list of the pieces of information you need to gather first:
Before configuring something, its always a good idea to understand what information is needed and to gather it ahead of time. So let's start with a list of the pieces of information you need to gather first:
- Your Twilio Account SID. This can be found by logging into Twilio, choosing the Account you are going to use for your text messages and looking on the main account screen for “ACCOUNT SID”
- Your Auth Token: Right Below your Account SID you should see a field for your Auth Token
- Phone number you will be sending “From” in the correct format. For the US, that looks like the following: `+11234567890` Where the first two characters “+1” is the country code.
- Phone number you will be sending “From” in the correct format. For the US, that looks like the following:+11234567890 Where the first two characters “+1” is the country code.
- The Gateway URL: This is the API “Endpoint” that Twilio provides and can be found by going to “Messaging > Try it out > Send an SMS” in the right you will see a url that looks like the following…Copy this piece of information.
https://api.twilio.com/2010-04-01/Accounts/ACCOUNTSID/Messages.json