Clevertap
CleverTap is a customer engagement and analytics platform that helps businesses manage and optimize customer interactions across various channels such as mobile apps, websites, and email. It enables companies to track user behavior, segment their audience, and send targeted messages or personalized campaigns based on real-time data. CleverTap offers tools for automation, push notifications, in-app messaging, email campaigns, and personalized content delivery. The platform also provides analytics to measure the effectiveness of these engagements, allowing businesses to refine their strategies. CleverTap is ideal for companies looking to enhance customer retention, optimize user experiences, and boost engagement through data-driven insights.
Sending SMS and making text-to-speech calls with CleverTap is simple and set up in just a few minutes.
Add SMS Provider
In your CleverTap dashboard, navigate to "Settings → Channel → SMS and Connector → SMS Connector Configuration → Custom Connectors → Create".
- 1
HTTP API Endpoint
Set the field value to "https://gateway.seven.io/api/sms".
- 2
Header
For authentication, you need to add a pair with the key "X-Api-Key" and your YOUR_API_KEY as the value.
- 3
Parameters
We need to add some parameters as JSON for the messaging to work.
- 4
Type
Select "JSON" as the type.
- 5
Text
Add a pair with the key "text" and "$$Body" as the value.
- 6
Recipient
Add a pair with the key "to" and "$$To" as the value.
- 7
Additional Parameters
You can optionally add more form fields according to the API documentation.