escalate_to_support
ActiveTool of SendIt
declared in 0.1.0
Escalate a social conversation to a connected support platform (Zendesk, Intercom, etc.). Creates a support ticket from the conversation context.
Parameters schema
{
"type": "object",
"required": [
"conversationId",
"targetConnector"
],
"properties": {
"note": {
"type": "string",
"description": "Internal note for the support team"
},
"priority": {
"enum": [
"low",
"normal",
"high",
"urgent"
],
"type": "string"
},
"conversationId": {
"type": "string",
"description": "Conversation to escalate"
},
"targetConnector": {
"enum": [
"zendesk",
"intercom",
"hubspot",
"salesforce"
],
"type": "string",
"description": "Support platform to escalate to"
}
}
}Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries