Israel SMS Guide - sms-compliance -

Frequently Asked Questions

Israel has strict SMS compliance rules governed by the Ministry of Communications and Privacy Protection Authority. Businesses must obtain explicit consent before sending marketing messages, respect messaging time restrictions (8:00-22:00 Sunday-Thursday), and maintain detailed opt-out records for at least 7 years, supporting "HASER" (Hebrew) and "STOP" (English) keywords.
Use the Twilio REST API with parameters like 'from' (your Twilio number or approved sender ID), 'to' (recipient number in E.164 format with +972), and 'body' (message content supporting Hebrew UTF-8). Remember to set the 'validityPeriod' if needed and handle potential errors.
MMS messages are converted to SMS messages containing a URL link to the media content. This approach ensures compatibility across devices while still allowing for rich media sharing. The conversion process is automatic.
The permitted messaging hours are 8:00 AM to 10:00 PM, Sunday to Thursday, Israel Standard Time (IST). Avoid sending messages during Shabbat (Friday afternoon through Saturday evening) and on religious holidays or national observances unless it's an emergency message.
No, sending SMS to landline numbers in Israel is not supported. Attempts to do so will result in failed delivery and a 400 error code 21614 if using the Twilio API, with no charges applied.
Alphanumeric sender IDs allow businesses to use their brand name, which improves recognition and trust. While pre-registration is required, it ensures sender ID preservation, unlike international long codes which might be modified by carriers.
You must process opt-out requests within 24 hours and maintain a centralized opt-out database. Immediately confirm opt-out requests with users and conduct regular audits of your opt-out lists.
Israel supports concatenated SMS. Each segment can contain up to 160 characters using GSM-7 encoding or 70 characters with UCS-2 encoding. UCS-2 is recommended for Hebrew and special symbols.
Utilize batch APIs from providers like Twilio, Sinch, and MessageBird for bulk sending. Implement exponential backoff and message queuing to manage throughput during peak hours and avoid exceeding rate limits.
Domestic pre-registration is required, taking approximately one week for approval. You'll need to provide business documentation and verify your brand name with the local operators.
Israel's number portability system uses real-time routing table updates and automatic carrier detection. This ensures reliable message delivery even when users switch carriers while keeping their original number.
Popular SMS API providers for Israel include Twilio, Sinch, and MessageBird. These providers offer robust features such as Hebrew character support, delivery reporting, and direct operator connections.
Prohibited content includes gambling, adult content, illegal drugs, undisclosed political messaging, and misleading financial offers. Regulated industries like finance and healthcare have specific content rules.
Implement comprehensive error handling by logging all API responses, using retry logic for failed messages (with exponential backoff), monitoring delivery receipts, and tracking carrier-specific errors.
Keep messages concise (under 160 characters), use a clear call-to-action, personalize thoughtfully, maintain a consistent sender ID, respect sending frequency limits (max 4 marketing messages per user per month), and localize content with proper Hebrew and right-to-left formatting.
Loading...