Chapter 01
Getting started
Create an account, verify your phone, and send your first SMS.
What is SplitSMS?
SplitSMS is an enterprise-grade bulk and transactional SMS platform operated by Tecunit. Businesses use it for marketing campaigns, OTP verification, order notifications, and API-driven messaging across Ghana, Nigeria, and 190+ countries — with transparent pay-as-you-go pricing and no annual contracts.
| Capability | Description |
|---|---|
| Dashboard | Campaigns, contacts, sender IDs, wallet, reports, and support |
| REST API v1 | Send SMS, OTP, contacts, campaigns, webhooks, WordPress sync |
| WordPress plugin | WooCommerce, CF7, WPForms, Elementor Pro, Crocoblock / JetEngine (v1.7.2) |
| Routing | Infobip, Twilio, and mNotify with automatic failover |
| Billing | Prepaid wallet — Paystack, Flutterwave, MoMo, Stripe where enabled |
Who this documentation is for
Account owners and marketers should start with Getting started and Dashboard guide. Developers should read REST API and SDKs. WordPress site owners should read the WordPress plugin chapter.
Create your account
- Go to splitsms.com/signup and enter your name, email, and phone number.
- Verify your phone with the 6-digit OTP sent by SMS.
- Set a password and log in to the dashboard.
- Your wallet starts with 5 free SMS credits for testing.
Login options
You can log in with your email or phone number. Password login uses either identifier; OTP login accepts email or phone but always sends the code to your registered phone.
Keep your phone number verified
OTP login and security alerts are sent to your registered mobile number. Update it under Dashboard → Settings if you change phones.
Pricing & credits
SplitSMS bills per SMS segment based on destination country and encoding (GSM-7 vs Unicode). Ghana rates start around GHS 0.029 per segment. View live rates on the Pricing page or Dashboard → Pricing.
- Wallet holds funds in your account currency (typically GHS)
- SMS credits are purchased from wallet balance at country-specific rates
- Each send deducts credits before the message is queued
- New accounts receive 5 free SMS credits for testing delivery
Send your first message
- Open Dashboard → Send SMS.
- Enter one or more phone numbers (international format, e.g. 233201234567).
- Choose an approved Sender ID or request a new one under Sender IDs.
- Write your message — GSM-7 is 160 characters per segment; Unicode uses 70.
- Review the cost preview and click Send.
Delivery status appears in Dashboard → Message results and Transactions. Failed messages show the provider reason so you can fix balance, sender ID, or number format issues.
Next: connect WordPress
Install the official plugin from [Integrations → WordPress](/integrations/wordpress), create an API key under Developers → API Keys with sms.send permission, and paste it under SplitSMS → Settings in wp-admin. Your site appears under Dashboard → Integrations → WordPress.
Connect WordPress (overview)
- Download or install the plugin from the WordPress.org directory (search SplitSMS).
- In wp-admin, click **Create free account** if you signed up from the website already, skip to API key.
- Developers → API Keys — create key with **sms.send** and copy the full secret.
- SplitSMS → Settings — paste key, select Sender ID, Test connection → Save.
- SplitSMS → Forms or Integrations — enable the events you need.
- Monitor sends on splitsms.com Dashboard → Integrations → WordPress.
Full step-by-step instructions are in the WordPress plugin chapter of this documentation.