update_conversation
ActiveTool of SendIt
declared in 0.1.0
Update conversation status, priority, assignment, or tags.
Parameters schema
{
"type": "object",
"required": [
"conversationId"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Set tags"
},
"status": {
"enum": [
"open",
"closed",
"snoozed",
"archived"
],
"type": "string"
},
"priority": {
"enum": [
"low",
"normal",
"high",
"urgent"
],
"type": "string"
},
"sentiment": {
"enum": [
"positive",
"neutral",
"negative",
"mixed"
],
"type": "string"
},
"assignedTo": {
"type": "string",
"description": "Assign to team member ID"
},
"conversationId": {
"type": "string",
"description": "Conversation ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries