Skip to main content
Creates a new custom menu for a company. Requires authentication and proper permissions. For Icon Usage Details please refer to https://doc.clickup.com/8631005/d/h/87cpx-243696/d60fa70db6b92b2

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Body

string
default:"Custom Menu"
required
Title of the custom menu
string
default:"https://custom-menus.com/"
required
URL of the custom menu
object
required
Icon information for the custom menu
boolean
default:"True"
required
Whether the menu must be displayed on the agency’s level
boolean
default:"True"
required
Whether the menu must be displayed for accounts level
boolean
default:"True"
required
Whether the menu must be displayed to all accounts
string
required
Mode for opening the menu link Posibles valores: ‘iframe’, ‘new_tab’, ‘current_tab’
string[]
List of account IDs where the menu should be shown. This list is applicable only when showOnLocation is true and showToAllLocations is false
string
required
Which user-roles should the menu be accessible to? Posibles valores: ‘all’, ‘admin’, ‘user’
boolean
default:"False"
Whether to allow camera access (only for iframe mode)
boolean
default:"False"
Whether to allow microphone access (only for iframe mode)

Respuestas

object
Single Custom menu link object

Ejemplo