Webhook Form Model v1
Definition of the Webhook payload used for Form submission events.
Form Model v1
{
"id": "zjcqv4ej75fvbxgp_fs",
"created": "2023-05-26T13:25:29.096Z",
"form": {
"id": "t34tep5kt346_fm",
"name": "Form Name"
}
"fields": {
"date_input": "2000-01-01",
"text_input": "Example text",
"name": "Jake Broe",
"name.first": "Jake",
"name.last": "Broe",
"email": "jake_broe@to.co",
"rate_this": 5,
"choose_one": "Option 4",
"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
}
}