Instagram

ig_reply_comment

Reply to an Instagram comment. Creates a threaded reply under the comment.

Remote node2flow/instagram

Other tools also called ig_reply_comment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Reply text"
    },
    "comment_id": {
      "type": "string",
      "description": "Comment ID to reply to"
    }
  }
}