Fetch Campaign Messages Stats
Fetch Campaign Messages
Fetch the Message Stats using an API
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"message": "success",
"data": [
{
"event_id": "25558457545622",
"type": "Checkout",
"data": [
{
"campaignId": "pouqDjkhjkg4WwbN7_camp",
"templateId": "e3nzsdjhIsWraRK9_wt",
"campaignName": "Test Campaign",
"convUrl": "https://app.quickreply.ai/conversations/all/RFf5HkjghJkgct7b_conv?filter=all",
"messageState": "DELIVERED",
"messageSentTime": "2023-09-09T18:31:00.906Z",
"price": {
"utility": 0.34,
"total": 0.34,
"type": "UTILITY"
},
"customerName": "Utkarsh Kala",
"customerPhone": "+919634687270",
"text": "This is a test message [Complete Purchase,https://quickrepl.ai/]"
}
]
}
],
"nextOffset": 50
}Sample cURL Request
Sample Response Body
Last updated