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-01T00:00:00Z", to: "2024-01-01T00:00:00Z", tags: ["example1", "example2"] } Helo::Statistics.retrieve_totals(opts)
{ "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 cumulative statistics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes