Lead form

{
  "clientId": "Required, string type, represents the unique identifier of the client",
  "clientIp": "Required, string type, represents the IP address of the client",
  "context": "Required, please refer to the context definition in the basic structure",
  "data": "Optional, object type, represents custom data fields",
  "custom_data": "Required, string type, represents custom data (e.g., email address)",
  "id": "Required, string type, represents the unique identifier of the event or record",
  "name": "Required, string type, represents the event name: lead_form",
  "seq": "Required, numeric type, represents the sequence number",
  "timestamp": "Required, string type, represents the timestamp (ISO 8601 format)",
  "type": "Required, string type, represents the form type"
}

Last updated

Was this helpful?