Instagram

INSTAGRAM_LIST_ALL_CONVERSATIONS

List all Instagram DM conversations for the authenticated user.

Remote instagram

Other tools also called INSTAGRAM_LIST_ALL_CONVERSATIONS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "after": {
      "type": "string",
      "title": "After",
      "default": null,
      "nullable": true,
      "description": "Cursor for pagination"
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 25,
      "maximum": 200,
      "minimum": 1,
      "nullable": true
    },
    "ig_user_id": {
      "type": "string",
      "title": "Ig User Id",
      "default": null,
      "nullable": true,
      "description": "Instagram Business Account ID (optional for /me/conversations)"
    },
    "graph_api_version": {
      "type": "string",
      "title": "Graph Api Version",
      "default": "v21.0",
      "nullable": true
    }
  }
}