This is the payload we send for the exam webhook.
Exam webhook payload
This is the json format we send as the payload for the exam webhook:
{
"player_date_created":"2017-09-27 01:50:33",
"player_email_address":"[john@doe.com](mailto:john@doe.com)",
"player_name":"John Doe",
"player_phone_number":"0123456789",
"player_company_name":"company name",
"player_company_function":"company function",
"player_gender":"m",
"player_date_of_birth":"1975-05-09",
"player_address_street":"street",
"player_address_postal_code":"postalcode",
"player_address_city":"Cityname",
"player_address_country":"Country code",
"player_custom_open_1":"value 1",
"player_custom_open_2":"value 2",
"player_custom_dropdown_1":"option 1",
"player_employeeId":"1",
"player_identifier":"1",
"session_id":7856011,
"session_start":"2017-09-27 01:50:33",
"session_end":"2017-09-27 02:20:21",
"session_attempt":1,
"session_time":1788,
"session_result":"Failed",
"session_answers":
[
  {
   "question_id":"1",
   "question":"title of your question",
    "answer":["answer of your question"],
    "score":"1.00",
    "max_score":"1.00"
  },
  {
    "question_id":"2",
    "question":
    "title of your question",
    "answer":["answer 1 of your question","answer 2 of your question"],
    "score":"0.00",
    "max_score":"1.00"},
],
"session_points":"1.00",
"exam_id":"158224",
"exam_title":"Title of your exam"
}
Read this article to learn how to set up the webhook integration for your Exam.
Exam webhook payload
This is the json format we send as the payload for the exam webhook:
{
"player_date_created":"2017-09-27 01:50:33",
"player_email_address":"[john@doe.com](mailto:john@doe.com)",
"player_name":"John Doe",
"player_phone_number":"0123456789",
"player_company_name":"company name",
"player_company_function":"company function",
"player_gender":"m",
"player_date_of_birth":"1975-05-09",
"player_address_street":"street",
"player_address_postal_code":"postalcode",
"player_address_city":"Cityname",
"player_address_country":"Country code",
"player_custom_open_1":"value 1",
"player_custom_open_2":"value 2",
"player_custom_dropdown_1":"option 1",
"player_employeeId":"1",
"player_identifier":"1",
"session_id":7856011,
"session_start":"2017-09-27 01:50:33",
"session_end":"2017-09-27 02:20:21",
"session_attempt":1,
"session_time":1788,
"session_result":"Failed",
"session_answers":
[
  {
   "question_id":"1",
   "question":"title of your question",
    "answer":["answer of your question"],
    "score":"1.00",
    "max_score":"1.00"
  },
  {
    "question_id":"2",
    "question":
    "title of your question",
    "answer":["answer 1 of your question","answer 2 of your question"],
    "score":"0.00",
    "max_score":"1.00"},
],
"session_points":"1.00",
"exam_id":"158224",
"exam_title":"Title of your exam"
}
Read this article to learn how to set up the webhook integration for your Exam.