brevo.getAggregateSmsReport retrieve aggregate Brevo transactional SMS statistics.
Example
Inputs
Usedays from 1–90 or paired startDate and endDate, never both. Optional tag filters the report. The second argument can select { account }.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve aggregate Brevo transactional SMS statistics.
brevo.getAggregateSmsReport retrieve aggregate Brevo transactional SMS statistics.
import { automation, onDashboardRun } from "automate.ax"
import { brevo } from "automate.ax/brevo"
export default automation("Get aggregate SMS report", () => {
onDashboardRun({ title: "Get aggregate SMS report" })
brevo.getAggregateSmsReport({ days: 7 })
})
days from 1–90 or paired startDate and endDate, never both. Optional tag filters the report. The second argument can select { account }.