Send a RCS Text Message to any RCS Enabled Mobile Number.
This API allows you to dispatch messages using a predefined template—simply specify the template ID and content parameters.
400content type not valid header must contain "Content-Type" as "application/json"
{
"requestError": {
"serviceException": {
"messageId": "",
"text": "ContentType not valid",
"validationErrors": null
}
}
}
401Unauthenticated: apikey not found/ unable to get feedid/clientid check if api_key is correct, if yes, contact SRE to for onboarding.
{
"requestError": {
"serviceException": {
"messageId": "8f1500e4319ee7ab4b0ff04103cce250",
"text": "Unauthenticated: apikey not found/ unable to get feedid/clientid",
"validationErrors": [
"apikey not valid"
]
}
}
}
