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
5.
Save the configuration and proceed to the next step.
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.
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 Developers → 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 | test |
| Template Content | Default |
| Webhook ID | test |
| Service | test |
| Sender | test |
Note: These are placeholder values used only for testing the connector and allowing the provider to be added successfully.
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 |
5.
Save the webhook configuration.
Once configured, Qikberry will automatically push SMS delivery status updates to CleverTap.
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-07-22 15:35:40