Go to account

Sender

SMS Sender

An SMS Sender is the name that appears as the sender on an SMS message. Before you can send an SMS, you must first register a Sender and wait for it to be approved.

Approval is required. Newly created Sender IDs have a Pending status. Only Approved Sender IDs can be used in the sender field when sending SMS.

Create Sender ID

Submit a new Sender ID for approval. Once approved, use the senderId value as the sender field in your SMS requests.

POST

/v1/sender-id

Authorization

Header

X-Emisri-Api-Key: your_secret_key

Required

yes

Request body

application/json

FieldTypeRequiredDescription
senderNamestringyesThe name to display as the sender. Max 11 characters, alphanumeric.
purposestringyesIntended use of this sender. Accepted values: marketing, transactional.
channelstringyesDelivery channel. Accepted value: sms.
targetTrafficnumberyesEstimated monthly message volume for this sender.
sampleMessagestringyesA representative message you plan to send. Used during the approval review.

Response · 200 OK

application/json

FieldTypeRequiredDescription
successbooleantrue when the Sender ID was submitted successfully.
dataobjectThe newly created Sender ID record.
metaobjectRequest metadata.

Fetch Sender IDs

Retrieve all Sender IDs registered under your account. Use the status field to check whether a Sender ID has been approved before using it to send messages.

GET

/v1/sender-id

Authorization

Header

X-Emisri-Api-Key: your_secret_key

Required

yes

Response · 200 OK

application/json

FieldTypeRequiredDescription
successbooleantrue when the request was successful.
dataobjectThe response payload.
metaobjectRequest metadata.