manage_location
List, retrieve, create, update, delete, or filter Freshservice locations with address and contact details to keep your service desk organized.
Instructions
Manage Freshservice locations.
Args:
action: One of 'list', 'get', 'create', 'update', 'delete', 'filter'.
location_id: Location ID (required for get/update/delete).
name: Location name (required for create).
line1/line2/city/state/country/zipcode: Address fields.
contact_name: Contact person name.
email: Contact email.
phone: Contact phone.
parent_location_id: Parent location ID for hierarchical locations.
query: Filter query for 'filter' action (e.g. "name:'New York'").
page/per_page: Pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| name | No | ||
| page | No | ||
| No | |||
| line1 | No | ||
| line2 | No | ||
| phone | No | ||
| query | No | ||
| state | No | ||
| action | Yes | ||
| country | No | ||
| zipcode | No | ||
| per_page | No | ||
| location_id | No | ||
| contact_name | No | ||
| parent_location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |