INSTAGRAM_GET_CONVERSATION
Get details about a specific Instagram DM conversation (participants, etc).
Remote instagram
Other tools also called INSTAGRAM_GET_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"conversation_id": {
"type": "string",
"title": "Conversation Id",
"description": "Conversation ID"
},
"graph_api_version": {
"type": "string",
"title": "Graph Api Version",
"default": "v21.0",
"nullable": true
}
}
}