Qikberry API Docs
SMSRCS Business MessagingVMN MessagingVerify
SMSRCS Business MessagingVMN MessagingVerify
Qikberry.AI
App
  1. Templates
  • Senders
    • Get Sender
      GET
    • Add Sender
      POST
    • Update Sender
      PATCH
  • Templates
    • Get Templates
      GET
    • Add Template
      POST
    • Update Template
      PATCH
  • Messages
    • Send Message
      POST
    • Send Batch Messages
      POST
    • Message Status
      GET
  • Webhooks
    • Receiving Status via Webhook
SMSRCS Business MessagingVMN MessagingVerify
SMSRCS Business MessagingVMN MessagingVerify
Qikberry.AI
App
  1. Templates

Update Template

PATCH
https://rest.qikberry.ai/v1/sms/templates
This endpoint allows you to update an existing SMS template by sending an HTTP PATCH request under your account.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Validation Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://rest.qikberry.ai/v1/sms/templates' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": [
      {
            "uuid": "03e97299-fc02-XXXX-XXX-9e2c7f64XXX",
            "content": "The discharge summary is ready for {{1}}. Kindly collect it from the ward secretary'\''s station. Ward Secretary Desk, Ganga Hospital.",
            "sender": "QBERRY",
            "name": "test01",
            "template_id": "110716666831649XXXX"
        }
    ]
}'
Response Response Example
200 - Success
{
    "message": "Templates updated successfully",
    "error": {}
}
Modified at 2025-10-28 09:32:13
Previous
Add Template
Next
Send Message
Built with