Sender ID Registration
Register and manage alphanumeric sender IDs for your messages.
What is a Sender ID?
A Sender ID is the name or number that appears as the sender of your SMS messages. Using a branded sender ID increases trust and recognition.
From: WeTalk
Your verification code is 123456. Valid for 10 minutes.
Requirements
- -3-11 alphanumeric characters
- -No special characters except spaces
- -Must not be misleading or impersonate other brands
- -Registration required for some countries
Register via API
POST /v1/sender-ids
{
"sender_id": "MyBrand",
"purpose": "marketing",
"sample_message": "Special offer just for you!"
}