Skip to content

Commit eb10881

Browse files
Merge pull request #7982 from segmentio/twilio-messaging-pub-beta
[Twilio Messenger] - To Public Beta
2 parents c5b2220 + a2d17cf commit eb10881

File tree

1 file changed

+23
-20
lines changed
  • src/connections/destinations/catalog/actions-twilio-messaging

1 file changed

+23
-20
lines changed

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

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Twilio Messaging Destination
33
id: 674f23ece330374dc1ecc874
4-
hidden: true
4+
hidden: false
55
hide-dossier: true
66
beta: true
77
---
@@ -12,10 +12,10 @@ The Twilio Messaging destination connects Segment to Twilio, letting you send me
1212

1313
With the Twilio Messaging destination, you can:
1414

15-
- Confirm orders or appointments
16-
- Send shipping updates or reminders
17-
- Deliver personalized marketing messages
18-
- Support onboarding and reactivation campaigns
15+
- Confirm orders or appointments.
16+
- Send shipping updates or reminders.
17+
- Deliver personalized marketing messages.
18+
- Support onboarding and reactivation campaigns.
1919

2020
This destination supports two ways to send messages:
2121

@@ -24,24 +24,24 @@ This destination supports two ways to send messages:
2424

2525
Twilio Messaging works with Segment's data and audience tools to send timely, personalized messages without extra integration work.
2626

27-
> info "Twilio Messaging Destination Private Beta"
28-
> The Twilio Messaging Destination is in Private Beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
27+
> info "Twilio Messaging destination public beta"
28+
> The Twilio Messaging destination is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
2929
3030
## Getting started
3131

32-
To start sending messages through Twilio Messaging, you'll set up your Twilio account credentials and connect the destination in Segment.
32+
To start sending messages through Twilio Messaging, set up your Twilio account credentials and connect the destination in Segment.
3333

34-
You'll set up the Twilio Messaging destination in three stages:
34+
There are three stages to setting up the Twilio Messaging destination:
3535

3636
1. [Create a Twilio API Key and Secret](#authentication-and-setup).
3737
2. [Add the Twilio Messaging destination in Segment](#add-the-twilio-messaging-destination).
3838
3. [Configure message mappings](#configuring-message-mappings) to define what messages to send and when.
3939

4040
The following sections walk through each step in detail.
4141

42-
## Authentication and setup
42+
## 1. Authentication and setup
4343

44-
Before you add the Twilio Messaging destination to Segment, you'll first need to create an API Key and Secret in your Twilio account.
44+
Before you add the Twilio Messaging destination to Segment, you first need to create an API Key and Secret in your Twilio account.
4545

4646
To create your API Key and Secret:
4747

@@ -55,7 +55,7 @@ To create your API Key and Secret:
5555

5656
You now have your Account SID, API Key SID, and API Key Secret, which are required to connect Twilio Messaging in Segment.
5757

58-
## Add the Twilio Messaging destination
58+
## 2. Add the Twilio Messaging destination
5959

6060
After setting up your Twilio credentials, add the Twilio Messaging destination to your Segment workspace.
6161

@@ -73,7 +73,7 @@ The destination is now connected and ready to configure message mappings.
7373
Users can only access the destination through the specific URL. I'll update these instructions once
7474
it's publicly available and searchable in the workspace catalog. -->
7575

76-
## Configuring message mappings
76+
## 3. Configuring message mappings
7777

7878
The Twilio Messaging destination supports one mapping action: **Send message**. Use this mapping to define when messages get sent and what content they include.
7979

@@ -93,11 +93,13 @@ To configure the mapping:
9393

9494
| Field | Description | Notes |
9595
| ------------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
96-
| **Channel** | Choose which channel to send the message on. | Options: SMS, MMS, WhatsApp, and RCS. If selecting RCS, ensure that RCS is enabled in your Twilio account. |
96+
| **Channel** | Choose which channel to send the message on. | Options: SMS, MMS, WhatsApp, RCS, and Facebook Messenger. If selecting RCS, ensure that RCS is enabled in your Twilio account. Facebook Messenger is a Beta feature. |
9797
| **Sender Type** | Pick how you want to send the message. | Options: Phone number or Messaging Service. Phone numbers must be approved in Twilio. |
9898
| **Content Template Type** | Select the type of content template. | Options include Inline or templates you’ve built in Twilio. Segment only shows templates that match your selected Channel and Template Type. |
9999
| **To Phone Number** | Enter the recipient’s phone number. | Must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164){:target="_blank"}. |
100100
| **From Phone Number** | Choose the phone number to send from. | Must be approved in Twilio and support the channel you’re using. |
101+
| **To Messenger User ID** | Enter the Facebook Messenger User ID to sent to. | Required if Sender Type is Facebook Messenger |
102+
| **From Facebook Page ID** | Enger your Facebook Page ID. Messages will be sent from this Page. | Required if Sender Type is Facebook Messenger |
101103
| **Messaging Service SID** | Enter the messaging service SID if you’re using a messaging service. | Required if Sender Type is Messaging Service. |
102104
| **Content Template SID** | Choose which content template to use. | Required unless you’re using Inline. |
103105
| **Content Variables** | Map variables used in your content template. | These variables need to be defined in Twilio first. |
@@ -111,7 +113,7 @@ To configure the mapping:
111113

112114
The Twilio Messaging destination gives you two ways to create and send messages.
113115

114-
**Content templates** are [templates you’ve already set up in Twilio](https://www.twilio.com/docs/content/create-templates-with-the-content-template-builder){:target="_blank”}. They can include text, media, buttons, and other elements, depending on what you’ve built. When you choose a Channel and Content Template Type in Segment, you’ll only see templates that are compatible with those choices. If you’re sending messages to WhatsApp, you’ll need to use Content Templates, since WhatsApp requires pre-approved templates. For most use cases, templates are the way to go because they support richer formatting and keep you compliant.
116+
**Content templates** are [templates you’ve already set up in Twilio](https://www.twilio.com/docs/content/create-templates-with-the-content-template-builder){:target="_blank”}. They can include text, media, buttons, and other elements, depending on what you’ve built. When you choose a Channel and Content Template Type in Segment, you’ll only see templates that are compatible with those choices. If you’re sending messages to WhatsApp, you need to use Content Templates, since WhatsApp requires pre-approved templates. For most use cases, templates are the way to go because they support richer formatting and keep you compliant.
115117

116118
**Inline messages** let you write your message directly in Segment mappings. You can include [dynamic variables](#using-variables) to personalize messages. Inline messages also support adding media URLs if you’re sending MMS or WhatsApp messages. They’re useful for quick tests or simple notifications, but they don’t support all the advanced features that Content Templates do.
117119

@@ -121,7 +123,7 @@ Choose the option that fits what you’re trying to send. For most customer-faci
121123

122124
## Message setup options
123125

124-
When you’re configuring your message mapping, there are a few key settings to choose from.
126+
There are a key settings to choose from when configuring message mappings.
125127

126128
### Content template types
127129

@@ -137,11 +139,12 @@ If you’re sending messages on WhatsApp, all messages must use approved Content
137139

138140
### Sender types
139141

140-
For the **Sender Type** field, you can choose either a phone number or a messaging service.
142+
The **Sender Type** field is used to specify if the message should be sent from a **phone number**, **messaging service** or **Facebook Page ID**. Available Sender Types depend on the selected Channel.
141143

142-
If you select **phone number**, Twilio sends the message from a specific number you own. The number must be approved in your Twilio account and support the channel you’re using.
144+
- For **phone number**, Twilio sends the message from a specific number you own. The number must be approved in your Twilio account and support the channel you’re using.
145+
- For **messaging service**, Twilio uses a Messaging Service SID to send the message. Messaging Services group multiple senders under one ID, and Twilio decides which sender to use based on your setup. This option is helpful if you’re sending high volumes or managing multiple numbers.
146+
- For **Facebook Page ID**, Twilio uses the Facebook Page ID to send the message. The [Facebook Page must first be authorized](https://www.twilio.com/docs/messaging/channels/facebook-messenger){:target="_blank"} to send messages in Twilio console.
143147

144-
If you select **messaging service**, Twilio uses a Messaging Service SID to send the message. Messaging Services group multiple senders under one ID, and Twilio decides which sender to use based on your setup. This option is helpful if you’re sending high volumes or managing multiple numbers.
145148

146149
### Using variables
147150

@@ -165,7 +168,7 @@ Twilio Messaging also supports a few optional settings you can use in your mappi
165168

166169
### Validity period
167170

168-
The **Validity Period** controls how long Twilio keeps trying to deliver your message. It’s set in seconds, with a minimum of 1 and a maximum of 14400 (4 hours). If the message isn’t delivered within this time, it won’t be sent. The default is 14400 seconds.
171+
The **Validity Period** controls how long Twilio keeps trying to deliver your message. It’s set in seconds, with a minimum of 1 and a maximum of 14400 seconds (4 hours). If the message isn’t delivered within this time, it won’t be sent. The default is 14400 seconds.
169172

170173
### Send At
171174

0 commit comments

Comments
 (0)