Description
This endpoint allows you to send a video message via RCS. You can include interactive suggestions for quick replies.
Your API key for authentication.
Your workspace ID for authentication.
Body
The phone number of the recipient in international format (e.g., “919876543210”).
The URL of the video to send. The video must be publicly accessible.
The RCS bot ID to use for sending the message.
Array of interactive suggestions (quick reply buttons) to include with 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.
{
"status": true,
"message": "RCS video message sent successfully"
}