custom_menus_update_custom_menu
Update an existing custom menu in GoHighLevel by adjusting its title, URL, icon, open mode, user roles, and location visibility. Requires an agency-level token.
Instructions
Update Custom Menu Link (requires an agency-level token, not a location PIT)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL of the custom menu | |
| icon | No | Icon information for the custom menu | |
| title | No | Title of the custom menu | |
| openMode | No | Mode for opening the menu link | |
| userRole | No | Which user-roles should the menu be accessible to? | |
| locations | No | List of sub-account IDs where the menu should be shown. This list is applicable only when showOnLocation is true and showToAllLocations is false | |
| allowCamera | No | Whether to allow camera access (only for iframe mode) | |
| customMenuId | Yes | ID of the custom menu to update | |
| showOnCompany | No | Whether the menu must be displayed on the agency's level | |
| showOnLocation | No | Whether the menu must be displayed for sub-accounts level | |
| allowMicrophone | No | Whether to allow microphone access (only for iframe mode) | |
| showToAllLocations | No | Whether the menu must be displayed to all sub-accounts |