INSTAGRAM_MARK_SEEN
Mark Instagram DM messages as read/seen for a specific user.
Remote instagram
Other tools also called INSTAGRAM_MARK_SEEN?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"recipient_id": {
"type": "string",
"title": "Recipient Id",
"description": "Recipient PSID"
},
"graph_api_version": {
"type": "string",
"title": "Graph Api Version",
"default": "v21.0",
"nullable": true
}
}
}