Partner API
Features
Adding data to the candidate
after receiving the webhooks docid 5pnq0b83gzrhxrdqhk wl , event of webhooks docid 5pnq0b83gzrhxrdqhk wl new , you can use the candidate id to post data back into jobylon for display in the candidate profile page for more details, see the /candidates/{candidate id}/result in the api reference/openapi docid\ h5isza0jmnesiexde3i5f ex ample the payload below yields the following candidate card for your integration this card will present on the application detail page json { "result" { "title" "gotham superhero", "subtitle" "fight the crime at night", 	"color" "green", "score" 98, "status" "completed", "links" \[ 	 { "title" "data", "url" "https //www jobylon com", "icon" "chart" }, { "title" "more info", "url" "https //www jobylon com" }, 	 { "title" "reload", "url" "https //www jobylon com", "icon" "reload" }, 	 	 	 { "title" "update candidate", "url" "https //www jobylon com", "icon" "update" } ], "content" \[ { "title" "physical", "details" \[ { "title" "agility test", "value" "approved" }, 	 { "title" "flexibility test", "value" 3 } ], "status" "awaiting" }, 	 { "title" "driving skills report", "details" \[ { "title" "batmobile", "value" 4 }, 	 { "title" "batcycle", "value" "not very good" } ] } ], "scores" \[ { "title" "fortune", "value" "high" }, 	 { "title" "endurance", "value" "5" }, 	 { "title" "martial arts", "value" "not bad" } ] } } logs despite being part of the card, logs are added via a dedicated endpoint for logs, please check /candidates/{candidate id}/logs in the api reference/openapi docid\ h5isza0jmnesiexde3i5f