Edit RCS Carousel Message API

Send the updated details of your carousel template in this request. Ensure all authentication headers are included.

Body Params

Send your updated template details in the request payload.

string
required

Enter the action type. For carousel updates, use "carousel".

payload
object
Headers
string
required

Enter your API key for authentication.

string
required

Set this to application/json.

string

Optionally specify the bot ID. If not passed, the default bot for your account is used.

Responses
200

Template updated successfully.

{
  "message": "Template modified successfully",
  "payload": { ... },
  "status": "Success"
}
400

Returned when the template name already exists or required fields are missing.

{
  "error": "template 'test_edit_text_message' either does not exist or is not eligible for editing",
  "message": "Template creation failed",
  "status": "Failure"
}
{
  "error": "missing required field: template_content",
  "message": "Template creation failed",
  "status": "Failure"
}
Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!