Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 95f7a48

Browse files
committed
modified instructions for Twilio lab for new Twilio web console they released
1 parent d37cfc7 commit 95f7a48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Images/Twilio-Step2.png

-590 KB
Loading

Images/Twilio-Step9.png

12.6 KB
Loading

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ In this section, you’ll wire together Twilio with an existing API Gateway endp
118118

119119
1\. Sign up for a free trial Twilio account at https://www.twilio.com/try-twilio.
120120

121-
2\. Once you have created your account, login to the Twilio console and navigate to the **Get Started with Phone Numbers** page as shown below.
121+
2\. Once you have created your account, login to the Twilio console and navigate to the Home icon on the left navigation pane. On the Home screen/console dashboard, scroll down to the **Phone Numbers** section and click "Phone Numbers".
122122
![Manage Twilio Phone Number](/Images/Twilio-Step2.png)
123123

124-
3\. Select the red **Get your first Twilio phone number** button to assign a phone number to your account. We’re going to generate a 10-digit phone number in this lab, but a short-code would also work if preferred. This number should be enabled for voice and messaging by default.
124+
3\. On the Phone Numbers screen, click "Get Started" to assign a phone number to your account. Then click the red "Get your first Twilio phone number" button. We’re going to generate a 10-digit phone number in this lab, but a short-code would also work if preferred. This number should be enabled for voice and messaging by default. A popup will appear with your new phone number, click "Choose this number". **These are US phone numbers. You can provision an international phone number if doing this workshop outside the U.S. Twilio terms and conditions and pricing applies. Please see their website for those details.
125125

126-
4\. Once you’ve received a phone number, navigate to the **Manage Numbers** page and click on your phone number, which will take you to the properties page for that number.
126+
4\. Once you’ve received a phone number, click the **Manage Numbers** button on the left navigation pane. Click on your phone number, which will take you to the properties page for that number.
127127

128-
5\. Scroll to the bottom of the properties page, to the messaging section. In the **Configure With** section, select the **URL** radio button option.
128+
5\. Scroll to the bottom of the properties page, to the messaging section. In the **Configure With** dropdown, select the **Webhooks/TwiML** option.
129129

130130
6\. Now you’ll retrieve your **/twilio** API endpoint from API Gateway and provide it to Twilio to hook up to AWS. Open the AWS Management console in a new tab, and navigate to API Gateway, as illustrated below. Be sure to leave the Twilio tab open as you’ll need it again to finish setup.
131131
![API Gateway in Management Console](/Images/Twilio-Step6.png)
@@ -136,7 +136,7 @@ In this section, you’ll wire together Twilio with an existing API Gateway endp
136136
8\. With "Stages" selected, expand the "Zombie Workshop Stage" by clicking the blue arrow, and select the **POST** method for the **/zombie/twilio** resource. The twilio resource is the endpoint that CloudFormation created for SMS messages from your Twilio phone number. You should see an **Invoke URL** displayed for your **/zombie/twilio** resource, as shown below.
137137
![API Gateway Invoke URL](/Images/Twilio-Step8.png)
138138

139-
9\. Copy the Invoke URL and return to the Twilio website. On the Twilio page you left open, paste the Invoke URL you copied from API Gateway into the **Request URL** field. Ensure that the request type is set to **HTTP POST**. This is illustrated below.
139+
9\. Copy the Invoke URL and return to the Twilio website. On the Twilio page you left open, paste the Invoke URL you copied from API Gateway into the textbox next to label **A message comes in**. Ensure that the request type is set to **HTTP POST**. This is illustrated below.
140140
![Twilio Request URL](/Images/Twilio-Step9.png)
141141

142142
10\. Click **Save** to finalize the setup connecting Twilio to your /twilio URL.

0 commit comments

Comments
 (0)