sms compliance

Sent logo
Sent TeamMay 3, 2025 / sms compliance / Article

Finland SMS Best Practices, Compliance, and Features

Complete guide to SMS marketing in Finland including regulatory compliance, technical requirements, API integration, and best practices for sending SMS to Finnish mobile numbers.

Finland SMS Best Practices, Compliance, and Features

Finland SMS Marketing: Market Overview and Capabilities

Locale name:Finland
ISO code:FI
RegionEurope
Mobile country code (MCC)244
Dialing Code+358

Market Conditions: Finland has a highly developed mobile market with near-universal smartphone penetration. Three major mobile operators – DNA, Elisa, and Telia – dominate the market. While OTT messaging apps like WhatsApp are popular for personal communications, SMS remains crucial for business communications, particularly for authentication, alerts, and official notifications. The market shows a strong preference for Android devices (around 70%) over iOS (approximately 30%).


SMS Features and Capabilities in Finland

Finland offers comprehensive SMS capabilities including two-way messaging, concatenation support, and number portability, though MMS converts to SMS with URL links.

Two-way SMS Support

Finland fully supports two-way SMS communications with no specific restrictions. Use this capability for interactive messaging campaigns and customer service applications.

Concatenated Messages (Segmented SMS)

Support: All major Finnish operators support concatenation, though support may vary by sender ID type.

EncodingCharacters per segmentUse case
GSM-7 (Latin alphabet)160Standard messages
UCS-2 (special characters, non-Latin)70Messages with emojis or special characters

Cost implications: Each segment is billed separately. A 250-character message using GSM-7 encoding will split into 2 segments and cost twice the single message rate.

MMS Support

MMS messages automatically convert to SMS with an embedded URL link. This ensures compatibility across all devices while still allowing you to share rich media content through linked web pages. Use short URLs and include clear context in the SMS portion of your message.

Recipient Phone Number Compatibility

Number Portability

Number portability is available in Finland, allowing users to keep their phone numbers when switching operators. This feature is fully supported and does not affect message delivery or routing, as Finland maintains a well-established number portability system.

Sending SMS to Landlines

Sending SMS to landline numbers is not supported in Finland. Attempts to send messages to landline numbers will result in a failed delivery and a 400 response with error code 21614. These messages will not appear in logs, and accounts will not be charged for the attempt.

SMS Compliance and Regulatory Requirements in Finland

Finland follows strict data protection and telecommunications regulations governed by Traficom (Finnish Transport and Communications Agency) and adheres to GDPR requirements. SMS marketing and communications must comply with both Finnish national laws and EU regulations.

Explicit Consent Requirements:

  • Obtain written or electronic consent before sending marketing messages
  • Ensure consent is freely given, specific, and informed
  • Maintain records of consent that are easily accessible
  • Use existing customer relationships for soft opt-in for similar products/services

Best Practices for Consent:

PracticeImplementation
Double opt-inSend confirmation message requiring user action
Consent timestampsStore date, time, and method of opt-in
Source trackingRecord where each opt-in originated
Database maintenanceAudit and update consent records quarterly

HELP/STOP and Other Commands

Support both Finnish and Swedish keywords:

FunctionFinnishSwedishEnglish
Opt-outLOPETASLUTASTOP
HelpAPUAHJÄLPHELP
  • Make keywords case-insensitive
  • Send response messages in the same language as the command received
  • Send confirmation of opt-out immediately

Do Not Call / Do Not Disturb Registries

Finland does not maintain a centralized Do Not Call registry for SMS marketing. However, you must:

  • Maintain your own suppression lists
  • Honor opt-out requests within 24 hours
  • Implement proper screening mechanisms to filter opted-out numbers
  • Regularly update contact lists to remove unsubscribed users

Time Zone Sensitivity

Finland observes Eastern European Time (EET/EEST). While there are no strict legal time restrictions for SMS sending, follow these best practices:

Message typeRecommended sending window
Marketing8:00–20:00 local time, weekdays
PromotionalAvoid weekends and public holidays
Critical notificationsNo time restrictions
AuthenticationNo time restrictions

Phone Number Options and SMS Sender ID Types for Finland

Alphanumeric Sender ID

Operator network capability: Fully supported Registration requirements: Pre-registration not required for standard use, but register protected Sender IDs with Traficom Sender ID preservation: Yes, Sender IDs are preserved across all major networks

Long Codes

TypeSupportedSender ID preservedProvisioning timeBest for
DomesticYesYesImmediateTwo-way communication, customer service, transactional messages
InternationalNoNoN/ANot applicable

Short Codes

Support: Not currently supported in Finland Provisioning time: N/A Use cases: N/A

Restricted SMS Content and Prohibited Industries in Finland

Prohibited Content:

  • Gambling and lottery-related content (strictly prohibited)
  • Adult content
  • Cryptocurrency promotions without proper disclaimers
  • Misleading financial services offers

Regulated Industries:

IndustryRequirementsExample compliance message
Financial servicesInclude regulatory disclaimers"Investment involves risk. See full terms at [URL]. Regulated by [Authority]."
HealthcareComply with patient privacy laws"Appointment reminder: Dr. Smith, [Date/Time]. Reply STOP to opt out."
InsuranceProvide clear terms and conditions"Quote valid 30 days. Full policy terms at [URL]. Licensed in Finland."

Content Filtering

Carrier Filtering Rules:

  • Use URLs from approved domains only
  • Certain keywords may trigger blocking
  • Monitor high-volume sending patterns

Best Practices to Avoid Filtering:

  • Avoid URL shorteners when possible
  • Use consistent Sender IDs
  • Maintain steady sending volumes
  • Include clear opt-out instructions in every marketing message

Best Practices for Sending SMS in Finland

Messaging Strategy

  • Keep messages under 160 characters when possible
  • Include clear call-to-actions
  • Personalize messages using recipient's name or relevant details
  • Maintain consistent branding across messages
  • Test message variations to optimize engagement

Sending Frequency and Timing

Recommended frequency: 2–4 marketing messages per month per recipient

Avoid sending during:

  • Early morning (before 8:00)
  • Late evening (after 20:00)
  • Finnish holidays
  • Summer vacation period (July)

Technical best practices:

  • Space out bulk sends to prevent network congestion
  • Implement rate limiting
  • Monitor delivery patterns by time of day

Localization

Support both Finnish and Swedish (Finland's official languages):

  • Consider regional language preferences
  • Use local date and time formats (DD.MM.YYYY, 24-hour clock)
  • Adapt content for cultural relevance
  • Test messages with native speakers

Opt-Out Management

ActionImplementationTimeline
Process opt-outsReal-time database updateImmediate
Send confirmationAutomated acknowledgment messageWithin 1 minute
Apply to sendingUpdate suppression listWithin 1 hour
Full complianceRemove from all campaignsWithin 24 hours

Maintain a centralized opt-out database accessible to all systems and marketing tools. Conduct monthly audits of opt-out list compliance.

Testing and Monitoring

Essential tests:

  • Test messages across all major Finnish operators (DNA, Elisa, Telia)
  • Verify opt-out functionality weekly
  • Test character encoding for special characters
  • Validate URL rendering across devices

Key metrics to monitor:

  • Delivery rates by operator (target: >98%)
  • Response time for two-way messages
  • Engagement rates (click-through, response rates)
  • Opt-out rates (concern if >2% per campaign)
  • Carrier filtering incidents

SMS API Integration Guide for Finland

Twilio SMS API for Finland

Twilio provides a robust SMS API with comprehensive support for Finnish numbers and messaging requirements.

Key Integration Points:

  • Authenticate via Account SID and Auth Token
  • Format numbers in E.164 format (+358)
  • Use alphanumeric sender IDs
  • Receive delivery receipts via webhooks
typescript
import { Twilio } from 'twilio';

// Initialize Twilio client
const client = new Twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN);

async function sendSMSToFinland(to: string, message: string) {
  try {
    // Ensure number is in E.164 format for Finland
    const formattedNumber = to.startsWith('+358') ? to : `+358${to.replace(/^0/, '')}`;

    const response = await client.messages.create({
      body: message,
      to: formattedNumber,
      from: 'YourCompany', // Alphanumeric sender ID
      statusCallback: 'https://your-webhook.com/status' // Optional delivery tracking
    });

    console.log(`Message sent! SID: ${response.sid}`);
    return response;
  } catch (error) {
    console.error('Error sending message:', error);
    throw error;
  }
}

Sinch SMS API for Finland

Sinch offers direct operator connections in Finland with support for high-volume messaging.

Key Integration Points:

  • Authenticate with Bearer token
  • Send batch messages efficiently
  • Receive delivery reports via webhooks
typescript
import axios from 'axios';

class SinchSMSService {
  private readonly apiToken: string;
  private readonly serviceId: string;
  private readonly baseUrl: string;

  constructor(apiToken: string, serviceId: string) {
    this.apiToken = apiToken;
    this.serviceId = serviceId;
    this.baseUrl = 'https://sms.api.sinch.com/xms/v1';
  }

  async sendBatchSMS(recipients: string[], message: string) {
    try {
      const response = await axios.post(
        `${this.baseUrl}/${this.serviceId}/batches`,
        {
          from: 'YourBrand',
          to: recipients.map(num => num.startsWith('+358') ? num : `+358${num.replace(/^0/, '')}`),
          body: message,
          delivery_report: 'summary'
        },
        {
          headers: {
            'Authorization': `Bearer ${this.apiToken}`,
            'Content-Type': 'application/json'
          }
        }
      );

      return response.data;
    } catch (error) {
      console.error('Sinch SMS error:', error);
      throw error;
    }
  }
}

MessageBird SMS API for Finland

MessageBird provides reliable SMS delivery in Finland with advanced features for message handling.

typescript
import { MessageBird } from 'messagebird';

class MessageBirdService {
  private client: MessageBird;

  constructor(apiKey: string) {
    this.client = new MessageBird(apiKey);
  }

  async sendMessage(recipient: string, message: string) {
    return new Promise((resolve, reject) => {
      this.client.messages.create({
        originator: 'CompanyName',
        recipients: [recipient],
        body: message,
        datacoding: 'auto' // Automatic handling of special characters
      }, (err, response) => {
        if (err) {
          reject(err);
        } else {
          resolve(response);
        }
      });
    });
  }
}

Plivo SMS API for Finland

Plivo offers competitive rates for Finnish SMS with good delivery rates.

typescript
import plivo from 'plivo';

class PlivoSMSService {
  private client: plivo.Client;

  constructor(authId: string, authToken: string) {
    this.client = new plivo.Client(authId, authToken);
  }

  async sendSMS(to: string, message: string) {
    try {
      const response = await this.client.messages.create({
        src: 'COMPANY', // Your sender ID
        dst: to.startsWith('+358') ? to : `+358${to.replace(/^0/, '')}`,
        text: message,
        url: 'https://your-webhook.com/delivery-report' // Optional
      });

      return response;
    } catch (error) {
      console.error('Plivo error:', error);
      throw error;
    }
  }
}

API Rate Limits and Throughput

Default rate limits vary by provider (typically 1–10 messages per second). Handle high volumes effectively:

StrategyImplementation
Exponential backoffRetry with increasing delays: 1s, 2s, 4s, 8s
Batch APIsUse provider batch endpoints for >100 messages
Queue systemsImplement Redis-backed queue for campaigns
Rate limit monitoringTrack and log rate limit errors
typescript
import Queue from 'bull';

const smsQueue = new Queue('sms-queue', {
  redis: process.env.REDIS_URL
});

// Add rate limiting
smsQueue.process(10, async (job) => {
  // Process SMS sending logic here
});

Error Handling and Reporting

Implement comprehensive logging and monitoring to catch issues early:

typescript
enum SMSErrorCode {
  INVALID_NUMBER = 'invalid_number',
  NETWORK_ERROR = 'network_error',
  RATE_LIMIT = 'rate_limit',
  BLOCKED = 'blocked'
}

function handleSMSError(error: any) {
  logger.error({
    errorCode: error.code,
    message: error.message,
    timestamp: new Date().toISOString()
  });

  // Implement specific error handling logic
  switch(error.code) {
    case SMSErrorCode.RATE_LIMIT:
      return retryWithBackoff();
    case SMSErrorCode.INVALID_NUMBER:
      return cleanupInvalidNumber();
    // Handle other cases
  }
}

Common error codes:

CodeMeaningAction
21614Invalid number (landline)Remove from list
30007Carrier violationReview message content
30008Unknown destinationVerify number format
30034Message blockedCheck sender ID registration

Finland SMS Implementation Checklist and Resources

Key Takeaways

Implementation checklist:

  • Obtain and document explicit consent for all recipients
  • Format all numbers in E.164 format (+358)
  • Use GSM-7 encoding and keep messages under 160 characters
  • Implement STOP/LOPETA/SLUTA opt-out keywords
  • Send marketing messages only between 8:00–20:00 on weekdays
  • Maintain centralized opt-out database
  • Test across all major operators (DNA, Elisa, Telia)
  • Implement delivery tracking and error handling
  • Monitor delivery rates and engagement metrics
  • Review Traficom regulations quarterly

Next Steps

StepActionTimeline
1Review Traficom's SMS regulationsWeek 1
2Consult with Finnish legal experts for compliance verificationWeek 1–2
3Set up test accounts with preferred SMS providersWeek 2
4Implement consent management systemsWeek 3–4
5Build and test opt-out functionalityWeek 4
6Launch pilot campaignWeek 5–6

Additional Resources

Frequently Asked Questions

How to send SMS messages in Finland?

Use a reputable SMS API provider like Twilio, Sinch, MessageBird, or Plivo. Ensure your recipient numbers are in E.164 format (+358 followed by the number) and comply with Finnish regulations.

What is the preferred encoding for Finnish SMS?

GSM-7 encoding supports 160 characters per segment and is suitable for the Latin alphabet. UCS-2 encoding allows 70 characters and supports special/non-Latin characters.

Why does Finland convert MMS to SMS?

MMS is converted to SMS with a URL link to ensure compatibility across all devices while still allowing for rich media content sharing.

When should I send marketing SMS in Finland?

Best practice is to send between 8:00 and 20:00 local time, avoiding weekends and public holidays. Critical notifications are an exception.

Can I send SMS to landlines in Finland?

No, sending SMS to landlines in Finland is not supported and will result in failed delivery with a 400 response and error code 21614.

What are the STOP keywords for SMS in Finland?

You must support STOP/LOPETA/SLUTA (Finnish/Swedish). Keywords are case-insensitive and responses should be in the language of the received command.

How to get consent for SMS marketing in Finland?

Obtain explicit written or electronic consent before sending marketing messages. Consent must be freely given, specific, informed, and records must be maintained.

What is the role of Traficom in Finnish SMS?

Traficom (Finnish Transport and Communications Agency) governs data protection and telecommunications regulations, including SMS compliance.

How to handle number portability in Finland for SMS?

Number portability is fully supported in Finland and doesn't affect message delivery, as the system is well-established and maintained.

What SMS sender IDs are supported in Finland?

Alphanumeric sender IDs are fully supported and preserved across networks. Domestic long codes are also supported, while international long codes are not.

What content is restricted in Finnish SMS?

Gambling, adult content, cryptocurrency promotions without disclaimers, and misleading financial offers are prohibited.

What are the best practices for SMS messaging strategy in Finland?

Keep messages under 160 characters, include clear calls to action, personalize content, and maintain consistent branding.

How to avoid SMS content filtering in Finland?

Avoid URL shorteners when possible, use consistent sender IDs, maintain steady sending volumes, and include clear opt-out instructions.

What are the requirements for sending SMS to Finland via Twilio?

Use E.164 number formatting (+358), alphanumeric sender IDs are supported, and leverage delivery receipt webhooks for tracking.