Inbox
Shared inbox helpdesk for all your support channels. Built for your team.
Chat
Live chat with automated messaging, chatbots, and video calls for your website or web app.
Chatbots
Automate every business opportunity with pre-built and custom chatbots.
Push Campaigns
Increase re-engagement and boost sales with targeted push notification campaigns.
AI
BETA
Leverage the power of AI to help you respond, create, and summarize.
FAQ
Customizable and embeddable FAQ center to help customers help themselves.
Status Page
Keep customers informed by alerting them when there’s an incident or outage.
Live
Get more sales with real time customer activity monitoring and personal messages.
GET /reports/volume
Returns a daily volume count. By default, returns data for all brands in your account. Use the brand parameter to filter to a specific brand.
Example Request
curl 'https://{brand}.reamaze.io/api/v1/reports/volume' \
-u {login-email}:{api-token} \
-H 'Accept: application/json'
Example Response
{
"conversation_counts":
{
...
"2017-07-19": 100,
"2017-07-20": 200,
...
},
"start_date": "2017-07-01",
"end_date": "2017-07-30"
}
Optional Params
brand- Filter by brand URL (e.g.,mybrand). Without this parameter, returns data for all brands in your accountstart_date- Choose the start of the report (defaults to 30 days ago)end_date- Choose the end of the report (defaults to today)
The start and end dates of the report will default to the last 30 days. Time frames can be no smaller than 1 day and no larger than 1 year.
Example with Brand Filter
curl 'https://{brand}.reamaze.io/api/v1/reports/volume?brand=mybrand&start_date=2024-01-01&end_date=2024-01-31' \
-u {login-email}:{api-token} \
-H 'Accept: application/json'
Join thousands of teams using Reamaze to impress customers.
Find out how with a free account.