Fetch Campaign Messages Stats
This is a BETA version of the API. For any queries, please write to help@quickreply.ai
Last updated
This is a BETA version of the API. For any queries, please write to help@quickreply.ai
Last updated
This API helps you to fetch the data of messages sent to the end-user against a checkout/ order.
This API requires an active WhatsApp Account on QuickReply.ai
Within a single response, the API returns 50 messages data along with an offset value which can be reused to pull in the next batch of 50 messages.
POST
https://cloudfunc.intelliticks.com/api/companyStats/fetchCampaignsData
The body is a JSON Object
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Fields marked with *️ are Required.
startTime*
String
Starting time for the data to be fetched
Epoch Timestamp (milliseconds)
endTime*
String
End time for the data to be fetched
Epoch Timestamp (milliseconds)
offset
String
The API returns 50 messages data within one response along with an offset value which can be reused to pull in the next batch of 50 messages.
Default value: 0
client-id*
String
You can find client-id of your account in Settings > Developers > API credentials
secret-key*
String
You can find secret-key of your account in Settings > Developers > API credentials