Short answer: You can create page post in Facebook by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Facebook Create Page Post action to a workflow, map its 4 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 | The Facebook Page ID (numeric) |
Message message | string | Required | The text content of the post |
Link URL link | string | Optional | URL to share with the post |
Publish Immediately published | options | Optional | Publish Immediately. Options: Yes, No (schedule) |
{"page_id": "e.g. 123456789","message": "e.g. Exciting news! We just launched our new product...","link": "https://example.com/announcement","published": "{{trigger.published}}"}
{"id": "123456789_987654321"}
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.