From d8d1ae2cb11c957c39e2ecf4cd03c3d16ca2498e Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Tue, 21 Jan 2025 23:11:22 +0000 Subject: [PATCH] Update ERPNext SMS Twilio Settings --- ERPNext-SMS-Twilio-Settings.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ERPNext-SMS-Twilio-Settings.md b/ERPNext-SMS-Twilio-Settings.md index 1574fff..2483d27 100644 --- a/ERPNext-SMS-Twilio-Settings.md +++ b/ERPNext-SMS-Twilio-Settings.md @@ -6,7 +6,6 @@ Reference: # Step 1: Gather Information Before configuring something, it’s 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. @@ -18,10 +17,10 @@ Now that you’ve gathered that information, let’s 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.