Qikberry API Docs
SMSRCS for BusinessVMNVerifyIntegrations
SMSRCS for BusinessVMNVerifyIntegrations
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.

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
5.
Save the configuration and proceed to the next step.
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 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 Developers → 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 IDtest
Template ContentDefault
Webhook IDtest
Servicetest
Sendertest
Note: These are placeholder values used only for testing the connector and allowing the provider to be added successfully.

5. Configure CleverTap Delivery Callback Webhook 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
5.
Save the webhook configuration.
Once configured, Qikberry will automatically push SMS delivery status updates to CleverTap.
image.png

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
Next
WhatsApp Connector
Built with