Send Generalized Messages

Send Generalized Messages.

https://frogtestapi.wigal.com.gh/api/v3/sms/send

Request Object

Field Type Description
senderid string The senderID used for sending message. Approved SenderIDs only
destination string Recipient Phone Number.
msgid string Your message ID.
message string The message to be sent.
smstype string The type of message to be sent. Default is text.

Response Object

Field Type Description
status string The status of the request.
message string The message response.

Responses

Field Type Description
status string Returns "ACCEPTD" when message is successfully queued
message string Returns "Message Accepted For Processing" on success
Field Type Description
status string Error status code ("INVALID_REQUEST")
message string Detailed error message explaining the issue
Field Type Description
status string Error status code ("UNAUTHORIZED")
message string Message Response
Field Type Description
status string Error status code ("FORBIDDEN")
message string Message Response
Field Type Description
status string Error status code (e.g., "SENDER_ID_NOT_FOUND")
message string Detailed error message explaining the issue
data null No data returned for error responses
Field Type Description
status string Returns "ERROR" for server errors
message string Generic error message "Internal server error"