Zoho Recruit

ZOHO_UPDATE_RELATED_RECORDS

Associates or updates relationships between records across different modules in Zoho CRM.

Remote zoho

Remote (network-hosted)

Other tools also called ZOHO_UPDATE_RELATED_RECORDS? 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 related records to update. Each dictionary must include the 'id' of the related record."
    },
    "record_id": {
      "type": "string",
      "title": "Record Id",
      "description": "The unique ID of the parent record."
    },
    "module_api_name": {
      "type": "string",
      "title": "Module Api Name",
      "description": "The API name of the parent module (e.g., Leads, Contacts)."
    },
    "related_list_api_name": {
      "type": "string",
      "title": "Related List Api Name",
      "description": "The API name of the related list (e.g., Campaigns, Products)."
    }
  }
}