Short answer: You can get page insights in Facebook by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Facebook Get Page Insights 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 |
|---|---|---|---|
Page ID page_id | string | Required | Page ID. Example: 123456789 |
Metric metric | options | Required | Metric. Options: Page Impressions, Page Engaged Users, Page Post Engagements, Page Views Total, Page Fans (likes) |
Period period | options | Optional | Period. Options: Day, Week, Month (28 days) |
{"page_id": "e.g. 123456789","metric": "{{trigger.metric}}","period": "{{trigger.period}}"}
{"data": [{"name": "page_impressions","period": "day","values": [{"value": 1250,"end_time": "2025-01-15T08:00:00+0000"}]}]}
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.