You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-twilio-messaging/index.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Twilio Messaging Destination
3
3
id: 674f23ece330374dc1ecc874
4
-
hidden: true
4
+
hidden: false
5
5
hide-dossier: true
6
6
beta: true
7
7
---
@@ -24,8 +24,8 @@ This destination supports two ways to send messages:
24
24
25
25
Twilio Messaging works with Segment's data and audience tools to send timely, personalized messages without extra integration work.
26
26
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.
|**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.|
97
97
|**Sender Type**| Pick how you want to send the message. | Options: Phone number or Messaging Service. Phone numbers must be approved in Twilio. |
98
98
|**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. |
99
99
|**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"}. |
100
100
|**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 |
101
103
|**Messaging Service SID**| Enter the messaging service SID if you’re using a messaging service. | Required if Sender Type is Messaging Service. |
102
104
|**Content Template SID**| Choose which content template to use. | Required unless you’re using Inline. |
103
105
|**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
121
123
122
124
## Message setup options
123
125
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.
125
127
126
128
### Content template types
127
129
@@ -137,11 +139,14 @@ If you’re sending messages on WhatsApp, all messages must use approved Content
137
139
138
140
### Sender types
139
141
140
-
For the **Sender Type** field, you can choose either a phone numberor 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.
141
143
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.
143
149
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.
0 commit comments