Messaging integration
İleti Merkezi
What it does
- Sends OTP, order, and shipping SMS through İleti Merkezi's JSON REST API.
- Serves as the first failover when Netgsm is unavailable, using the same message templates and consent rules.
- Manages multiple sender headers and queries their status through the API.
Provider based in Turkey
İleti Merkezi is the first failover SMS provider behind Netgsm in Kambloo's catalog. It connects through a JSON REST API, supports multiple sender headers, and is an IYS partner. The adapter is an Internal Module with no charge from Kambloo.
How it works with Kambloo
Every SMS provider in Kambloo implements the same SmsProvider interface, which specialises the platform's MessagingChannel contract for SMS: send, delivery status, header list, and credit balance. İleti Merkezi fills those methods with its own API calls. The core never addresses a provider by name; it hands a message to the dispatcher, and the dispatcher picks the provider from your configured order.
The role this module is designed for is failover. When Netgsm times out or returns an error on an OTP, the dispatcher's circuit breaker sends the same message through İleti Merkezi without a delay for manual intervention. OTP messages remain on the critical queue with the sub-10-second target. Shipping and order notifications follow the same path on the notifications queue. Because templates, variable substitution, and consent checks sit above the provider layer, a message sent through the backup is identical to one sent through the primary.
Headers are managed per provider. İleti Merkezi supports several headers on one account, and Kambloo queries their status through the API so you can assign an approved header to each message type. The shared KAMBLOO header remains available for OTP and shipping messages only; marketing SMS needs your own header.
Consent rules apply regardless of provider. The consent gate runs at the start of every send job, and marketing messages go only to recipients with a valid IYS record. As an IYS partner, İleti Merkezi can carry consent reporting in intermediary mode.
Segments and cost are logged per message, and the messages are billed to your own İleti Merkezi account.
Requirements
- An İleti Merkezi account with API credentials.
- An approved sender header for marketing messages.
- Netgsm or another provider installed if you want a failover chain.
Setup steps
The short version. The screens in your store admin follow the same order.
- Install the İleti Merkezi module from the Market. It is free.
- Enter your API credentials under Settings > Messaging > İleti Merkezi.
- Select the approved header for each message type.
- Set the provider order in the SMS failover list.
- Send a test message and confirm delivery status.
Questions about İleti Merkezi
Can İleti Merkezi be my primary SMS provider?
Yes. The failover order is a setting. Netgsm is the default first choice, but you can put İleti Merkezi first and keep Netgsm as backup, or run it alone.
Does failover change the message?
No. Templates, variables, and consent checks are provider-independent. Only the API call changes.
Is IYS supported?
İleti Merkezi is an IYS partner, so consent reporting can go through it in intermediary mode, the same way it can through Netgsm.