CleverTap
Clevertap is a Mobile Marketing Platform with app marketing automation helping app marketers to retain user engagement.
CleverTap supports any SMS provider via an HTTP integration. The SMS provider should support receiving messages via the HTTP protocol.
Some use cases
- Send an SMS or Chat Apps message marketing offers from an event being tracked.
- Send an SMS or Chat Apps message notifications to customers triggered from the mobile or web app.
Product scope
- Clevertap
What you'll need
- 8x8 SMS or Chat Apps
- Clevertap (paid)
Setup Clevertap's SMS generic integration
- In the CleverTap Dashboard, navigate to Settings and click on Integrate SMS.
- Select Generic.
- Select POST option which 8x8 supports.

- Enter the HTTP API endpoint from 8x8.
https://sms.8x8.com/api/v1/subaccounts/{subAccountId}/messages
(replace
{subaccountid} with the subaccountid you would like to use)
Customer Portal

- Add headers for authentication, since 8x8 supports Token Bearer authentication.

- Parameters – You can send your POST in the raw format.
{
"source": "8x8",
"destination": "+12345678",
"text": "Hello world!"
}
- Save your Generic SMS integration then use that as an action on your campaign's events.
Updated about 1 year ago