# Messaging features in Ireland (IE1)

SMS messaging is available in Twilio's [Ireland (IE1) Region](/docs/global-infrastructure/understanding-twilio-regions) for [EU Data Residency][eu-data-residency].
This page covers the available Messaging features in the IE1 region.

> \[!IMPORTANT]
>
> Data Residency for SMS in the EU is currently available as a Public Beta product and the information contained in this document is subject to change. This means that some features are not yet implemented and others may be changed before the product is declared as Generally Available. Public Beta products are not covered by the Twilio Support Terms or Twilio Service Level Agreement (SLA). Learn more about [beta product support](https://help.twilio.com/articles/115002413087-Twilio-Beta-product-support).

To get started with sending SMS in IE1, see the guide: [Use the Programmable Messaging API with Twilio Regions][messaging-in-ie1].

## API-only public beta

Access to SMS in IE1 is API-only. The Console does not support managing messaging resources in IE1, except for [creating IE1-specific API credentials][regional-credentials].

The following APIs support SMS in IE1:

* [Messages resource][messages-resource] to send and manage SMS messages.
* [Messaging Services resource][services-resource] to manage messaging services.
* [Incoming Phone Numbers resource][incoming-phone-number-resource] for inbound SMS webhook configurations.
* [Phone Number Regional Configuration API][phone-number-region-api] to configure phone numbers for IE1.

For unsupported features, see [Unsupported Messaging Features in IE1](#unsupported-messaging-features-in-ie1).

## Messaging channels

SMS messaging is supported in the IE1 region with [EU Data Residency][eu-data-residency].

MMS, WhatsApp, RCS and Facebook Messenger are not supported in the IE1 region.

## Supported senders

You can use the following sender types to send SMS in the IE1 region:

| Sender type             | Supported | Notes                                                                                             |
| ----------------------- | --------- | ------------------------------------------------------------------------------------------------- |
| Phone Numbers           | Yes       | Exception: Sending from or to +1 phone numbers is not supported in IE1.                           |
| Alphanumeric sender IDs | Yes       | Both pre-registered and dynamic alphanumeric sender IDs are supported in IE1.                     |
| Messaging Service       | Yes       | Add supported senders to a service sender pool and set the service SID as the `from` on messages. |
| Short Codes             | No        |                                                                                                   |

## Inbound SMS Features

You can process inbound SMS messages in the IE1 region using:

* [Incoming Phone Number][incoming-phone-number-resource] webhook configurations
* Messaging Services webhook configurations set through the [Services resource][services-resource]

Other inbound processing features, such as Studio and Functions, are not supported for messages received in IE1.

## Messaging Services

Messaging Services in the IE1 region support the following features:

* Managing Messaging Services through the [Services resource][services-resource].
* Sticky sender selection for SMS messages.
* Country Code Geomatch.
* Webhook configuration for inbound messages and status callbacks.

The following Messaging Services features are not supported in IE1:

* Area Code Geomatch. This is mainly relevant to +1 phone numbers, which are not currently supported in IE1.
* Engagement Suite Features:
  * Link Shortening and Tracking.
  * Message Scheduling.

## Message Redaction

Twilio Edition's [Message Redaction](/docs/messaging/guides/privacy-message-redaction) is supported in IE1. You can redact message bodies and end user phone numbers using:

* **Automatic redaction with message settings:** Navigate to Messaging > Settings > General Settings in the Console and enable Message Body Redaction and Phone Number Redaction.
* **Message API parameters:** Set the `contentRetention` parameter to `discard` and the `addressRetention` parameter to `obfuscate` when sending a message.

> \[!NOTE]
>
> Messaging redaction settings apply to messages in both US1 and IE1 regions.

The unredacted information is stored within the IE1 region in Twilio's production environments for up to 24 hours, and unredacted messages are stored with limited access for compliance purposes.
Message Redactions is a paid feature available as part of [Twilio Editions](https://www.twilio.com/en-us/editions).

## Unsupported messaging features in IE1

The following messaging features are not available in the IE1 region:

* Messaging to or from +1 phone numbers. +1 phone numbers cannot be configured for IE1.
* MMS messages or MMS Converter.
* Advanced Opt-Out Management.
* Advanced throughput: Phone Numbers and Alphanumeric Sender IDs in the IE1 region have a fixed throughput of 10 MPS.
* The following messaging add-on features are not supported in IE1: Engagement Suite (Message Scheduling and Link Tracking), SMS Pumping Protection and Compliance Toolkit.
* Integration with other Twilio products, such as Verify, Studio, Flex, and Conversations, is not supported in IE1.

For a complete list of products available in each region, see [Regional product and feature availability](/docs/global-infrastructure/regional-product-and-feature-availability).

[phone-number-region-api]: /docs/global-infrastructure/inbound-processing-api#v3-region-configuration-api

[services-resource]: /docs/messaging/api/service-resource

[messages-resource]: /docs/messaging/api/message-resource

[incoming-phone-number-resource]: /docs/messaging/api/phonenumber-resource

[eu-data-residency]: /docs/global-infrastructure/sms-eu-data-residency

[regional-credentials]: /docs/global-infrastructure/manage-regional-api-credentials

[messaging-in-ie1]: /docs/global-infrastructure/messaging-api-with-twilio-regions
