Slovenia SMS Guide - sms-compliance -

Frequently Asked Questions

Use an SMS API like Twilio, Sinch, MessageBird, or Plivo. Ensure the recipient's number is in E.164 format (+386 followed by the number) and comply with GDPR for marketing messages. Slovenia supports alphanumeric sender IDs and long codes, but not short codes or two-way SMS.
Standard SMS messages in Slovenia are limited to 160 characters for GSM-7 encoding or 70 characters for UCS-2 encoding. Longer messages are automatically concatenated (segmented) to deliver the full content.
Two-way SMS is not supported in Slovenia through major SMS providers, meaning businesses cannot receive replies via standard SMS APIs. Alternative solutions may exist for specific use cases but are not generally available.
Recommended SMS sending hours in Slovenia are 8:00 AM to 8:00 PM CET on business days and 9:00 AM to 6:00 PM CET on weekends. Avoid sending during national holidays unless it's an emergency message.
No, sending SMS to landline numbers is not supported in Slovenia. Attempting to do so will result in a failed delivery and an error code (21614) from SMS APIs.
The Mobile Country Code (MCC) for Slovenia is 293. This code is used in international mobile roaming and SMS routing to identify the country's mobile network.
Explicit written or electronic consent is required before sending marketing SMS messages in Slovenia. This should include a clear statement of the messaging's purpose. Double opt-in is recommended best practice.
Slovenia follows EU GDPR regulations for SMS marketing. This includes obtaining explicit consent, providing clear opt-out instructions, honoring opt-out requests immediately, and maintaining detailed consent records.
STOP, ODJAVA (unsubscribe), and POMOC (help) commands must be supported in both Slovenian and English. Responses to STOP requests should be immediate, confirmed, and permanently honored.
Restricted SMS content in Slovenia includes gambling/betting services without proper licensing, adult content, unauthorized pharmaceutical promotions, and unregulated financial services.
Best practices include getting explicit consent, sending during business hours, localizing content, maintaining consistent sending patterns, and respecting opt-out requests. Messages should be clear, concise, and personalized when possible.
Alphanumeric sender IDs are fully supported in Slovenia without pre-registration. Sender IDs are preserved and displayed as sent, enabling consistent branding in SMS messages.
Use the Twilio Node.js library, initialize it with your Account SID and Auth Token. Ensure recipient numbers are in E.164 format (+386) and specify the 'from' parameter with your alphanumeric sender ID or long code.
Rate limits vary by provider, typically 1-10 messages/second. Implement exponential backoff and queuing systems for high-volume sending. Batch APIs are also recommended for bulk messaging.
Loading...