Zoho Recruit

ZOHO_UPDATE_ZOHO_RECORD

Updates existing records in a specified module in Zoho CRM.

Remote zoho

Remote (network-hosted)

Other tools also called ZOHO_UPDATE_ZOHO_RECORD? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {},
        "additionalProperties": true
      },
      "title": "Data",
      "description": "A list of dictionaries representing the records to be updated. Each record must include the 'id' field."
    },
    "lar_id": {
      "type": "string",
      "title": "Lar Id",
      "description": "Layout ID for the module if required."
    },
    "trigger": {
      "type": "string",
      "title": "Trigger",
      "description": "Comma-separated triggers to invoke during record update (e.g., workflow, blueprint)."
    },
    "wf_trigger": {
      "type": "boolean",
      "title": "Wf Trigger",
      "default": false,
      "description": "Whether to trigger workflows during record update."
    },
    "module_api_name": {
      "type": "string",
      "title": "Module Api Name",
      "description": "The API name of the module to update records in."
    }
  }
}