Skip to content

Commit 99cffe2

Browse files
committed
some fine tuning
1 parent c59fcfd commit 99cffe2

File tree

1 file changed

+16
-0
lines changed
  • src/connections/destinations/catalog/actions-twilio-messaging

1 file changed

+16
-0
lines changed

src/connections/destinations/catalog/actions-twilio-messaging/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,19 @@ At a high level, you will:
3434
3. Configure message mappings to define what messages to send and when.
3535

3636
The following sections walk through each step in detail.
37+
38+
## Authentication and setup
39+
40+
Before adding the Twilio Messaging to Segment, create an API Key and Secret in your Twilio account.
41+
42+
To create your API Key and Secret:
43+
44+
1. Sign in to your [Twilio Console](https://console.twilio.com/){:target="_blank"}.
45+
2. From your Account Dashboard, copy and save your **Account SID**. You'll this in Segment later.
46+
3. In the **Account Info** tab, click **Go to API keys**.
47+
4. On the **API keys & tokens** page, click **Create API Key**.
48+
5. Enter a name for your API key, select the **Standard** key type, then click **Create**.
49+
6. On the **Copy secret key** page, copy the **SID** and **Secret** values. Store them securely. You'll enter both in Segment later.
50+
7. Click **Done** to finish creating the API Key.
51+
52+
You now have your **Account SID**, **API Key SID**, and **API Key Secret**, which are required to connect Twilio Messaging in Segment.

0 commit comments

Comments
 (0)