INSTAGRAM_CREATE_POST
Publish a draft media container to Instagram (final publishing step).
Remote instagram
Other tools also called INSTAGRAM_CREATE_POST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ig_user_id": {
"type": "string",
"title": "Ig User Id",
"description": "Instagram Business Account ID"
},
"creation_id": {
"type": "string",
"title": "Creation Id",
"description": "Draft ID returned from create actions"
},
"graph_api_version": {
"type": "string",
"title": "Graph Api Version",
"default": "v21.0",
"nullable": true
}
}
}