Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

What is a Sender ID?

A Sender ID is the name or number that appears as the sender when recipients receive your SMS or voice messages. Using a branded Sender ID helps recipients identify your business.
Sender IDs must be approved before they can be used. The approval process typically takes an hour or 24-48 hours.

Sender ID Requirements

RequirementDescription
LengthMaximum 11 characters
FormatAlphanumeric (letters and numbers)
ContentMust represent your business or brand

Examples of Valid Sender IDs

  • MYCOMPANY
  • Pollvite
  • ALERT123
  • BANKGH
  • Hon Abdul

Examples of Invalid Sender IDs

  • VERYLONGCOMPANYNAME (exceeds 11 characters)
  • !@#$% (special characters not allowed)

Creating a Sender ID

Request a new Sender ID via the API:
{
  "sender_id": "MYCOMPANY",
  "purpose": "Marketing and transactional messages for our e-commerce platform"
}

Sender ID Status

StatusDescription
pendingAwaiting approval from the network
approvedReady to use in campaigns
rejectedRejected - contact support for details

Best Practices

Choose a Sender ID that clearly identifies your business. This builds trust with recipients.
Shorter Sender IDs are easier to read and remember. Aim for 6-8 characters.
Use the same Sender ID across all your campaigns for brand consistency.
Consider having different Sender IDs for different purposes:
  • MYCOMPANY for marketing
  • ALERTS for transactional messages

API Reference

Sender IDs API

Manage sender IDs programmatically