Description
This endpoint allows you to send an RCS message using a predefined template. Templates can include variables that are replaced with actual values when the message is sent.
Your API key for authentication.
Your workspace ID for authentication.
Body
The phone number of the recipient in international format (e.g., “919876543210”).
The name of the RCS template to use.
Key-value pairs for template variables. Keys should match the variable names in the template, and values will replace the placeholders.
The RCS bot ID to use for sending the message.
Optional URL to receive post-back notifications about the message status.
Optional data to include in post-back notifications.
Response
Indicates whether the call was successful. true if successful, false if not.
Success or error response message.
200-Success
400-Bad Request
401-Unauthorised
{
"status" : true ,
"message" : "RCS template sent successfully"
}