Template Message API

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.

Body Params
messages
array of objects
messages
fallbackchain
array of objects
fallbackchain
Headers
string
required

Unique API key Login->Netcore->RCS Dashboard -> Settings

string
required

application/json

string

nc_bot_id refers to the unique identifier assigned to a bot within the Netcore platform. This field is optional—if not provided, the action will be executed using the default bot configured for the panel. You can locate the nc_bot_id in the General Settings on the CPaaS >> Bot ID.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

content type not valid header must contain "Content-Type" as "application/json"

{
"requestError": {
"serviceException": {
"messageId": "",
"text": "ContentType not valid",
"validationErrors": null
}
}
}

401

Unauthenticated: 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"
]
}
}
}

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json