İ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.
This plugin connects to the third-party iletiniz service, operated by İletiniz, to provide all of its messaging functionality. iletiniz is the SMS/messaging provider behind the plugin; without it the plugin cannot send messages or display account information. Two iletiniz endpoints are used:
1. iletiniz API – api.iletiniz.com
This is the service that actually sends your messages and returns your account/sender data. It is contacted in the following cases:
/v1/account) and your approved senders/connections (/v1/senders). No personal data is sent in these read requests.Every request includes your iletiniz API key as a Bearer token so the service can authenticate your account.
2. iletiniz web app / authorization server – iletiniz.com
This is used only to connect and disconnect your site (OAuth 2.0 with PKCE). It is contacted in the following cases:
/connect/token. Data sent: the authorization code, the PKCE code verifier, the client id (wordpress), and the redirect URL./connect/revoke to revoke the credentials on the iletiniz side. Data sent: the client id and the API key being revoked.Use of these services is subject to the iletiniz Terms of Use and Privacy Policy: