Frequently Asked Questions
Use a reputable SMS API provider like Twilio, Sinch, MessageBird, or Plivo. Ensure your messages comply with local regulations and best practices, such as obtaining consent and respecting quiet hours. Remember to format numbers correctly (+1340XXXXXXX).
Explicit consent is required for all marketing SMS in the US Virgin Islands, following US federal regulations like the TCPA. Maintain thorough records of consent and ensure your practices align with FCC and USVI Public Services Commission guidelines.
Standard API providers do not currently support two-way SMS in the US Virgin Islands. Design messaging campaigns around one-way communication flows and consider alternative channels for interactive communication.
Send messages between 8:00 AM and 9:00 PM Atlantic Standard Time (AST). Avoid sending during major holidays or outside these hours unless it's an urgent message related to account security or critical service updates.
Alphanumeric sender IDs are not supported in the US Virgin Islands. Use a registered long code or short code for sending SMS, ensuring sender ID preservation for registered numbers.
Due to lack of concatenated SMS support, messages are limited to a single SMS length: 160 characters for GSM-7 encoding and 70 characters for UCS-2 encoding. Stick to GSM-7 for basic Latin characters to maximize length.
You must support keywords like STOP, CANCEL, HELP, etc. in English, with Spanish recommended. Automated responses to these commands must be immediate and include service information, contact details, and opt-out instructions.
Restricted content includes gambling, adult material, illegal substances, cryptocurrency promotions, and political messaging without disclaimers. Avoid SHAFT (Sex, Hate, Alcohol, Firearms, Tobacco) content.
Key best practices include getting explicit consent, following time zone restrictions, using short codes for high-volume campaigns, personalizing messages thoughtfully, respecting frequency limits (max 2 per week), and monitoring delivery rates.
Initialize the Twilio client with your credentials, then use the client.messages.create method. Specify the recipient number in +1340XXXXXXX format, your registered Twilio number, and the message body.
Implement webhook endpoints for delivery status updates from your SMS API provider. Log all API responses, track error rates by code, and monitor delivery rates by carrier to ensure optimal performance.
Default rate limits are typically one message per second per number. Batch sending allows up to 100 recipients per request, and daily limits vary by provider. Use queuing and backoff strategies for high-volume sending.
SMS to landlines is not supported. Attempts will result in a delivery failure with a 400 response error (code 21614). You won't be charged for these failed messages, and they won't appear in logs.
The Mobile Country Codes (MCCs) for the US Virgin Islands are 310, 311, and 332. These codes identify the country/region of a mobile subscriber when sending international SMS messages.
Loading...
United States Virgin Islands (US) SMS Best Practices, Compliance, and Features
United States Virgin Islands (US) SMS Market Overview
Market Conditions: The US Virgin Islands telecommunications market is served by both local operators and major US carriers like AT&T, T-Mobile, and Verizon. SMS remains a primary communication channel, with high mobile penetration rates. The market follows US messaging standards and regulations, with a mix of Android and iOS devices. OTT messaging apps like WhatsApp and Facebook Messenger are popular but SMS maintains strong business usage due to its reliability and universal reach.
Key SMS Features and Capabilities in United States Virgin Islands
The US Virgin Islands supports standard SMS features aligned with US mainland capabilities, though with some limitations on advanced features like two-way messaging and concatenation.
Two-way SMS Support
Two-way SMS is not supported in the US Virgin Islands through standard API providers. Businesses should design their messaging strategies around one-way communication flows.
Concatenated Messages (Segmented SMS)
Support: Concatenated messaging is not supported in the US Virgin Islands.
Message length rules: Messages must fit within single SMS length limits:
Encoding considerations: Both GSM-7 and UCS-2 encodings are supported, with GSM-7 recommended for basic Latin characters to maximize message length.
MMS Support
MMS messages are automatically converted to SMS with an embedded URL link to the media content. This ensures delivery while maintaining the ability to share rich media content. Best practice is to use short URLs and include clear context in the message text.
Recipient Phone Number Compatibility
Number Portability
Number portability is not available in the US Virgin Islands. This simplifies message routing but means recipients must change numbers when switching carriers.
Sending SMS to Landlines
Sending SMS to landline numbers is not supported. Attempts to send messages to landline numbers will result in delivery failure with a 400 response error (code 21614). Messages will not appear in logs and accounts will not be charged.
Compliance and Regulatory Guidelines for SMS in United States Virgin Islands (US)
The US Virgin Islands follows US federal telecommunications regulations, including the Telephone Consumer Protection Act (TCPA) and FCC guidelines. The territory falls under FCC jurisdiction for telecommunications oversight, with additional oversight from the US Virgin Islands Public Services Commission.
Consent and Opt-In
Explicit consent is mandatory for all marketing and non-essential messages. Best practices for consent management include:
HELP/STOP and Other Commands
Do Not Call / Do Not Disturb Registries
The US Virgin Islands follows the US National Do Not Call Registry. Best practices include:
Time Zone Sensitivity
Phone Numbers Options and SMS Sender Types for in United States Virgin Islands (US)
Alphanumeric Sender ID
Operator network capability: Not supported
Registration requirements: N/A
Sender ID preservation: N/A
Long Codes
Domestic vs. International:
Sender ID preservation: Yes, for registered numbers
Provisioning time: 1-2 weeks for registration
Use cases:
Short Codes
Support: US short codes supported through major carriers
Provisioning time: 8-12 weeks
Use cases:
Restricted SMS Content, Industries, and Use Cases
Restricted Industries and Content:
Content Filtering
Carrier Filtering Rules:
Best Practices to Avoid Filtering:
Best Practices for Sending SMS in United States Virgin Islands (US)
Messaging Strategy
Sending Frequency and Timing
Localization
Opt-Out Management
Testing and Monitoring
SMS API integrations for United States Virgin Islands (US)
Twilio
Twilio provides robust SMS capabilities for the USVI through their REST API. Authentication uses account SID and auth token credentials.
Sinch
Sinch offers SMS services to USVI with REST API integration. Authentication uses API token and service plan ID.
MessageBird
MessageBird provides SMS API access to USVI with straightforward REST integration.
Plivo
Plivo offers SMS capabilities for USVI through their REST API platform.
API Rate Limits and Throughput
Strategies for Large-Scale Sending:
Error Handling and Reporting
Logging Best Practices:
Troubleshooting Tips:
Recap and Additional Resources
Key Takeaways
Compliance Priorities:
Technical Considerations:
Best Practices:
Next Steps
Additional Resources