Short answer: You can create linkedin post in LinkedIn by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the LinkedIn Create LinkedIn 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 |
|---|---|---|---|
Author URN author | string | Required | Your LinkedIn person URN (urn:li:person:XXXXX) or organization URN (urn:li:organization:XXXXX) |
Post Text text | string | Required | Post Text. Example: Excited to announce we've raised our Series A! 🚀 |
Link URL link | string | Optional | URL to attach to the post |
Visibility visibility | options | Optional | Visibility. Options: Public, Connections only |
{"author": "e.g. urn:li:person:abc123","text": "e.g. Excited to announce we've raised our Series A! 🚀","link": "https://example.com/announcement","visibility": "{{trigger.visibility}}"}
{"id": "urn:li:share:123456789"}
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.