Update ERPNext SMS Twilio Settings

Linden Crandall 2025-01-21 23:11:22 +00:00
parent 8975ad314a
commit d8d1ae2cb1

@ -6,7 +6,6 @@ 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:
- 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.
@ -18,10 +17,10 @@ Now that youve gathered that information, lets use an example to make it c
Example using fake data:
Account SID: BB987287ih98209c895d88098eb
Auth Token: caGhxZ5avge9XfwHucZqBlPKp890ssaf3d
Phone Number: +11234567890
Gateway URL: https://api.twilio.com/2010-04-01/Accounts/BB987287ih98209c895d88098eb/Messages.json 6
- Account SID: BB987287ih98209c895d88098eb
- Auth Token: caGhxZ5avge9XfwHucZqBlPKp890ssaf3d
- Phone Number: +11234567890
- Gateway URL: https://api.twilio.com/2010-04-01/Accounts/BB987287ih98209c895d88098eb/Messages.json
Now that we have this information above, the next step is to generate the “Base64 Encoded” value, which is made up of your Account SID and the Auth Token in the following format: AccountSID:AuthToken.