# SMS limitation in different countries

EventX utilizes Twilio as its SMS gateway service to send bulk SMS messages to various countries. However, there are several country-specific regulations regarding SMS compliance that impose certain restrictions.

Some of the examples are:

| Country   | Limitation                                                                                                                                                                                                                                                                                             |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Taiwan    | URLs (especially shortened URLs) is strictly prohibited in Taiwan.                                                                                                                                                                                                                                     |
| Singapore | From 30 January 2023, all non-registered Sender IDs will be overwritten with Alphanumeric Sender ID ‘Likely-SCAM’. From 31 July 2023 all non-registered Sender IDs will be blocked.                                                                                                                    |
| UK        | SMS messages sent with non-compliant sender types to U.K. mobile operators BT and Sky will be blocked.                                                                                                                                                                                                 |
| Malaysia  | Effective July 2, 2023, any SMS message that contains unregistered URLs and phone numbers will be blocked. You must register all full-length URLs and phone numbers that will be used within the body of an SMS message to Malaysia by this date. Shortened URLs will not be allowed for registration. |

For specifics, see Twilio's official SMS guidelines.

<https://www.twilio.com/en-us/guidelines>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eventx-hq.gitbook.io/knowledge-base/outreach-channel/sms/sms-limitation-in-different-countries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
