SMS

Send a single sms

Send Sms

POST /notifications/sms/send

This service allows you to send SMS to telecommunication mobile numbers (R) - Required Fields

Available Providers

Provider Name
Code

bulksmsnigeria

Transformer URL

/v1/transformers/{provider}/notifications/sms/send

Standard Payload

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

client_ref

string

The body of the sms (R)

message

string

Request unique identifier (R)

sender

string

Description of sender (R)

phonenumber

string

Mobile number (R)

Response

Last updated