From 9044e32cd7daa88555f9c43a2d2c47aa1842fd09 Mon Sep 17 00:00:00 2001 From: Joe Ayoub Date: Mon, 9 Dec 2024 13:39:30 +0000 Subject: [PATCH 01/16] adding docs for twilio messaging --- .../catalog/actions-twilio-messaging/index.md | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/connections/destinations/catalog/actions-twilio-messaging/index.md diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md new file mode 100644 index 0000000000..646cda979b --- /dev/null +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -0,0 +1,63 @@ +--- +title: [Twilio Messaging] Destination +--- + +{% include content/plan-grid.md name="actions" %} + +[Twilio Messaging](https://www.twilio.com/en-us/messaging/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} allows businesses to send and receive SMS, MMS, WhatsApp and other messaging platform messages, enabling direct communication with customers. Use this Destination to send SMS, MMS, WhatsApp or Messenger messages via Twilio Messaging. + +This destination is maintained by Segment. For any issues with the destination [contact the Segment Support team](mailto:friends@segment.com). + +## Getting started + +### Create Twilio API Key and Secret + +1. Sign in to your [Twilio Console](https://console.twilio.com/). On the "Twilio Home" page save the **Account SID** value securely. You will need it in a later step. +2. While still on the "Twilio Home" page, click on **Go to API Keys**. +3. On the "API keys & tokens" page, click **Create API key** then follow the instructions to create the key. **Key Type** should be set to Standard. +4. On the "Copy secret key" page, save the **SID** and **Secret** values securely. You will need these in a later step. +5. Click the **Done** button to create the API Key. + +### Create the Twilio Messaging Destination + +1. From your Segment workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Twilio Messaging". +2. Select the Twilio Messaging tile and click **Add Destination**. +3. Select an existing Source to connect to Twilio Messaging. +4. On the Settings page, provide the **Twilio Account SID**, **Twilio API Key SID** and **Twilio API Key Secret** values. +5. Enable the Destination then click the **Save Changes** button. + +### Configure the Send message Mapping + +1. From the Twilio Messaging Destination's **Settings** page, click **Mapping** > **New Mapping**. +2. Select the **Send message** Action. +3. Provide Mapping Trigger and Field values to configure the Mapping. Then Save and Enable the Mapping. + +{% include components/actions-fields.html %} + +## Additional information + +### Supported messaging channels +Messages can be sent via SMS, MMS, WhatsApp and Facebook Messenger channels. + +### Supported Content Template types +The following Twilio Content Template types are supported: **Text**, **Media**, **Quick reply**, **Call to action**, **List picker**, **Card**, **WhatsApp card**, **WhatsApp Authentication** and **Catalog**. + +### Inline messages +Messages can also be sent without referencing a Twilio Content Template. In this case the message body, Media URLs, and variables can be defined directly in Mapping fields. Segment then constructs the final message body by combining the provided body and variables before sending it through Twilio. + +1. Select **Inline** from the 'Content Template Type' mapping field. +2. Provide the message body in the **Inline Template** field. Variables can be included using Handlebars notation. e.g. {{first_name}} +3. Provide Media URLs in the **Inline Media URLs** field. +4. Define variables using the **Inline Variables** field. Make sure to define variables for every variable included in the message body. + +### Can templates be defined or edited in Segment? +Segment does not have a Content Template Builder capability. Content Templates must be built in Twilio first, then referenced in Segment. Alternatively, the 'Inline message' option can be used (see above). + +### Sender details +Three types of Sender types are supported: +1. Phone Number - An E.164 formatted phone number. Check in the Twilio Console to ensure that the selected number supports the selected Channel type. +2. Messenger Sender ID - Supported only when the **Facebook Messenger** channel type is selected. +3. Twilio Messaging Service - Supported for all channels. + +### Variables +Variables can be used in both Content Templates and for inline messages and can be included in the message body as well as Media URLs. Variables referenced when using Content Templates must be pre-defined in Twilio. \ No newline at end of file From d62b18f4fdf2ee1a332bd6a98950ba12e07c2b24 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:28:16 +0000 Subject: [PATCH 02/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 646cda979b..94e1080ff8 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -57,7 +57,7 @@ Segment does not have a Content Template Builder capability. Content Templates m Three types of Sender types are supported: 1. Phone Number - An E.164 formatted phone number. Check in the Twilio Console to ensure that the selected number supports the selected Channel type. 2. Messenger Sender ID - Supported only when the **Facebook Messenger** channel type is selected. -3. Twilio Messaging Service - Supported for all channels. +3. Twilio Messaging Service - This is supported for all channels. ### Variables Variables can be used in both Content Templates and for inline messages and can be included in the message body as well as Media URLs. Variables referenced when using Content Templates must be pre-defined in Twilio. \ No newline at end of file From 9538fe7d876a0c406dab54ab59afe468251a3d6b Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:28:28 +0000 Subject: [PATCH 03/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 94e1080ff8..3dd8ce9dde 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -56,7 +56,7 @@ Segment does not have a Content Template Builder capability. Content Templates m ### Sender details Three types of Sender types are supported: 1. Phone Number - An E.164 formatted phone number. Check in the Twilio Console to ensure that the selected number supports the selected Channel type. -2. Messenger Sender ID - Supported only when the **Facebook Messenger** channel type is selected. +2. Messenger Sender ID - This is supported only when the **Facebook Messenger** channel type is selected. 3. Twilio Messaging Service - This is supported for all channels. ### Variables From d91990e4afe1d9bd606f3d541c9f1838e116a1ca Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:28:40 +0000 Subject: [PATCH 04/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 3dd8ce9dde..bf4ed16472 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -55,7 +55,7 @@ Segment does not have a Content Template Builder capability. Content Templates m ### Sender details Three types of Sender types are supported: -1. Phone Number - An E.164 formatted phone number. Check in the Twilio Console to ensure that the selected number supports the selected Channel type. +1. Phone Number - An E.164 formatted phone number. Check the Twilio Console to ensure that the selected number supports the selected Channel type. 2. Messenger Sender ID - This is supported only when the **Facebook Messenger** channel type is selected. 3. Twilio Messaging Service - This is supported for all channels. From af135b3f86ff4459fa5cd87c5b85a4bfd374c67b Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:29:03 +0000 Subject: [PATCH 05/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../catalog/actions-twilio-messaging/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index bf4ed16472..ed7ae702e3 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -45,10 +45,10 @@ The following Twilio Content Template types are supported: **Text**, **Media**, ### Inline messages Messages can also be sent without referencing a Twilio Content Template. In this case the message body, Media URLs, and variables can be defined directly in Mapping fields. Segment then constructs the final message body by combining the provided body and variables before sending it through Twilio. -1. Select **Inline** from the 'Content Template Type' mapping field. -2. Provide the message body in the **Inline Template** field. Variables can be included using Handlebars notation. e.g. {{first_name}} -3. Provide Media URLs in the **Inline Media URLs** field. -4. Define variables using the **Inline Variables** field. Make sure to define variables for every variable included in the message body. +1. Select **Inline** from the *Content Template Type* mapping field. +2. Provide the message body in **Inline Template**. You can include variables using Handlebars notation. For example, `{{first_name}}`. +3. Provide Media URLs in **Inline Media URLs**. +4. Define variables using the **Inline Variables**. Make sure to define variables for every variable included in the message body. ### Can templates be defined or edited in Segment? Segment does not have a Content Template Builder capability. Content Templates must be built in Twilio first, then referenced in Segment. Alternatively, the 'Inline message' option can be used (see above). From b3cb79c07c365fcbecbd42e98b93686a12d2d7c0 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:29:16 +0000 Subject: [PATCH 06/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index ed7ae702e3..1af694ac83 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -43,7 +43,7 @@ Messages can be sent via SMS, MMS, WhatsApp and Facebook Messenger channels. The following Twilio Content Template types are supported: **Text**, **Media**, **Quick reply**, **Call to action**, **List picker**, **Card**, **WhatsApp card**, **WhatsApp Authentication** and **Catalog**. ### Inline messages -Messages can also be sent without referencing a Twilio Content Template. In this case the message body, Media URLs, and variables can be defined directly in Mapping fields. Segment then constructs the final message body by combining the provided body and variables before sending it through Twilio. +You can send messages without referencing a Twilio Content Template. In this case the message body, Media URLs, and variables can be defined directly in Mapping fields. Segment then constructs the final message body by combining the provided body and variables before sending it through Twilio. 1. Select **Inline** from the *Content Template Type* mapping field. 2. Provide the message body in **Inline Template**. You can include variables using Handlebars notation. For example, `{{first_name}}`. From 9fe93914eb84a2abcd332b45a91c75a22ea7d659 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:29:32 +0000 Subject: [PATCH 07/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 1af694ac83..90111a41a1 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -40,7 +40,7 @@ This destination is maintained by Segment. For any issues with the destination [ Messages can be sent via SMS, MMS, WhatsApp and Facebook Messenger channels. ### Supported Content Template types -The following Twilio Content Template types are supported: **Text**, **Media**, **Quick reply**, **Call to action**, **List picker**, **Card**, **WhatsApp card**, **WhatsApp Authentication** and **Catalog**. +Segment supports these Twilio Content Template types: Text, Media, Quick reply, Call to action, List picker, Card, WhatsApp card, WhatsApp Authentication and Catalog. ### Inline messages You can send messages without referencing a Twilio Content Template. In this case the message body, Media URLs, and variables can be defined directly in Mapping fields. Segment then constructs the final message body by combining the provided body and variables before sending it through Twilio. From 1ef63e4915d9aa24beba3c7b2e7af18c85fa83f1 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:29:38 +0000 Subject: [PATCH 08/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 90111a41a1..e10e4eb126 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -28,9 +28,11 @@ This destination is maintained by Segment. For any issues with the destination [ ### Configure the Send message Mapping -1. From the Twilio Messaging Destination's **Settings** page, click **Mapping** > **New Mapping**. +To configure the Send message mapping: +1. From the Twilio Messaging Destination's **Settings** page, navigate to **Mapping > New Mapping**. 2. Select the **Send message** Action. -3. Provide Mapping Trigger and Field values to configure the Mapping. Then Save and Enable the Mapping. +3. Provide Mapping Trigger and Field values to configure the Mapping. +4. Save and enable the Mapping. {% include components/actions-fields.html %} From 0d1aa85ab862f36a6dc5151c0e297da72e7b05e6 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:29:49 +0000 Subject: [PATCH 09/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index e10e4eb126..b1cea42245 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -39,7 +39,7 @@ To configure the Send message mapping: ## Additional information ### Supported messaging channels -Messages can be sent via SMS, MMS, WhatsApp and Facebook Messenger channels. +You can send messages using SMS, MMS, WhatsApp and Facebook Messenger channels. ### Supported Content Template types Segment supports these Twilio Content Template types: Text, Media, Quick reply, Call to action, List picker, Card, WhatsApp card, WhatsApp Authentication and Catalog. From 90ba5f2a7ad04f65b2376ea6cecb7b6e1a5f8648 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:29:57 +0000 Subject: [PATCH 10/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index b1cea42245..029063806a 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -26,7 +26,7 @@ This destination is maintained by Segment. For any issues with the destination [ 4. On the Settings page, provide the **Twilio Account SID**, **Twilio API Key SID** and **Twilio API Key Secret** values. 5. Enable the Destination then click the **Save Changes** button. -### Configure the Send message Mapping +### Configure the Send message mapping To configure the Send message mapping: 1. From the Twilio Messaging Destination's **Settings** page, navigate to **Mapping > New Mapping**. From 5fb37989358e59cdca59228b2c516323dbbde774 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:30:06 +0000 Subject: [PATCH 11/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 029063806a..ac781b4c71 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -18,7 +18,7 @@ This destination is maintained by Segment. For any issues with the destination [ 4. On the "Copy secret key" page, save the **SID** and **Secret** values securely. You will need these in a later step. 5. Click the **Done** button to create the API Key. -### Create the Twilio Messaging Destination +### Create the Twilio Messaging destination 1. From your Segment workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Twilio Messaging". 2. Select the Twilio Messaging tile and click **Add Destination**. From f7af2a6889cff9b09204034d2872f676a98702e1 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:30:17 +0000 Subject: [PATCH 12/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-twilio-messaging/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index ac781b4c71..6844ab6d8a 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -20,11 +20,12 @@ This destination is maintained by Segment. For any issues with the destination [ ### Create the Twilio Messaging destination -1. From your Segment workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Twilio Messaging". -2. Select the Twilio Messaging tile and click **Add Destination**. +To create the Twilio Messaging destination: +1. From your Segment workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for *Twilio Messaging*. +2. Select the *Twilio Messaging* and click **Add Destination**. 3. Select an existing Source to connect to Twilio Messaging. 4. On the Settings page, provide the **Twilio Account SID**, **Twilio API Key SID** and **Twilio API Key Secret** values. -5. Enable the Destination then click the **Save Changes** button. +5. Enable the Destination then click **Save Changes**. ### Configure the Send message mapping From 6ae57c6af7b7f97c472b29c52dbd6e6f91f05040 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:30:22 +0000 Subject: [PATCH 13/16] Update src/connections/destinations/catalog/actions-twilio-messaging/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../catalog/actions-twilio-messaging/index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 6844ab6d8a..51dee3438d 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -12,11 +12,12 @@ This destination is maintained by Segment. For any issues with the destination [ ### Create Twilio API Key and Secret -1. Sign in to your [Twilio Console](https://console.twilio.com/). On the "Twilio Home" page save the **Account SID** value securely. You will need it in a later step. -2. While still on the "Twilio Home" page, click on **Go to API Keys**. -3. On the "API keys & tokens" page, click **Create API key** then follow the instructions to create the key. **Key Type** should be set to Standard. -4. On the "Copy secret key" page, save the **SID** and **Secret** values securely. You will need these in a later step. -5. Click the **Done** button to create the API Key. +To create the Twilio API Key and Secret Key: +1. Sign in to your [Twilio Console](https://console.twilio.com/). On the **Twilio Home** page save the **Account SID** value securely. You will need it in a later step. +2. Click **Go to API Keys** on the **Twilio Home** page. +3. On the **API keys & tokens** page, click **Create API key**, then follow the instructions to create the key. **Key Type** should be set to Standard. +4. On the **Copy secret key** page, save the **SID** and **Secret** values securely. You will need these in a later step. +5. Click **Done** to create the API Key. ### Create the Twilio Messaging destination From c506ba174569166c2c7049e320176a3e101d395f Mon Sep 17 00:00:00 2001 From: Thomas Gilbert <64277654+tcgilbert@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:20:10 -0500 Subject: [PATCH 14/16] add destination id and correct name --- .../destinations/catalog/actions-twilio-messaging/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 51dee3438d..18f938bebb 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -1,5 +1,6 @@ --- -title: [Twilio Messaging] Destination +title: Twilio Messaging Destination +id: 674f23ece330374dc1ecc874 --- {% include content/plan-grid.md name="actions" %} @@ -64,4 +65,4 @@ Three types of Sender types are supported: 3. Twilio Messaging Service - This is supported for all channels. ### Variables -Variables can be used in both Content Templates and for inline messages and can be included in the message body as well as Media URLs. Variables referenced when using Content Templates must be pre-defined in Twilio. \ No newline at end of file +Variables can be used in both Content Templates and for inline messages and can be included in the message body as well as Media URLs. Variables referenced when using Content Templates must be pre-defined in Twilio. From 59b1d5f8d8a786b04dd95a1ebbec1707f688da9b Mon Sep 17 00:00:00 2001 From: Joe Ayoub Date: Fri, 13 Dec 2024 16:57:30 +0000 Subject: [PATCH 15/16] setting hidden true --- .../destinations/catalog/actions-twilio-messaging/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index 18f938bebb..e99d826182 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -1,6 +1,7 @@ --- title: Twilio Messaging Destination id: 674f23ece330374dc1ecc874 +hidden: true --- {% include content/plan-grid.md name="actions" %} From 5e37a624a3df33f1c7816f948189f16681f846e5 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:13:16 -0500 Subject: [PATCH 16/16] whitespace [netlify-build] --- .../destinations/catalog/actions-twilio-messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-twilio-messaging/index.md b/src/connections/destinations/catalog/actions-twilio-messaging/index.md index e99d826182..2c1660f643 100644 --- a/src/connections/destinations/catalog/actions-twilio-messaging/index.md +++ b/src/connections/destinations/catalog/actions-twilio-messaging/index.md @@ -66,4 +66,4 @@ Three types of Sender types are supported: 3. Twilio Messaging Service - This is supported for all channels. ### Variables -Variables can be used in both Content Templates and for inline messages and can be included in the message body as well as Media URLs. Variables referenced when using Content Templates must be pre-defined in Twilio. +Variables can be used in both Content Templates and for inline messages and can be included in the message body as well as Media URLs. Variables referenced when using Content Templates must be pre-defined in Twilio.