telemetry_send
Report usage by sending telemetry events to Storno's API. Handles up to 100 events per batch, asynchronously, for the current user and company.
Instructions
Send a batch of telemetry events for the current user and company. Events are processed asynchronously. Maximum 100 events per batch. Telemetry is always sent to api.storno.ro regardless of configured base URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Array of telemetry events to send | |
| platform | No | Platform identifier (default: "cli") | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) |