Short answer: You can get plausible site stats in Plausible Analytics by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Plausible Analytics Get Plausible Site Stats action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Site ID siteId | string | Required | Site ID. e.g. "example.com" |
Period period | options | Optional | Period. Options: Today, 7 days, 30 days, 6 months, 12 months |
Metrics metrics | string | Optional | Metrics |
{"siteId": "example.com","period": "{{trigger.period}}","metrics": "{{trigger.metrics}}"}
{"results": {"visitors": {"value": 15000},"pageviews": {"value": 45000},"bounce_rate": {"value": 42},"visit_duration": {"value": 120}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.