Zoho Creator · Example Payload

Add Record Request

Low-CodeApplication DevelopmentNo-CodeFormsRecordsWorkflowsDatabaseCRUDBusiness Applications

Add Record Request is an example object payload from Zoho Creator, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "Name": "Alice Johnson",
    "Email": "alice.johnson@example.com",
    "Department": "Sales",
    "Start_Date": "2024-06-01",
    "Phone": "+1-555-0100"
  }
}