Aggregates outbound message counts and rates by status for a date range.
cURL
curl --request GET \ --url https://app.flowella.io/api/v1/analytics \ --header 'Authorization: Bearer <token>'
{ "period": { "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z" }, "outboundMessages": { "total": 123, "counts": {}, "deliveryRate": 123, "readRate": 123, "failureRate": 123 } }
Documentation IndexFetch the complete documentation index at: https://knowledge.flowella.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://knowledge.flowella.io/llms.txt
Use this file to discover all available pages before exploring further.
Organization API key (flo_…). Send as Authorization: Bearer <key>.
flo_…
Authorization: Bearer <key>
Analytics for period
Show child attributes