124 lines
3.8 KiB
JSON
124 lines
3.8 KiB
JSON
{
|
|
"name": "DeleteTicketConversation",
|
|
"fully_qualified_name": "FreshserviceApi.DeleteTicketConversation@1.0.0",
|
|
"description": "Remove a conversation from a Freshservice ticket.\n\nUse this tool to delete a specific conversation from a ticket in Freshservice by providing the ticket and conversation IDs. This is helpful for managing and cleaning up conversations within support tickets.",
|
|
"toolkit": {
|
|
"name": "ArcadeFreshserviceApi",
|
|
"description": null,
|
|
"version": "1.0.0"
|
|
},
|
|
"input": {
|
|
"parameters": [
|
|
{
|
|
"name": "ticket_id",
|
|
"required": true,
|
|
"description": "ID of the Freshservice ticket from which the conversation should be deleted.",
|
|
"value_schema": {
|
|
"val_type": "integer",
|
|
"inner_val_type": null,
|
|
"enum": null,
|
|
"properties": null,
|
|
"inner_properties": null,
|
|
"description": "ID of the ticket for which conversation has to be added"
|
|
},
|
|
"inferrable": true,
|
|
"http_endpoint_parameter_name": "ticket_id"
|
|
},
|
|
{
|
|
"name": "conversation_id",
|
|
"required": true,
|
|
"description": "Provide the ID of the reply or note to delete.",
|
|
"value_schema": {
|
|
"val_type": "integer",
|
|
"inner_val_type": null,
|
|
"enum": null,
|
|
"properties": null,
|
|
"inner_properties": null,
|
|
"description": "ID of the reply or note that needs to be deleted"
|
|
},
|
|
"inferrable": true,
|
|
"http_endpoint_parameter_name": "conversation_id"
|
|
}
|
|
]
|
|
},
|
|
"output": {
|
|
"description": "Response from the API endpoint 'delete-ticket-conversation'.",
|
|
"available_modes": [
|
|
"value",
|
|
"error",
|
|
"null"
|
|
],
|
|
"value_schema": {
|
|
"val_type": "json",
|
|
"inner_val_type": null,
|
|
"enum": null,
|
|
"properties": null,
|
|
"inner_properties": null,
|
|
"description": null
|
|
}
|
|
},
|
|
"requirements": {
|
|
"authorization": null,
|
|
"secrets": null,
|
|
"metadata": null
|
|
},
|
|
"deprecation_message": null,
|
|
"metadata": {
|
|
"object_type": "api_wrapper_tool",
|
|
"version": "1.1.0",
|
|
"description": "Tools that enable LLMs to interact directly with the Freshservice API."
|
|
},
|
|
"http_endpoint": {
|
|
"metadata": {
|
|
"object_type": "http_endpoint",
|
|
"version": "1.2.0",
|
|
"description": ""
|
|
},
|
|
"url": "https://api.freshservice.com/api/v2/tickets/{ticket_id}/conversations/{conversation_id}",
|
|
"http_method": "DELETE",
|
|
"headers": {},
|
|
"parameters": [
|
|
{
|
|
"name": "ticket_id",
|
|
"tool_parameter_name": "ticket_id",
|
|
"description": "ID of the ticket for which conversation has to be added",
|
|
"value_schema": {
|
|
"val_type": "integer",
|
|
"inner_val_type": null,
|
|
"enum": null,
|
|
"properties": null,
|
|
"inner_properties": null,
|
|
"description": "ID of the ticket for which conversation has to be added"
|
|
},
|
|
"accepted_as": "path",
|
|
"required": true,
|
|
"deprecated": false,
|
|
"default": null,
|
|
"documentation_urls": []
|
|
},
|
|
{
|
|
"name": "conversation_id",
|
|
"tool_parameter_name": "conversation_id",
|
|
"description": "ID of the reply or note that needs to be deleted",
|
|
"value_schema": {
|
|
"val_type": "integer",
|
|
"inner_val_type": null,
|
|
"enum": null,
|
|
"properties": null,
|
|
"inner_properties": null,
|
|
"description": "ID of the reply or note that needs to be deleted"
|
|
},
|
|
"accepted_as": "path",
|
|
"required": true,
|
|
"deprecated": false,
|
|
"default": null,
|
|
"documentation_urls": []
|
|
}
|
|
],
|
|
"documentation_urls": [],
|
|
"secrets": [],
|
|
"request_body_spec": null,
|
|
"use_request_body_schema_mode": false,
|
|
"validate_request_body_schema": false
|
|
}
|
|
}
|