Short answer: You can create media container (step 1) in Instagram by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Instagram Create Media Container (step 1) action to a workflow, map its 5 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 |
|---|---|---|---|
Media Type media_type | options | Required | – |
Image URL (public) image_url | string | Optional | A fully qualified URL (https://...) for the image url (public). |
Video URL (public) video_url | string | Optional | A fully qualified URL (https://...) for the video url (public). |
Caption caption | string | Optional | – |
Location FB Page ID location_id | string | Optional | – |
{"media_type": "{{trigger.media_type}}","image_url": "e.g. https://example.com/path","video_url": "e.g. https://example.com/path","caption": "{{trigger.caption}}","location_id": "{{trigger.location_id}}"}
{"id": "17841405822304914"}
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.