Fetch Campaign Messages Stats
This is a BETA version of the API. For any queries, please write to help@quickreply.ai
Fetch Campaign Messages
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.
Fetch the Message Stats using an API
POST
https://cloudfunc.intelliticks.com/api/companyStats/fetchCampaignsData
The body is a JSON Object
Query Parameters
Name | Type | Description |
---|---|---|
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 |
Headers
Name | Type | Description |
---|---|---|
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 |
Fields marked with *️ are Required.
Sample cURL Request
Sample Response Body
Last updated