From 311f8fbe03ef142d79fe434c1013a44dc160e7e4 Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Tue, 21 Jan 2025 23:26:00 +0000 Subject: [PATCH] Update ERPNext SMS Twilio Settings --- ERPNext-SMS-Twilio-Settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ERPNext-SMS-Twilio-Settings.md b/ERPNext-SMS-Twilio-Settings.md index 2483d27..5ba5044 100644 --- a/ERPNext-SMS-Twilio-Settings.md +++ b/ERPNext-SMS-Twilio-Settings.md @@ -5,10 +5,10 @@ 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: +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. +- 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