This guide explains how to configure Qikberry SMS as a provider in CleverTap and enable SMS delivery status tracking through Qikberry webhooks.
1. Access SMS Settings in CleverTap#
Log in to your CleverTap account and navigate to Settings → Channels → SMS.
1.
Under SMS Connect, click Add Provider.
2.
Select Generic (Other) as the provider.
3.
Enter Qikberry SMS in the Nickname field.
4.
In the HTTP Endpoint field, enter:
https://qikbridge.qikberry.ai/v1/clevertap/sms
Under the Headers section, add the following entries:| Header | Value |
|---|
| Authorization | Bearer <Qikberry Access Token> |
| Content-Type | application/json |
Note: Generate the access token from the Developers Section in App.
To receive SMS delivery status updates in CleverTap, configure a webhook in Qikberry.1.
Log in to the Qikberry portal.
2.
Navigate to Developers → Webhooks.
3.
Click Create Webhook and configure the webhook using the following details:
| Field | Value |
|---|
| Method | POST |
| Service | CleverTap SMS |
| URL | Delivery Report Callback URL provided by CleverTap |
4.
Save the webhook configuration.
Once configured, Qikberry will automatically push SMS delivery status updates to CleverTap.
Navigate to the Parameters section and add the following JSON payload:{
"to": "$$To",
"sender": "$$Sender",
"service": "$$Service",
"message": "$$Body",
"template_id": "$$TemplateID",
"custom": "$$MessageID",
"webhook_id": "$$WebhookID"
}
Save the configuration once the payload has been added.Parameter Description#
| Parameter | Description |
|---|
to | Recipient mobile number |
sender | Sender ID |
service | SMS service type |
message | SMS message content |
template_id | DLT Template ID |
custom | CleverTap Message ID for tracking |
webhook_id | Qikberry Webhook ID used for delivery callbacks |
Important: Configure a valid Qikberry Webhook ID in the webhook_id field to receive SMS delivery status updates from Qikberry.
Note: To copy the Webhook ID, navigate to Qikberry Developers Option → Webhooks, then locate and copy the Webhook ID
1.
After clicking Save, the system should send a sample message to validate the connector configuration.
2.
The sample request can use the following placeholder values:
| Key | Value |
|---|
| Template ID | 120716993437302xxxx |
| Template Content | Your one time password - OTP is 123456 to sign in to your account |
| Webhook ID | b5080955-44de-4a12-b21c-92321ff7xxxx |
| Service | SI |
| Sender | YESBNK |
Note: The template content must contain the final message text. Do not use template variables such as {{1}}.
Video-Walkthrough#
Integration Complete#
Your CleverTap account is now configured to send SMS messages through Qikberry and receive real-time delivery status updates for tracking and analytics. Modified at 2026-08-10 04:57:00