Send Single SMS
This end points allows users and apps to send a single SMS and outbox feature.
Overview
{
"userId": "user123",
"recipientPhoneNumber": "+254712345678",
"message": "Your OTP is 123456. Please use this code to verify your account.",
"senderId": "TUKUPAY",
"messageName": "OTP Verification",
"messageId": "msg123",
"scheduleTimestamp": "2024-12-20T12:00:00Z", // Optional for scheduling SMS
"priority": "normal", // Options: "normal", "high"
"tags": ["notification", "OTP"], // Optional tags for tracking
"customData": {
"purpose": "Account Verification",
"linkedTransactionId": "txn789" // Optional metadata
}
}