Communication
The communication API enables text message delivery. Authentication systems can be quickly build using a combination of TOTP API and Communication API to authenticate and onboard users
Last updated
{
"messageid": "612733016353393435",
"status": "SENT"
}//When invalid mobile number and message is provided
[
{
"type": "Error",
"message": "Invalid mobile number"
},
{
"type": "Error",
"message": "Invalid message content"
}
]
//When Invalid destination number is provided
{
"status": "error",
"errorCode": 4004,
"message": "Invalid destination number.",
"permanent": true
}{
"message": "Unsupported API request. Please refer to Renda
documentation for more details https://documentation.renda.io"
}