Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ruby
Helo.configure do |config| config.access_token = "YOUR_BEARER_TOKEN" end opts = { channel_id: "550e8400-e29b-41d4-a716-446655440000", from: "2024-01-01", to: "2024-01-01", tags: ["example1", "example2"], timezone: "America/New_York" } Helo::Statistics.retrieve_daily(opts)
{ "results": [ { "timestamp": "2023-12-25", "transactional": { "sent": 123, "delivered": 123, "opened": 123, "clicked": 123, "bounced": 123, "unsubscribed": 123, "complained": 123 }, "broadcast": { "sent": 123, "delivered": 123, "opened": 123, "clicked": 123, "bounced": 123, "unsubscribed": 123, "complained": 123 } } ] }
Fetches daily aggregated statistics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes