Skip to content

Commit a7eb08c

Browse files
[Twilio Messenger] - To Public Beta
1 parent c5b2220 commit a7eb08c

File tree

1 file changed

+13
-8
lines changed
  • src/connections/destinations/catalog/actions-twilio-messaging

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 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
---
@@ -24,8 +24,8 @@ 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

@@ -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. |
@@ -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,14 @@ 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+
146+
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.
147+
148+
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) to send messages in Twilio console.
143149

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.
145150

146151
### Using variables
147152

0 commit comments

Comments
 (0)