Zoho Creator · Example Payload

Bulk Insert Request

Low-CodeApplication DevelopmentNo-CodeFormsRecordsWorkflowsDatabaseCRUDBusiness Applications

Bulk Insert Request is an example object payload from Zoho Creator, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

header_identifiersdata

Example Payload

Raw ↑
{
  "header_identifiers": {
    "form_link_name": "Employee_Form"
  },
  "data": [
    {
      "Name": "Bob Williams",
      "Email": "bob.williams@example.com",
      "Department": "Finance",
      "Start_Date": "2024-07-01"
    },
    {
      "Name": "Carol Davis",
      "Email": "carol.davis@example.com",
      "Department": "HR",
      "Start_Date": "2024-07-15"
    }
  ]
}