Linux 软件免费装
Banner图

İletiniz SMS

开发者 iletiniz
更新时间 2026年6月25日 05:58
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce whatsapp sms sms-notifications bulk-sms

下载

1.4.0 1.5.0

详情介绍:

İletiniz SMS connects your WordPress site to iletiniz using the OAuth 2.0 Authorization Code flow (with PKCE) and turns your store into a complete SMS application. iletiniz is a hosted messaging service that sends SMS (and other channels, such as WhatsApp/Telegram, depending on your connected provider) through your own approved sender IDs and provider accounts. Features: Authorization scopes: messages:send, contacts:write, connections:read, account:read. This plugin requires a (free or paid) account at iletiniz. Sending messages consumes the quota of your iletiniz plan.

安装:

  1. Copy the plugin folder into /wp-content/plugins/ (or upload the plugin ZIP from the WordPress admin).
  2. Activate the plugin from the WordPress admin Plugins screen.
  3. Open iletiniz › Settings from the left-hand menu (there is no key or secret to enter).
  4. Click Connect to iletiniz, sign in to your iletiniz account and select a workspace.
  5. Once connected, your plan, quota and providers appear under iletiniz › Dashboard.

常见问题:

Do I need to enter an API key or password to connect?

No. The plugin uses OAuth 2.0 with PKCE (RFC 7636) — there is no client secret. You just click Connect to iletiniz, sign in to your iletiniz account and select a workspace.

Where is the API key stored?

In the wp_options table, encrypted with Libsodium or AES. The plaintext key is never written to the database.

Is WooCommerce required?

No. Without WooCommerce, the order automation and bulk sending menus are hidden; the connection and the developer API still work.

I can't send messages / I get a quota warning.

Check your quota on the Dashboard. If you have no active plan or your quota is used up, you need to get a plan from iletiniz (use the link shown on the Dashboard).

What happens if I disconnect?

The local API key is deleted and the key is revoked on the iletiniz server.

Developer API

You can send an SMS from your own code: // Single SMS (the channel is determined by the type of the selected iletiniz provider) $result = Iletiniz_Client::send_sms( '+905001234567', 'Hello!', array( 'sender' => 'MYSTORE', // optional approved sender ID 'provider' => 'netgsm', // optional connection code ) ); if ( is_wp_error( $result ) ) { // Handle the error }

更新日志:

1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0