Zoho Recruit

ZOHO_CREATE_ZOHO_TAG

Creates new tags in Zoho CRM.

Remote zoho

Remote (network-hosted)

Other tools also called ZOHO_CREATE_ZOHO_TAG? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "description": "The name of the tag to be created (max 25 characters)."
    },
    "color_code": {
      "type": "string",
      "title": "Color Code",
      "default": "#F48435",
      "description": "Hex color code for the tag. Must be one of the allowed colors."
    },
    "module_api_name": {
      "type": "string",
      "title": "Module Api Name",
      "description": "The API name of the module to create the tag in (e.g., 'Leads')."
    }
  }
}