Mobildev
The Mobildev Connector integrates Netmera with the Mobildev SMS gateway service, a provider primarily focused on the Turkish market. It is configured as a high-priority SMS delivery channel within the Netmera platform, enabling reliable transmission of both marketing and transactional SMS messages.
Overview
Connector Name
Mobildev
Category
SMS Providers
Provider Location
Turkey (https://www.mobildev.com)
Primary Function
Outbound transmission of SMS messages
Netmera Component
SmsMobildevAdapterImpl class
Data Flow
Outbound (Netmera > Mobildev)
Priority Ranking
High (Rank 2, after Message Center)
Mobildev is utilized by the Netmera system for bulk SMS delivery and supports specific requirements related to Turkish compliance, notably the IYS (İleti Yönetim Sistemi) message type selection.

Use Cases and Benefits
High-Volume SMS Delivery: Used for executing mass SMS marketing campaigns created within the Netmera Control Panel.
IYS Message Type Support: Mobildev supports selecting the required IYS message type (specifically,
NOTIFICATIONorCAMPAIGN) for SMS messages. This crucial feature ensures that messages adhere to Turkish legal requirements regarding commercial electronic communications.Turkish Market Focus: Provides a localized and optimized service for sending SMS within Turkey.
High-Priority Channel: As the second-highest priority connector (after Message Center), Mobildev ensures high deliverability and serves as a reliable fallback should the highest-priority provider be inactive.
International SMS Capability: Mobildev also supports sending international SMS messages.
Data Flow
The data flow for Mobildev is exclusively Outbound, handled by the SMS Adapter layer.
Message Creation: An SMS message is prepared in Netmera, optionally selecting the IYS Message Type (
NOTIFICATIONorCAMPAIGN).Provider Selection: The
SmsSenderServiceImplchecks active SMS providers. If Message Center (the highest priority provider) is not active, Mobildev is checked next. If configured and active, Mobildev is selected.API Submission: The
SmsMobildevAdapterImplsends the message payload (includingrecipient phone numbers,content, and the Mobildev specific parameters likecompanyCode) to the Mobildev API.The Netmera code (
SmsMobildevAdapterImpl.java) explicitly supports sending the IYS message type selection.
Configuration Reference

Establishing the Mobildev connection requires several unique parameters provided by the vendor, including authentication details and sender settings.
companyCode
String
The unique code assigned to your company within the Mobildev system.
username
String
Your Mobildev account username for API authentication.
password
String
Your Mobildev account password for API authentication.
senderList
List
A list of your pre-approved Sender IDs (sender titles).
encoding
String
The character encoding used for the SMS content (e.g., UTF-8, GSM 7-bit).
Setup Instructions
The setup is completed via the Netmera Control Panel after coordinating account setup with Mobildev.
Step 1: Prerequisites
Contact Mobildev to set up an account and obtain your credentials.
Ensure your chosen Sender IDs have been applied for and approved within the Mobildev platform.
Note down your assigned Company Code, Username, Password, and approved Sender List.
Step 2: Configure in Netmera
Navigate to the Netmera Control Panel and go to the Connectors (or Integrations) section.
Select the Mobildev Connector.
Fill the configuration form:
Input the Company Code, Username, and Password.
Enter the list of approved Sender Titles (senderList).
Specify the Encoding (e.g., typically a default encoding if not otherwise specified by the vendor).
Click Save Configuration.
Step 3: Verification
Upon successful saving, Mobildev is automatically registered as a high-priority SMS channel.
Validation: Send a test SMS message from the Netmera panel. If the higher-priority Message Center connector is inactive, the message should route successfully through the Mobildev adapter.
Usage Notes & Considerations
Priority Sequencing: Mobildev is prioritized directly after Message Center. If you intend to use Mobildev exclusively, ensure the Message Center connector is either deliberately deactivated or unconfigured.
IYS Compliance Necessity: For messages targeting users in Turkey, the ability to specify the IYS Message Type (Notification or Campaign) is critical for legal compliance. Failure to correctly manage this type when sending campaign messages may result in compliance issues.
Credential Management: The integration relies on explicit username and password fields. Any rotation or change to these credentials on the Mobildev platform must be manually replicated in the Netmera configuration to prevent immediate delivery failure.
International Format:
While Mobildev supports international SMS, all phone numbers (msisdn) submitted via the Netmera API (e.g., via /3.0/registerUsers) or for transactional messages must adhere to the international format (+CountryCodeNumber) for successful routing.
Last updated
Was this helpful?