Skip to content

Commit 778d71a

Browse files
committed
fix liquid issue [netlify-build]
1 parent 98aea2b commit 778d71a

File tree

1 file changed

+3
-1
lines changed
  • src/connections/destinations/catalog/actions-twilio-messaging

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To configure the mapping:
100100
| **Messaging Service SID** | Enter the messaging service SID if you’re using a messaging service. | Required if Sender Type is Messaging Service. |
101101
| **Content Template SID** | Choose which content template to use. | Required unless you’re using Inline. |
102102
| **Content Variables** | Map variables used in your content template. | These variables need to be defined in Twilio first. |
103-
| **Inline Template** | Write your message body if you’re using Inline. | Supports variables (for example, `Hello {{first_name}}`). Shown only if Content Template Type is Inline. |
103+
| **Inline Template** | Write your message body if you’re using Inline. | Supports variables. Shown only if Content Template Type is Inline. |
104104
| **Inline Media URLs** | Add any media URLs for your inline message. | URLs must be publicly accessible. Shown only if Content Template Type is Inline. |
105105
| **Validity Period** | Set how long Twilio should keep trying to deliver the message (in seconds). | Optional. Default is 14400 seconds (4 hours). Can be between 1 and 14400. |
106106
| **Send At** | Schedule when Twilio should send the message. | Optional. Must be in [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601){:target="_blank"}. Messages won’t send before this time and will expire after it passes. |
@@ -114,6 +114,8 @@ The Twilio Messaging destination gives you two ways to create and send messages.
114114

115115
**Inline messages** let you write your message directly in Segment mappings. You can include dynamic variables like `Hello {{first_name}}` 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.
116116

117+
In Segment, map each variable to the event property it should pull from. For example, if your template says {% raw %}`Hello {{first_name}}`{% endraw %}, map `first_name` to the user’s first name property.
118+
117119
Choose the option that fits what you’re trying to send. For most customer-facing messages, Content Templates will give you the most reliable and feature-rich experience.
118120

119121
## Message setup options

0 commit comments

Comments
 (0)