view_group
Access and manage group details in Freshdesk by querying specific group IDs, enabling streamlined support ticket organization and customer service automation.
Instructions
View a group in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"group_id": {
"title": "Group Id",
"type": "integer"
}
},
"required": [
"group_id"
],
"title": "view_groupArguments",
"type": "object"
}