Qikberry API Docs
SMSWhatsapp Cloud APIRCS for BusinessVMNVerifyIntegrations
Admin
SMSWhatsapp Cloud APIRCS for BusinessVMNVerifyIntegrations
Admin
Qikberry.AI
App
  1. CleverTap
  • CleverTap
    • SMS Connector
    • WhatsApp Connector
  • WebEngage
    • SMS Connector
    • WhastApp Connector
  1. CleverTap

SMS Connector

This guide explains how to configure Qikberry SMS as a provider in CleverTap and enable SMS delivery status tracking through Qikberry webhooks.
Video Walkthrough: Qikberry SMS Connector for Clevertap

1. Access SMS Settings in CleverTap#

Log in to your CleverTap account and navigate to Settings → Channels → SMS.

2. Configure Qikberry as the SMS Provider#

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
image.png

3. Configure Request Headers#

Under the Headers section, add the following entries:
HeaderValue
AuthorizationBearer <Qikberry Access Token>
Content-Typeapplication/json
Note: Generate the access token from the Developers Section in App.
image.png

4. Configure CleverTap Delivery Callback URL in Qikberry#

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:
FieldValue
MethodPOST
ServiceCleverTap SMS
URLDelivery Report Callback URL provided by CleverTap
4.
Save the webhook configuration.
Once configured, Qikberry will automatically push SMS delivery status updates to CleverTap.
image.png

5. Configure Request Parameters#

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#

ParameterDescription
toRecipient mobile number
senderSender ID
serviceSMS service type
messageSMS message content
template_idDLT Template ID
customCleverTap Message ID for tracking
webhook_idQikberry 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
image.png

Sample Message:
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:
KeyValue
Template ID120716993437302xxxx
Template ContentYour one time password - OTP is 123456 to sign in to your account
Webhook IDb5080955-44de-4a12-b21c-92321ff7xxxx
ServiceSI
SenderYESBNK
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
Next
WhatsApp Connector
Built with