create_group
Use this tool to add a new group in Freshservice by providing the required group data, enabling better organization and user management.
Instructions
Create a group in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group_data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"group_data": {
"additionalProperties": true,
"title": "Group Data",
"type": "object"
}
},
"required": [
"group_data"
],
"title": "create_groupArguments",
"type": "object"
}