What is a Sender ID?
Sender IDs come in two forms:| Type | Format | Example |
|---|---|---|
| Alphanumeric | Up to 11 characters — letters and digits only | MYBRAND, ZEXA, SHOPAO |
| Numeric | Full phone number in E.164 format | +244912000000 |
Register a Sender ID
Open Sender ID registration
In the Zexa dashboard, go to Settings > Sender IDs > Register New.
Enter your Sender ID
Type your desired Sender ID (e.g.
MYBRAND). For alphanumeric IDs, use only letters and digits with no spaces or special characters, up to 11 characters.Select the channel
Choose whether this Sender ID is for SMS or WhatsApp. Each channel requires a separate registration, even if you use the same name.
Specify the intended use
Select the primary use case for this Sender ID:
- Transactional — order confirmations, delivery alerts, account notifications
- Marketing — promotional messages, offers, announcements
- OTP — one-time passwords and authentication codes
Approval process
After submission, your Sender ID enters a review queue. The typical timeline is 1–3 business days. You will receive an email notification when:- Your Sender ID is approved and ready to use, or
- Additional information is required — in which case, log in to the dashboard and respond to the request under Settings > Sender IDs.
Sender ID rules
Follow these rules to avoid rejection or suspension:- Do not impersonate banks, government agencies, telcos, or other established brands.
- Maximum 11 characters for alphanumeric SMS Sender IDs.
- No spaces or special characters — only letters (
A–Z,a–z) and digits (0–9). - Your Sender ID must reflect your actual brand or company name. Generic or misleading names are rejected.
- WhatsApp Sender IDs must be linked to a verified WhatsApp Business Account.
List registered Sender IDs via API
Retrieve all Sender IDs associated with your account using aGET request:
curl
status value | Meaning |
|---|---|
pending | Under review by the Zexa compliance team. |
approved | Ready to use in campaigns and messages. |
rejected | Not approved. Check the dashboard for the rejection reason. |
A Sender ID approved for SMS cannot automatically be used for WhatsApp. Each channel requires its own registration and approval. The API response reflects separate records per channel, as shown above.
Campaigns
Launch broadcast campaigns using your approved Sender IDs.
Contacts
Build and manage the contact lists your Sender ID messages are delivered to.
Templates
Create approved WhatsApp templates to pair with your WhatsApp Sender ID.
