Instagram

INSTAGRAM_REPLY_TO_COMMENT

Reply to a comment on Instagram media.

Remote instagram

Other tools also called INSTAGRAM_REPLY_TO_COMMENT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "title": "Message",
      "description": "Reply message text"
    },
    "ig_comment_id": {
      "type": "string",
      "title": "Ig Comment Id",
      "description": "Instagram Comment ID to reply to"
    },
    "graph_api_version": {
      "type": "string",
      "title": "Graph Api Version",
      "default": "v21.0",
      "nullable": true
    }
  }
}