Short answer: You can create linkedin image post in LinkedIn by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the LinkedIn Create LinkedIn Image Post 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 |
|---|---|---|---|
Post Text text | string | Required | Post Text. e.g. "Excited to share..." |
Visibility visibility | options | Optional | Visibility. Options: Public, Connections only |
Article URL articleUrl | url | Optional | Optional link to share |
{"text": "Excited to share...","visibility": "{{trigger.visibility}}","articleUrl": "https://example.com/article"}
{"id": "urn:li:share:7000000000000000000"}
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.