Webhook Form Model v1
Definition of the Webhook payload used for Form submission events.
Form Model v1
{
"id": "zjcqv4ej75fvbxgp_fs",
"created": "2023-06-07T13:25:29.096Z",
"form": {
"id": "t34tep5kt346_fm",
"name": "Form Name"
}
"fields": {
"name": "Jake Broe",
"name.first": "Jake",
"name.last": "Broe",
"business": "Tesco plc",
"business.domain": "tesco.uk.to.co",
"business.name": "Tesco plc",
"business.informal_name": "Tesco",
"business.logo_url": "https://media.to.co/tesco_logo.png",
"business.registration_number": "00445790",
"business.year": 1947,
"business.city": "Welwyn Garden City",
"business.state_code": "",
"business.country_code": "GB",
"email": "jake_broe@to.co",
"text_input": "Example text",
"date_input": "2000-01-01",
"choose_one": "Option 4",
"rate_this": 5,
"input_grid": "Row 1: Option 2, Option 3\nRow 2: Option 2, Option 3\nRow 3: Option 2"
},
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
"ip_address": "145.224.65.8",
"scoring": {
"categories": [
{
"name": "Knowledge",
"score": 50,
"result": {
"name": "Excellent",
"min": 40,
"max": 50,
"title": "Soaring high!",
"score": 50,
"adjusted_score": 50,
"score_percentage": 100,
"category_max": 50
}
},
{
"name": "Practical Skills",
"score": 67,
"result": {
"name": "Excellent",
"min": 40,
"max": 50,
"title": "Soaring high!",
"score": 67,
"adjusted_score": 50,
"score_percentage": 100,
"category_max": 50
}
}
],
"total": 117,
"percentage": 100
}
}